brintos

brintos / llvm-project-archived public Read only

0
0
Text · 506 B · 1181264 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 6xvfmaxa.s $xr15, $xr18, $xr57# CHECK-INST: xvfmaxa.s $xr15, $xr18, $xr58# CHECK-ENCODING: encoding: [0x4f,0x96,0x40,0x75]9 10xvfmaxa.d $xr2, $xr20, $xr2911# CHECK-INST: xvfmaxa.d $xr2, $xr20, $xr2912# CHECK-ENCODING: encoding: [0x82,0x76,0x41,0x75]13