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