diff options
author | Owen Anderson <resistor@mac.com> | 2010-11-17 19:57:38 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2010-11-17 19:57:38 +0000 |
commit | 46c478e80255bb1475e712ebb119808a9d0b9e12 (patch) | |
tree | 4d5c8960bd34eef43d268fc22cf3e36a0c84b9f7 /test/MC/ARM | |
parent | eddd96901e76811850b63d8bc2cd1690153f38ce (diff) | |
download | external_llvm-46c478e80255bb1475e712ebb119808a9d0b9e12.zip external_llvm-46c478e80255bb1475e712ebb119808a9d0b9e12.tar.gz external_llvm-46c478e80255bb1475e712ebb119808a9d0b9e12.tar.bz2 |
More miscellaneous Thumb2 encodings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119546 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/ARM')
-rw-r--r-- | test/MC/ARM/thumb2.s | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/MC/ARM/thumb2.s b/test/MC/ARM/thumb2.s index fbdd140..eb5336f 100644 --- a/test/MC/ARM/thumb2.s +++ b/test/MC/ARM/thumb2.s @@ -48,3 +48,7 @@ movt r1, #4267 @ CHECK: mov.w r0, #66846720 @ encoding: [0x7f,0x70,0x4f,0xf0] mov.w r0, #66846720 + +@ CHECK: rrx r0, r0 @ encoding: [0x30,0x00,0x4f,0xea] + rrx r0, r0 + |