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