]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/MC/ARM/ldrd-strd-gnu-sp.s
Vendor import of llvm RELEASE_350/final tag r216957 (effectively, 3.5.0 release):
[FreeBSD/FreeBSD.git] / test / MC / ARM / ldrd-strd-gnu-sp.s
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]