xref: /llvm-project/llvm/test/MC/LoongArch/lasx/and.s (revision 99d74edcf5847a108744f652ca2e8f462777fa61)
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
6xvand.v $xr14, $xr23, $xr19
7# CHECK-INST: xvand.v $xr14, $xr23, $xr19
8# CHECK-ENCODING: encoding: [0xee,0x4e,0x26,0x75]
9