brintos

brintos / llvm-project-archived public Read only

0
0
Text · 707 B · ad5a2b9 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: pfchv 32, 07# CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x00,0x20,0x40,0x80]8pfchv 32, 09 10# CHECK-INST: pfchv.nc %s11, 011# CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x00,0x8b,0x00,0x80]12pfchv.nc %s11, 013 14# CHECK-INST: pfchv -4, %s1315# CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x8d,0x7c,0x40,0x80]16pfchv -4, %s1317 18# CHECK-INST: pfchv.nc %s10, %s6019# CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0xbc,0x8a,0x00,0x80]20pfchv.nc %s10, %s6021