37 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: lea %s11, 237# CHECK-ENCODING: encoding: [0x17,0x00,0x00,0x00,0x00,0x00,0x0b,0x06]8lea %s11, 239 10# CHECK-INST: lea %s63, 324(, %s11)11# CHECK-ENCODING: encoding: [0x44,0x01,0x00,0x00,0x8b,0x00,0x3f,0x06]12lea %s63, 324(,%s11)13 14# CHECK-INST: lea %s11, 324(%s10)15# CHECK-ENCODING: encoding: [0x44,0x01,0x00,0x00,0x00,0x8a,0x0b,0x06]16lea %s11, 324(%s10 )17 18# CHECK-INST: lea %s11, 324(%s13, %s11)19# CHECK-ENCODING: encoding: [0x44,0x01,0x00,0x00,0x8b,0x8d,0x0b,0x06]20lea %s11, 324 (%s13,%s11)21 22# CHECK-INST: lea %s11, (%s10)23# CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x00,0x8a,0x0b,0x06]24lea %s11, (%s10)25 26# CHECK-INST: lea %s11, (, %s12)27# CHECK-ENCODING: encoding: [0x00,0x00,0x00,0x00,0x8c,0x00,0x0b,0x06]28lea %s11, (,%s12)29 30# CHECK-INST: lea.sl %s11, -1(%s13, %s11)31# CHECK-ENCODING: encoding: [0xff,0xff,0xff,0xff,0x8b,0x8d,0x8b,0x06]32lea.sl %s11, -1(%s13, %s11)33 34# CHECK-INST: lea.sl %s11, -1(-64, %s11)35# CHECK-ENCODING: encoding: [0xff,0xff,0xff,0xff,0x8b,0x40,0x8b,0x06]36lea.sl %s11, -1(-64, %s11)37