brintos

brintos / llvm-project-archived public Read only

0
0
Text · 920 B · 4b56beb Raw
27 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# ASM-AND-OBJ: fldgt.s $fa3, $s4, $t113# ASM: encoding: [0x63,0x37,0x74,0x38]14fldgt.s $fa3, $s4, $t115 16# ASM-AND-OBJ: fldle.s $fs0, $s6, $t517# ASM: encoding: [0xb8,0x47,0x75,0x38]18fldle.s $fs0, $s6, $t519 20# ASM-AND-OBJ: fstgt.s $fs7, $t1, $s721# ASM: encoding: [0xbf,0x79,0x76,0x38]22fstgt.s $fs7, $t1, $s723 24# ASM-AND-OBJ: fstle.s $ft5, $t1, $a325# ASM: encoding: [0xad,0x1d,0x77,0x38]26fstle.s $ft5, $t1, $a327