public final class ZeroRegisterDecodedInstruction extends DecodedInstruction
| Constructor and Description |
|---|
ZeroRegisterDecodedInstruction(InstructionCodec format,
int opcode,
int index,
IndexType indexType,
int target,
long literal)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
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, getA, 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 ZeroRegisterDecodedInstruction(InstructionCodec format, int opcode, int index, IndexType indexType, int target, long literal)
public int getRegisterCount()
getRegisterCount in class DecodedInstructionpublic DecodedInstruction withIndex(int newIndex)
withIndex in class DecodedInstructionCopyright © 2020. All Rights Reserved.