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 6vstelm.b $vr22, $r31, -90, 12 7# CHECK-INST: vstelm.b $vr22, $s8, -90, 12 8# CHECK-ENCODING: encoding: [0xf6,0x9b,0xb2,0x31] 9 10vstelm.h $vr28, $r2, 48, 7 11# CHECK-INST: vstelm.h $vr28, $tp, 48, 7 12# CHECK-ENCODING: encoding: [0x5c,0x60,0x5c,0x31] 13 14vstelm.w $vr18, $r12, -40, 2 15# CHECK-INST: vstelm.w $vr18, $t0, -40, 2 16# CHECK-ENCODING: encoding: [0x92,0xd9,0x2b,0x31] 17 18vstelm.d $vr4, $r23, -248, 1 19# CHECK-INST: vstelm.d $vr4, $s0, -248, 1 20# CHECK-ENCODING: encoding: [0xe4,0x86,0x17,0x31] 21