diff options
| author | Jim Grosbach <grosbach@apple.com> | 2011-07-14 18:02:25 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2011-07-14 18:02:25 +0000 |
| commit | d616cf3497195ff070115bafd46c98cfa928a15a (patch) | |
| tree | 51c792a0a56f1795e19746c668c18ae32e322244 /llvm | |
| parent | 79617815c8ce3e73ef8ce5cf21472eb5df198cc3 (diff) | |
| download | bcm5719-llvm-d616cf3497195ff070115bafd46c98cfa928a15a.tar.gz bcm5719-llvm-d616cf3497195ff070115bafd46c98cfa928a15a.zip | |
ARM ISB assembly parsing tests.
llvm-svn: 135158
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/MC/ARM/arm_instructions.s | 2 | ||||
| -rw-r--r-- | llvm/test/MC/ARM/basic-arm-instructions.s | 10 |
2 files changed, 10 insertions, 2 deletions
diff --git a/llvm/test/MC/ARM/arm_instructions.s b/llvm/test/MC/ARM/arm_instructions.s index 86313063c66..86480292dc9 100644 --- a/llvm/test/MC/ARM/arm_instructions.s +++ b/llvm/test/MC/ARM/arm_instructions.s @@ -139,8 +139,6 @@ @ CHECK: bkpt #10 @ encoding: [0x7a,0x00,0x20,0xe1] bkpt #10 -@ CHECK: isb sy @ encoding: [0x6f,0xf0,0x7f,0xf5] - isb @ CHECK: mrs r8, cpsr @ encoding: [0x00,0x80,0x0f,0xe1] mrs r8, cpsr diff --git a/llvm/test/MC/ARM/basic-arm-instructions.s b/llvm/test/MC/ARM/basic-arm-instructions.s index 9a58c2f4c5a..75ddf123110 100644 --- a/llvm/test/MC/ARM/basic-arm-instructions.s +++ b/llvm/test/MC/ARM/basic-arm-instructions.s @@ -578,3 +578,13 @@ _func: @ CHECK: eor r6, r6, r7, asr r9 @ encoding: [0x57,0x69,0x26,0xe0] @ CHECK: eor r6, r6, r7, ror r9 @ encoding: [0x77,0x69,0x26,0xe0] @ CHECK: eor r4, r4, r5, rrx @ encoding: [0x65,0x40,0x24,0xe0] + + +@------------------------------------------------------------------------------ +@ ISB +@------------------------------------------------------------------------------ + isb sy + isb + +@ CHECK: isb sy @ encoding: [0x6f,0xf0,0x7f,0xf5] +@ CHECK: isb sy @ encoding: [0x6f,0xf0,0x7f,0xf5] |

