diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-04-12 21:41:51 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-04-12 21:41:51 +0000 |
commit | ec51a6225c59fee9021b8b6c7c813228cb27a3fa (patch) | |
tree | d163dd8555df95ad0ff268c6920569ba95d3abf8 /test/MC | |
parent | 5db4289e404d76664f8aabe2675a4cc2d7b0e98e (diff) | |
download | external_llvm-ec51a6225c59fee9021b8b6c7c813228cb27a3fa.zip external_llvm-ec51a6225c59fee9021b8b6c7c813228cb27a3fa.tar.gz external_llvm-ec51a6225c59fee9021b8b6c7c813228cb27a3fa.tar.bz2 |
The Thumb2 RFE instructions need to have their second halfword fully specified.
In addition, the base register is not rGPR, but GPR with th exception that:
if n == 15 then UNPREDICTABLE
rdar://problem/9273836
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129391 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC')
-rw-r--r-- | test/MC/Disassembler/ARM/thumb-tests.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/MC/Disassembler/ARM/thumb-tests.txt b/test/MC/Disassembler/ARM/thumb-tests.txt index 609cd6b..ce447b6 100644 --- a/test/MC/Disassembler/ARM/thumb-tests.txt +++ b/test/MC/Disassembler/ARM/thumb-tests.txt @@ -238,3 +238,6 @@ # CHECK: svc #230 0xe6 0xdf + +# CHECK: rfedb lr +0x1e 0xe8 0x00 0xc0 |