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 6xvfcvtl.s.h $xr16, $xr14 7# CHECK-INST: xvfcvtl.s.h $xr16, $xr14 8# CHECK-ENCODING: encoding: [0xd0,0xe9,0x9d,0x76] 9 10xvfcvtl.d.s $xr24, $xr5 11# CHECK-INST: xvfcvtl.d.s $xr24, $xr5 12# CHECK-ENCODING: encoding: [0xb8,0xf0,0x9d,0x76] 13