13 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 6xvseteqz.v $fcc7, $xr17# CHECK-INST: xvseteqz.v $fcc7, $xr18# CHECK-ENCODING: encoding: [0x27,0x98,0x9c,0x76]9 10xvsetnez.v $fcc7, $xr1311# CHECK-INST: xvsetnez.v $fcc7, $xr1312# CHECK-ENCODING: encoding: [0xa7,0x9d,0x9c,0x76]13