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 Worker0x9f 0x0f 0xb0 0xe1 4*9880d681SAndroid Build Coastguard Worker0x9f 0xcf 0xb1 0xe1 5*9880d681SAndroid Build Coastguard Worker0x9f 0xcf 0xb3 0xe1 6*9880d681SAndroid Build Coastguard Worker0x9f 0x8f 0xbd 0xe1 7*9880d681SAndroid Build Coastguard Worker0x9f 0xcf 0xbe 0xe1 8*9880d681SAndroid Build Coastguard Worker 9*9880d681SAndroid Build Coastguard Worker# CHECK: ldrexd r0, r1, [r0] @ encoding: [0x9f,0x0f,0xb0,0xe1] 10*9880d681SAndroid Build Coastguard Worker# CHECK: ldrexd r12, sp, [r1] @ encoding: [0x9f,0xcf,0xb1,0xe1] 11*9880d681SAndroid Build Coastguard Worker# CHECK: ldrexd r12, sp, [r3] @ encoding: [0x9f,0xcf,0xb3,0xe1] 12*9880d681SAndroid Build Coastguard Worker# CHECK: ldrexd r8, r9, [sp] @ encoding: [0x9f,0x8f,0xbd,0xe1] 13*9880d681SAndroid Build Coastguard Worker# CHECK: ldrexd r12, sp, [lr] @ encoding: [0x9f,0xcf,0xbe,0xe1] 14*9880d681SAndroid Build Coastguard Worker 15