brintos

brintos / llvm-project-archived public Read only

0
0
Text · 660 B · 06198d8 Raw
16 lines · plain
1# RUN: llvm-mc %s --triple=loongarch32 --show-encoding \2# RUN:     | FileCheck --check-prefixes=ASM-AND-OBJ,ASM %s3# RUN: llvm-mc %s --triple=loongarch64 --show-encoding \4# RUN:     | FileCheck --check-prefixes=ASM-AND-OBJ,ASM %s5# RUN: llvm-mc %s --triple=loongarch32 --filetype=obj \6# RUN:     | llvm-objdump -d - \7# RUN:     | FileCheck --check-prefix=ASM-AND-OBJ %s8# RUN: llvm-mc %s --triple=loongarch64 --filetype=obj \9# RUN:     | llvm-objdump -d - \10# RUN:     | FileCheck --check-prefix=ASM-AND-OBJ %s11 12## Support for the 'D' extension implies support for 'F'13# ASM-AND-OBJ: bceqz $fcc6, 1214# ASM: encoding: [0xc0,0x0c,0x00,0x48]15bceqz $fcc6, 1216