public final class FillArrayDataPayloadDecodedInstruction extends DecodedInstruction
packed-switch instruction.| Constructor and Description |
|---|
FillArrayDataPayloadDecodedInstruction(InstructionCodec format,
int opcode,
byte[] data)
Constructs an instance.
|
FillArrayDataPayloadDecodedInstruction(InstructionCodec format,
int opcode,
int[] data)
Constructs an instance.
|
FillArrayDataPayloadDecodedInstruction(InstructionCodec format,
int opcode,
long[] data)
Constructs an instance.
|
FillArrayDataPayloadDecodedInstruction(InstructionCodec format,
int opcode,
short[] data)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getData() |
short |
getElementWidthUnit() |
int |
getRegisterCount() |
int |
getSize() |
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 FillArrayDataPayloadDecodedInstruction(InstructionCodec format, int opcode, byte[] data)
public FillArrayDataPayloadDecodedInstruction(InstructionCodec format, int opcode, short[] data)
public FillArrayDataPayloadDecodedInstruction(InstructionCodec format, int opcode, int[] data)
public FillArrayDataPayloadDecodedInstruction(InstructionCodec format, int opcode, long[] data)
public int getRegisterCount()
getRegisterCount in class DecodedInstructionpublic short getElementWidthUnit()
public int getSize()
public java.lang.Object getData()
public DecodedInstruction withIndex(int newIndex)
withIndex in class DecodedInstructionCopyright © 2020. All Rights Reserved.