brintos

brintos / llvm-project-archived public Read only

0
0
Text · 478 B · 6519ad2 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 6xvfsqrt.s $xr4, $xr277# CHECK-INST: xvfsqrt.s $xr4, $xr278# CHECK-ENCODING: encoding: [0x64,0xe7,0x9c,0x76]9 10xvfsqrt.d $xr26, $xr211# CHECK-INST: xvfsqrt.d $xr26, $xr212# CHECK-ENCODING: encoding: [0x5a,0xe8,0x9c,0x76]13