mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-21 18:24:23 +00:00
Push GPRnopc through a large number of instruction definitions to tighten operand decoding.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137189 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -1177,10 +1177,10 @@ static bool DecodeSMLAInstruction(llvm::MCInst &Inst, unsigned Insn,
|
||||
if (pred == 0xF)
|
||||
return DecodeCPSInstruction(Inst, Insn, Address, Decoder);
|
||||
|
||||
DecodeGPRRegisterClass(Inst, Rd, Address, Decoder);
|
||||
DecodeGPRRegisterClass(Inst, Rn, Address, Decoder);
|
||||
DecodeGPRRegisterClass(Inst, Rm, Address, Decoder);
|
||||
DecodeGPRRegisterClass(Inst, Ra, Address, Decoder);
|
||||
DecodeGPRnopcRegisterClass(Inst, Rd, Address, Decoder);
|
||||
DecodeGPRnopcRegisterClass(Inst, Rn, Address, Decoder);
|
||||
DecodeGPRnopcRegisterClass(Inst, Rm, Address, Decoder);
|
||||
DecodeGPRnopcRegisterClass(Inst, Ra, Address, Decoder);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user