]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/MC/Disassembler/ARM/arm-LDREXD-reencoding.txt
Vendor import of llvm trunk r351319 (just before the release_80 branch
[FreeBSD/FreeBSD.git] / test / MC / Disassembler / ARM / arm-LDREXD-reencoding.txt
1 # RUN: llvm-mc -triple armv7 -show-encoding -disassemble < %s | FileCheck %s
2
3 0x9f 0x0f 0xb0 0xe1
4 0x9f 0xcf 0xb1 0xe1
5 0x9f 0xcf 0xb3 0xe1
6 0x9f 0x8f 0xbd 0xe1
7 0x9f 0xcf 0xbe 0xe1
8
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