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 6xvfsub.s $xr22, $xr0, $xr37# CHECK-INST: xvfsub.s $xr22, $xr0, $xr38# CHECK-ENCODING: encoding: [0x16,0x8c,0x32,0x75]9 10xvfsub.d $xr4, $xr25, $xr1511# CHECK-INST: xvfsub.d $xr4, $xr25, $xr1512# CHECK-ENCODING: encoding: [0x24,0x3f,0x33,0x75]13