diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2010-08-11 23:35:12 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2010-08-11 23:35:12 +0000 |
| commit | 7fe6c8acfd41e32d895a60170b040509096fa063 (patch) | |
| tree | a60a441916ab0b7c225be06a3f81ba6ed1f838ba /lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h | |
| parent | b9e0621129e695c61e8840c26ebc2353084cd6a3 (diff) | |
| download | external_llvm-7fe6c8acfd41e32d895a60170b040509096fa063.zip external_llvm-7fe6c8acfd41e32d895a60170b040509096fa063.tar.gz external_llvm-7fe6c8acfd41e32d895a60170b040509096fa063.tar.bz2 | |
Changed the format of DMBsy, DSBsy, and friends from Pseudo to MiscFrm.
Added two test cases to arm-tests.txt.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110880 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h')
| -rw-r--r-- | lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h b/lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h index 2bdb1537..43152fa 100644 --- a/lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h +++ b/lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h @@ -1629,8 +1629,8 @@ static inline bool t2MiscCtrlInstr(uint32_t insn) { // A8.6.26 // t2BXJ -> Rn // -// Miscellaneous control: t2Int_MemBarrierV7 (and its t2DMB variants), -// t2Int_SyncBarrierV7 (and its t2DSB varianst), t2ISBsy, t2CLREX +// Miscellaneous control: t2DMBsy (and its t2DMB variants), +// t2DSBsy (and its t2DSB varianst), t2ISBsy, t2CLREX // -> no operand (except pred-imm pred-ccr for CLREX, memory barrier variants) // // Hint: t2NOP, t2YIELD, t2WFE, t2WFI, t2SEV |
