brintos

brintos / llvm-project-archived public Read only

0
0
Text · 504 B · 133690f Raw
13 lines · plain
1# RUN: llvm-mc --triple=loongarch64 --show-encoding %s | \2# RUN:        FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST3# RUN: llvm-mc --triple=loongarch64 --filetype=obj %s | \4# RUN:        llvm-objdump -d - | FileCheck %s --check-prefix=CHECK-INST5 6xvfdiv.s $xr29, $xr5, $xr127# CHECK-INST: xvfdiv.s $xr29, $xr5, $xr128# CHECK-ENCODING: encoding: [0xbd,0xb0,0x3a,0x75]9 10xvfdiv.d $xr31, $xr10, $xr3011# CHECK-INST: xvfdiv.d $xr31, $xr10, $xr3012# CHECK-ENCODING: encoding: [0x5f,0x79,0x3b,0x75]13