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 6xvfdiv.s $xr29, $xr5, $xr12 7# CHECK-INST: xvfdiv.s $xr29, $xr5, $xr12 8# CHECK-ENCODING: encoding: [0xbd,0xb0,0x3a,0x75] 9 10xvfdiv.d $xr31, $xr10, $xr30 11# CHECK-INST: xvfdiv.d $xr31, $xr10, $xr30 12# CHECK-ENCODING: encoding: [0x5f,0x79,0x3b,0x75] 13