brintos

brintos / llvm-project-archived public Read only

0
0
Text · 606 B · 15f165f Raw
17 lines · plain
1# RUN: llvm-mc -triple=ve --show-encoding < %s \2# RUN:     | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST3# RUN: llvm-mc -triple=ve -filetype=obj < %s | llvm-objdump -d - \4# RUN:     | FileCheck %s --check-prefixes=CHECK-INST5 6# CHECK-INST: fidcr %s11, %s20, 07# CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x00,0x94,0x0b,0x51]8fidcr %s11, %s20, 09 10# CHECK-INST: fidcr %s11, 22, 311# CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x03,0x16,0x0b,0x51]12fidcr %s11, 22, 313 14# CHECK-INST: fidcr %s11, 22, 715# CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x07,0x16,0x0b,0x51]16fidcr %s11, 22, 717