Home | History | Annotate | Download | only in ARM
      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