mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-24 08:33:39 +00:00
Add missing predicate operand on SMLA and friends.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137368 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dd32ba337a
commit
1fb6673bc2
@ -1260,6 +1260,8 @@ static bool DecodeSMLAInstruction(llvm::MCInst &Inst, unsigned Insn,
|
||||
!DecodeGPRnopcRegisterClass(Inst, Ra, Address, Decoder))
|
||||
return false;
|
||||
|
||||
if (!DecodePredicateOperand(Inst, pred, Address, Decoder)) return false;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user