brintos

brintos / llvm-project-archived public Read only

0
0
Text · 550 B · e73d4ce Raw
15 lines · plain
1# RUN: llvm-mc -triple armv7 -show-encoding -disassemble < %s | FileCheck %s2 30x9f 0x0f 0xb0 0xe140x9f 0xcf 0xb1 0xe150x9f 0xcf 0xb3 0xe160x9f 0x8f 0xbd 0xe170x9f 0xcf 0xbe 0xe18 9# CHECK: ldrexd	r0, r1, [r0]            @ encoding: [0x9f,0x0f,0xb0,0xe1]10# CHECK: ldrexd	r12, sp, [r1]           @ encoding: [0x9f,0xcf,0xb1,0xe1]11# CHECK: ldrexd	r12, sp, [r3]           @ encoding: [0x9f,0xcf,0xb3,0xe1]12# CHECK: ldrexd	r8, r9, [sp]            @ encoding: [0x9f,0x8f,0xbd,0xe1]13# CHECK: ldrexd	r12, sp, [lr]           @ encoding: [0x9f,0xcf,0xbe,0xe1]14 15