diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-11-15 19:56:17 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-11-15 19:56:17 +0000 |
commit | 908f923cfc63c9c941dfa77b13a281f4d845e03c (patch) | |
tree | ef07f9019b01587c6cb1e85a6d137934eebb249d /test | |
parent | 7f1ec9570d673aedd13c5621407085400bab8299 (diff) |
Testcase for r144684.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144685 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/MC/ARM/basic-thumb2-instructions.s | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/MC/ARM/basic-thumb2-instructions.s b/test/MC/ARM/basic-thumb2-instructions.s index 6c291db5c5..0dbde19d28 100644 --- a/test/MC/ARM/basic-thumb2-instructions.s +++ b/test/MC/ARM/basic-thumb2-instructions.s @@ -1230,6 +1230,7 @@ _func: muleq r3, r4, r5 it le mulle r4, r4, r8 + mul r6, r5 @ CHECK: muls r3, r4, r3 @ encoding: [0x63,0x43] @ CHECK: mul r3, r4, r3 @ encoding: [0x04,0xfb,0x03,0xf3] @@ -1238,6 +1239,7 @@ _func: @ CHECK: muleq r3, r4, r5 @ encoding: [0x04,0xfb,0x05,0xf3] @ CHECK: it le @ encoding: [0xd8,0xbf] @ CHECK: mulle r4, r4, r8 @ encoding: [0x04,0xfb,0x08,0xf4] +@ CHECK: mul r6, r6, r5 @ encoding: [0x06,0xfb,0x05,0xf6] @------------------------------------------------------------------------------ |