aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ARM/ldrd-strd-gnu-sp.s
blob: 21efae985255b465480a68a33d8a9785dd7603e8 (plain)
1
2
3
4
5
6
7
8
9
// PR19320
// RUN: llvm-mc -triple=armv7-linux-gnueabi -show-encoding < %s | FileCheck %s
.text

// CHECK: ldrd	r12, sp, [r0, #32]      @ encoding: [0xd0,0xc2,0xc0,0xe1]
        ldrd    r12, [r0, #32]

// CHECK: strd	r12, sp, [r0, #32]      @ encoding: [0xf0,0xc2,0xc0,0xe1]
        strd    r12, [r0, #32]