brintos

brintos / llvm-project-archived public Read only

0
0
Text · 534 B · 8291d2b 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 6xvfmsub.s $xr17, $xr3, $xr3, $xr237# CHECK-INST: xvfmsub.s $xr17, $xr3, $xr3, $xr238# CHECK-ENCODING: encoding: [0x71,0x8c,0x5b,0x0a]9 10xvfmsub.d $xr30, $xr15, $xr16, $xr1411# CHECK-INST: xvfmsub.d $xr30, $xr15, $xr16, $xr1412# CHECK-ENCODING: encoding: [0xfe,0x41,0x67,0x0a]13