llvm-6502/test/MC/ARM/thumb2be-b.w-encoding.s

13 lines
523 B
ArmAsm
Raw Normal View History

// RUN: llvm-mc -triple=thumbv7-none-linux-gnueabi -mcpu=cortex-a8 -filetype=obj < %s | llvm-objdump -arch=thumb -s - | FileCheck %s --check-prefix=CHECK-LE
// RUN: llvm-mc -triple=thumbebv7-none-linux-gnueabi -mcpu=cortex-a8 -filetype=obj < %s | llvm-objdump -arch=thumbeb -s - | FileCheck %s --check-prefix=CHECK-BE
.syntax unified
.code 16
.thumb_func
foo:
b.w bar
// CHECK-LE: Contents of section .text:
// CHECK-LE-NEXT: 0000 fff7febf
// CHECK-BE: Contents of section .text:
// CHECK-BE-NEXT: 0000 f7ffbffe