public final class RegisterRangeDecodedInstruction extends DecodedInstruction
| Constructor and Description |
|---|
RegisterRangeDecodedInstruction(InstructionCodec format,
int opcode,
int index,
IndexType indexType,
int target,
long literal,
int a,
int registerCount)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getA() |
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, getB, getBByte, getBNibble, getBUnit, getC, getCByte, getCNibble, getCUnit, getD, getDByte, getDNibble, getDUnit, getE, getENibble, getFormat, getIndex, getIndexType, getIndexUnit, getLiteral, getLiteralByte, getLiteralInt, getLiteralNibble, getLiteralUnit, getOpcode, getOpcodeUnit, getProtoIndex, getRegisterCountUnit, getTarget, getTarget, getTargetByte, getTargetUnit, withProtoIndexpublic RegisterRangeDecodedInstruction(InstructionCodec format, int opcode, int index, IndexType indexType, int target, long literal, int a, int registerCount)
public int getRegisterCount()
getRegisterCount in class DecodedInstructionpublic int getA()
getA in class DecodedInstructionpublic DecodedInstruction withIndex(int newIndex)
withIndex in class DecodedInstructionCopyright © 2020. All Rights Reserved.