public final class FourRegisterDecodedInstruction extends DecodedInstruction
| Constructor and Description |
|---|
FourRegisterDecodedInstruction(InstructionCodec format,
int opcode,
int index,
IndexType indexType,
int target,
long literal,
int a,
int b,
int c,
int d)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getA() |
int |
getB() |
int |
getC() |
int |
getD() |
int |
getRegisterCount() |
DecodedInstruction |
withIndex(int newIndex)
Returns an instance just like this one, except with the index replaced
with the given one.
|
decode, decodeAll, encode, getAByte, getANibble, getAUnit, getBByte, getBNibble, getBUnit, getCByte, getCNibble, getCUnit, getDByte, getDNibble, getDUnit, getE, getENibble, getFormat, getIndex, getIndexType, getIndexUnit, getLiteral, getLiteralByte, getLiteralInt, getLiteralNibble, getLiteralUnit, getOpcode, getOpcodeUnit, getProtoIndex, getRegisterCountUnit, getTarget, getTarget, getTargetByte, getTargetUnit, withProtoIndexpublic FourRegisterDecodedInstruction(InstructionCodec format, int opcode, int index, IndexType indexType, int target, long literal, int a, int b, int c, int d)
public int getRegisterCount()
getRegisterCount in class DecodedInstructionpublic int getA()
getA in class DecodedInstructionpublic int getB()
getB in class DecodedInstructionpublic int getC()
getC in class DecodedInstructionpublic int getD()
getD in class DecodedInstructionpublic DecodedInstruction withIndex(int newIndex)
withIndex in class DecodedInstructionCopyright © 2020. All Rights Reserved.