brintos

brintos / llvm-project-archived public Read only

0
0
Text · 475 B · 642c842 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 6vld $vr0, $r12, -5367# CHECK-INST: vld $vr0, $t0, -5368# CHECK-ENCODING: encoding: [0x80,0xa1,0x37,0x2c]9 10vldx $vr21, $r14, $r2011# CHECK-INST: vldx $vr21, $t2, $t812# CHECK-ENCODING: encoding: [0xd5,0x51,0x40,0x38]13