brintos

brintos / llvm-project-archived public Read only

0
0
Text · 500 B · e56beb9 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 6xvfadd.s $xr6, $xr21, $xr157# CHECK-INST: xvfadd.s $xr6, $xr21, $xr158# CHECK-ENCODING: encoding: [0xa6,0xbe,0x30,0x75]9 10xvfadd.d $xr27, $xr8, $xr111# CHECK-INST: xvfadd.d $xr27, $xr8, $xr112# CHECK-ENCODING: encoding: [0x1b,0x05,0x31,0x75]13