mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-31 09:25:42 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user