mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-23 01:24:30 +00:00
ARM LDRT assembly parsing and encoding.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137282 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -953,8 +953,8 @@ static bool DecodeAddrMode2IdxInstruction(llvm::MCInst &Inst, unsigned Insn,
|
||||
case ARM::LDR_PRE:
|
||||
case ARM::LDRBT_POST_REG:
|
||||
case ARM::LDRBT_POST_IMM:
|
||||
case ARM::LDRTr:
|
||||
case ARM::LDRTi:
|
||||
case ARM::LDRT_POST_REG:
|
||||
case ARM::LDRT_POST_IMM:
|
||||
DecodeGPRRegisterClass(Inst, Rn, Address, Decoder);
|
||||
break;
|
||||
default:
|
||||
|
Reference in New Issue
Block a user