brintos

brintos / llvm-project-archived public Read only

0
0
Text · 987 B · 19ce2c5 Raw
29 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: sll %s11, %s11, %s117# CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x8b,0x8b,0x0b,0x65]8sll %s11, %s11, %s119 10# CHECK-INST: sll %s11, %s11, 6311# CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x8b,0x3f,0x0b,0x65]12sll %s11, %s11, 6313 14# CHECK-INST: sll %s11, %s11, 12715# CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x8b,0x7f,0x0b,0x65]16sll %s11, %s11, 12717 18# CHECK-INST: sll %s11, %s11, 6419# CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x8b,0x40,0x0b,0x65]20sll %s11, %s11, 6421 22# CHECK-INST: sll %s11, (32)1, 3523# CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x20,0x23,0x0b,0x65]24sll %s11, (32)1, 3525 26# CHECK-INST: sll %s11, (32)0, 2327# CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x60,0x17,0x0b,0x65]28sll %s11, (32)0, 2329