xref: /aosp_15_r20/external/llvm/test/tools/llvm-objdump/ARM/macho-arm-and-thumb.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker@ RUN: llvm-mc < %s -triple armv7-apple-darwin -filetype=obj | llvm-objdump -m -d - | FileCheck %s
2*9880d681SAndroid Build Coastguard Worker@ RUN: llvm-mc < %s -triple armv7-apple-darwin -filetype=obj | llvm-objdump -arch armv7 -m -d - | FileCheck %s
3*9880d681SAndroid Build Coastguard Worker
4*9880d681SAndroid Build Coastguard Worker.thumb
5*9880d681SAndroid Build Coastguard Worker.thumb_func _t
6*9880d681SAndroid Build Coastguard Worker_t:
7*9880d681SAndroid Build Coastguard Workernop
8*9880d681SAndroid Build Coastguard Workernop
9*9880d681SAndroid Build Coastguard Worker.align 2
10*9880d681SAndroid Build Coastguard Worker.arm
11*9880d681SAndroid Build Coastguard Worker_a:
12*9880d681SAndroid Build Coastguard Workernop
13*9880d681SAndroid Build Coastguard Worker.long 0xf8765432
14*9880d681SAndroid Build Coastguard Workernop
15*9880d681SAndroid Build Coastguard Worker
16*9880d681SAndroid Build Coastguard Worker@ CHECK: 00 bf nop
17*9880d681SAndroid Build Coastguard Worker@ CHECK-NEXT: 00 bf nop
18*9880d681SAndroid Build Coastguard Worker@ CHECK:      00 f0 20 e3 nop
19*9880d681SAndroid Build Coastguard Worker@ CHECK-NEXT: .long 0xf8765432
20*9880d681SAndroid Build Coastguard Worker@ CHECK-NEXT: nop
21