diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-03-25 23:02:58 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-03-25 23:02:58 +0000 |
commit | cf0fe4650fff28ecf3fc948d11f0133520d5a4ac (patch) | |
tree | bbb5dd2d0fb4d2b09e423d439e9a8d79c4cf5b1c | |
parent | 65c0a5986906d04acd90ea280bcd635c5d492f75 (diff) |
Add test for A8.6.246 UMULL to both arm-tests.txt amd thumb-tests.txt.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128306 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/MC/Disassembler/ARM/arm-tests.txt | 3 | ||||
-rw-r--r-- | test/MC/Disassembler/ARM/thumb-tests.txt | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/test/MC/Disassembler/ARM/arm-tests.txt b/test/MC/Disassembler/ARM/arm-tests.txt index f4836772d5..b940aa42e2 100644 --- a/test/MC/Disassembler/ARM/arm-tests.txt +++ b/test/MC/Disassembler/ARM/arm-tests.txt @@ -187,3 +187,6 @@ # CHECK: swpge r3, r2, [r6] 0x92 0x30 0x06 0xa1 + +# CHECK: umull r1, r2, r3, r4 +0x93 0x14 0x82 0xe0 diff --git a/test/MC/Disassembler/ARM/thumb-tests.txt b/test/MC/Disassembler/ARM/thumb-tests.txt index 6454a3835a..b167ad1153 100644 --- a/test/MC/Disassembler/ARM/thumb-tests.txt +++ b/test/MC/Disassembler/ARM/thumb-tests.txt @@ -187,3 +187,6 @@ # CHECK: smmulr r7, r8, r9 0x58 0xfb 0x19 0xf7 + +# CHECK: umull r1, r2, r3, r4 +0xa3 0xfb 0x04 0x12 |