brintos

brintos / llvm-project-archived public Read only

0
0
Text · 504 B · 735cdd9 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 6xvfmin.s $xr31, $xr5, $xr167# CHECK-INST: xvfmin.s $xr31, $xr5, $xr168# CHECK-ENCODING: encoding: [0xbf,0xc0,0x3e,0x75]9 10xvfmin.d $xr13, $xr30, $xr2511# CHECK-INST: xvfmin.d $xr13, $xr30, $xr2512# CHECK-ENCODING: encoding: [0xcd,0x67,0x3f,0x75]13