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 6xvfmin.s $xr31, $xr5, $xr16 7# CHECK-INST: xvfmin.s $xr31, $xr5, $xr16 8# CHECK-ENCODING: encoding: [0xbf,0xc0,0x3e,0x75] 9 10xvfmin.d $xr13, $xr30, $xr25 11# CHECK-INST: xvfmin.d $xr13, $xr30, $xr25 12# CHECK-ENCODING: encoding: [0xcd,0x67,0x3f,0x75] 13