xref: /aosp_15_r20/external/llvm/test/MC/ARM/ldrd-strd-gnu-sp.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker// PR19320
2*9880d681SAndroid Build Coastguard Worker// RUN: llvm-mc -triple=armv7-linux-gnueabi -show-encoding < %s | FileCheck %s
3*9880d681SAndroid Build Coastguard Worker.text
4*9880d681SAndroid Build Coastguard Worker
5*9880d681SAndroid Build Coastguard Worker// CHECK: ldrd	r12, sp, [r0, #32]      @ encoding: [0xd0,0xc2,0xc0,0xe1]
6*9880d681SAndroid Build Coastguard Worker        ldrd    r12, [r0, #32]
7*9880d681SAndroid Build Coastguard Worker
8*9880d681SAndroid Build Coastguard Worker// CHECK: strd	r12, sp, [r0, #32]      @ encoding: [0xf0,0xc2,0xc0,0xe1]
9*9880d681SAndroid Build Coastguard Worker        strd    r12, [r0, #32]
10