brintos

brintos / llvm-project-archived public Read only

0
0
Text · 699 B · 0005939 Raw
21 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: pfch 81997# CHECK-ENCODING: encoding: [0x07,0x20,0x00,0x00,0x00,0x00,0x00,0x0c]8pfch 81999 10# CHECK-INST: pfch 20(%s11)11# CHECK-ENCODING: encoding: [0x14,0x00,0x00,0x00,0x00,0x8b,0x00,0x0c]12pfch 20(%s11)13 14# CHECK-INST: pfch -1(, %s11)15# CHECK-ENCODING: encoding: [0xff,0xff,0xff,0xff,0x8b,0x00,0x00,0x0c]16pfch -1(, %s11)17 18# CHECK-INST: pfch 20(%s10, %s11)19# CHECK-ENCODING: encoding: [0x14,0x00,0x00,0x00,0x8b,0x8a,0x00,0x0c]20pfch 20(%s10, %s11)21