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 6xvldrepl.b $xr19, $r21, 18927# CHECK-INST: xvldrepl.b $xr19, $r21, 18928# CHECK-ENCODING: encoding: [0xb3,0x92,0x9d,0x32]9 10xvldrepl.h $xr0, $r17, 176211# CHECK-INST: xvldrepl.h $xr0, $t5, 176212# CHECK-ENCODING: encoding: [0x20,0xc6,0x4d,0x32]13 14xvldrepl.w $xr11, $r26, -152415# CHECK-INST: xvldrepl.w $xr11, $s3, -152416# CHECK-ENCODING: encoding: [0x4b,0x0f,0x2a,0x32]17 18xvldrepl.d $xr28, $r12, 197619# CHECK-INST: xvldrepl.d $xr28, $t0, 197620# CHECK-ENCODING: encoding: [0x9c,0xdd,0x13,0x32]21