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 6xvseteqz.v $fcc7, $xr1 7# CHECK-INST: xvseteqz.v $fcc7, $xr1 8# CHECK-ENCODING: encoding: [0x27,0x98,0x9c,0x76] 9 10xvsetnez.v $fcc7, $xr13 11# CHECK-INST: xvsetnez.v $fcc7, $xr13 12# CHECK-ENCODING: encoding: [0xa7,0x9d,0x9c,0x76] 13