brintos

brintos / llvm-project-archived public Read only

0
0
Text · 502 B · 8fcd32a 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 6vfmax.s $vr19, $vr25, $vr167# CHECK-INST: vfmax.s $vr19, $vr25, $vr168# CHECK-ENCODING: encoding: [0x33,0xc3,0x3c,0x71]9 10vfmax.d $vr19, $vr21, $vr1211# CHECK-INST: vfmax.d $vr19, $vr21, $vr1212# CHECK-ENCODING: encoding: [0xb3,0x32,0x3d,0x71]13