xref: /aosp_15_r20/external/llvm/test/MC/Disassembler/ARM/addrmode2-reencoding.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker# RUN: llvm-mc -triple armv7 -show-encoding -disassemble < %s | FileCheck %s
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard Worker0x00 0x10 0xb0 0xe4
4*9880d681SAndroid Build Coastguard Worker0x00 0x10 0xf0 0xe4
5*9880d681SAndroid Build Coastguard Worker0x00 0x10 0xa0 0xe4
6*9880d681SAndroid Build Coastguard Worker0x00 0x10 0xe0 0xe4
7*9880d681SAndroid Build Coastguard Worker
8*9880d681SAndroid Build Coastguard Worker# CHECK: ldrt r1, [r0], #0    @ encoding: [0x00,0x10,0xb0,0xe4]
9*9880d681SAndroid Build Coastguard Worker# CHECK: ldrbt r1, [r0], #0   @ encoding: [0x00,0x10,0xf0,0xe4]
10*9880d681SAndroid Build Coastguard Worker# CHECK: strt r1, [r0], #0    @ encoding: [0x00,0x10,0xa0,0xe4]
11*9880d681SAndroid Build Coastguard Worker# CHECK: strbt r1, [r0], #0   @ encoding: [0x00,0x10,0xe0,0xe4]
12*9880d681SAndroid Build Coastguard Worker
13