diff options
author | Owen Anderson <resistor@mac.com> | 2011-09-16 22:17:02 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2011-09-16 22:17:02 +0000 |
commit | 8a28bdcbcca3328364b86c4010fe96590d1952c8 (patch) | |
tree | ce9a508e8767c9b15d02cb85e7a8cf0b2c08b6d5 /test | |
parent | e041af7e0e0b6b59457c3218e6489412793a869c (diff) | |
download | external_llvm-8a28bdcbcca3328364b86c4010fe96590d1952c8.zip external_llvm-8a28bdcbcca3328364b86c4010fe96590d1952c8.tar.gz external_llvm-8a28bdcbcca3328364b86c4010fe96590d1952c8.tar.bz2 |
Add fixed bits to correctly distinguish Thumb2 SSAT/SSAT16's.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139958 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/MC/Disassembler/ARM/thumb2.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/MC/Disassembler/ARM/thumb2.txt b/test/MC/Disassembler/ARM/thumb2.txt index dea590e..855043b 100644 --- a/test/MC/Disassembler/ARM/thumb2.txt +++ b/test/MC/Disassembler/ARM/thumb2.txt @@ -1766,6 +1766,12 @@ 0x62 0xfb 0x03 0x41 0x63 0xfb 0x12 0x14 +#------------------------------------------------------------------------------ +# SSAT +#------------------------------------------------------------------------------ +# CHECK: ssat r9, #30, r0, asr #32 + +0x20 0xf3 0x1d 0x09 #------------------------------------------------------------------------------ # STRD (immediate) @@ -1778,3 +1784,4 @@ 0x65 0xe8 0x00 0x85 0x65 0xe8 0x01 0x74 + |