mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-22 10:24:26 +00:00
ARM STRT assembly parsing and encoding.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137372 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -945,8 +945,8 @@ static bool DecodeAddrMode2IdxInstruction(llvm::MCInst &Inst, unsigned Insn,
|
||||
case ARM::STR_POST_REG:
|
||||
case ARM::STRB_POST_IMM:
|
||||
case ARM::STRB_POST_REG:
|
||||
case ARM::STRTr:
|
||||
case ARM::STRTi:
|
||||
case ARM::STRT_POST_REG:
|
||||
case ARM::STRT_POST_IMM:
|
||||
case ARM::STRBT_POST_REG:
|
||||
case ARM::STRBT_POST_IMM:
|
||||
if (!DecodeGPRRegisterClass(Inst, Rn, Address, Decoder)) return false;
|
||||
|
Reference in New Issue
Block a user