1# RUN: llvm-mc --triple=loongarch64 --show-encoding %s | \ 2# RUN: FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST 3# RUN: llvm-mc --triple=loongarch64 --filetype=obj %s | \ 4# RUN: llvm-objdump -d - | FileCheck %s --check-prefix=CHECK-INST 5 6vldrepl.b $vr3, $r3, -1553 7# CHECK-INST: vldrepl.b $vr3, $sp, -1553 8# CHECK-ENCODING: encoding: [0x63,0xbc,0xa7,0x30] 9 10vldrepl.h $vr23, $r22, 172 11# CHECK-INST: vldrepl.h $vr23, $fp, 172 12# CHECK-ENCODING: encoding: [0xd7,0x5a,0x41,0x30] 13 14vldrepl.w $vr12, $r27, -1304 15# CHECK-INST: vldrepl.w $vr12, $s4, -1304 16# CHECK-ENCODING: encoding: [0x6c,0xeb,0x2a,0x30] 17 18vldrepl.d $vr7, $r31, -1376 19# CHECK-INST: vldrepl.d $vr7, $s8, -1376 20# CHECK-ENCODING: encoding: [0xe7,0x53,0x15,0x30] 21