brintos

brintos / llvm-project-archived public Read only

0
0
Text · 739 B · 75830ae Raw
21 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 6vldrepl.b $vr3, $r3, -15537# CHECK-INST: vldrepl.b $vr3, $sp, -15538# CHECK-ENCODING: encoding: [0x63,0xbc,0xa7,0x30]9 10vldrepl.h $vr23, $r22, 17211# CHECK-INST: vldrepl.h $vr23, $fp, 17212# CHECK-ENCODING: encoding: [0xd7,0x5a,0x41,0x30]13 14vldrepl.w $vr12, $r27, -130415# CHECK-INST: vldrepl.w $vr12, $s4, -130416# CHECK-ENCODING: encoding: [0x6c,0xeb,0x2a,0x30]17 18vldrepl.d $vr7, $r31, -137619# CHECK-INST: vldrepl.d $vr7, $s8, -137620# CHECK-ENCODING: encoding: [0xe7,0x53,0x15,0x30]21