brintos

brintos / llvm-project-archived public Read only

0
0
Text · 477 B · 70db8d4 Raw
13 lines · plain
1# RUN: llvm-mc --triple=loongarch64 --show-encoding %s | \2# RUN:        FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST3# RUN: llvm-mc --triple=loongarch64 --filetype=obj %s | \4# RUN:        llvm-objdump -d - | FileCheck %s --check-prefix=CHECK-INST5 6xvld $xr3, $r3, -6587# CHECK-INST: xvld $xr3, $sp, -6588# CHECK-ENCODING: encoding: [0x63,0xb8,0xb5,0x2c]9 10xvldx $xr23, $r9, $r1411# CHECK-INST: xvldx $xr23, $a5, $t212# CHECK-ENCODING: encoding: [0x37,0x39,0x48,0x38]13