diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-09-06 22:53:27 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-09-06 22:53:27 +0000 |
commit | aa833e53dc74db6cb6789ef7f05c620d28980983 (patch) | |
tree | b325b7ab2c71229ce1e6459e4ea5188e2a2f0a65 /test | |
parent | 8f6d8104fc20550da00c3a4a0bc66de64117826d (diff) | |
download | external_llvm-aa833e53dc74db6cb6789ef7f05c620d28980983.zip external_llvm-aa833e53dc74db6cb6789ef7f05c620d28980983.tar.gz external_llvm-aa833e53dc74db6cb6789ef7f05c620d28980983.tar.bz2 |
Thumb2 parsing and encoding for ISB.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139200 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/MC/ARM/basic-thumb2-instructions.s | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/MC/ARM/basic-thumb2-instructions.s b/test/MC/ARM/basic-thumb2-instructions.s index becba5b..55ec150 100644 --- a/test/MC/ARM/basic-thumb2-instructions.s +++ b/test/MC/ARM/basic-thumb2-instructions.s @@ -453,6 +453,16 @@ _func: @------------------------------------------------------------------------------ +@ ISB +@------------------------------------------------------------------------------ + isb sy + isb + +@ CHECK: isb sy @ encoding: [0xbf,0xf3,0x6f,0x8f] +@ CHECK: isb sy @ encoding: [0xbf,0xf3,0x6f,0x8f] + + +@------------------------------------------------------------------------------ @ IT @------------------------------------------------------------------------------ @ Test encodings of a few full IT blocks, not just the IT instruction |