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 6xvfcvth.s.h $xr9, $xr25 7# CHECK-INST: xvfcvth.s.h $xr9, $xr25 8# CHECK-ENCODING: encoding: [0x29,0xef,0x9d,0x76] 9 10xvfcvth.d.s $xr29, $xr17 11# CHECK-INST: xvfcvth.d.s $xr29, $xr17 12# CHECK-ENCODING: encoding: [0x3d,0xf6,0x9d,0x76] 13