Mercurial > hg > CbC > CbC_llvm
view test/MC/ARM/ldrd-strd-gnu-sp.s @ 111:3e4d254d74d9
resolve some warnings
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 02 Feb 2016 19:38:53 +0900 |
parents | 54457678186b |
children | 803732b1fca8 |
line wrap: on
line source
// 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]