public class ImmutableInstruction35ms extends ImmutableInstruction implements Instruction35ms
| Modifier and Type | Field and Description |
|---|---|
static Format |
FORMAT |
protected int |
registerC |
protected int |
registerCount |
protected int |
registerD |
protected int |
registerE |
protected int |
registerF |
protected int |
registerG |
protected int |
vtableIndex |
opcode| Constructor and Description |
|---|
ImmutableInstruction35ms(Opcode opcode,
int registerCount,
int registerC,
int registerD,
int registerE,
int registerF,
int registerG,
int vtableIndex) |
| Modifier and Type | Method and Description |
|---|---|
Format |
getFormat() |
int |
getRegisterC() |
int |
getRegisterCount() |
int |
getRegisterD() |
int |
getRegisterE() |
int |
getRegisterF() |
int |
getRegisterG() |
int |
getVtableIndex() |
static ImmutableInstruction35ms |
of(Instruction35ms instruction) |
getCodeUnits, getOpcode, immutableListOf, ofclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCodeUnits, getOpcodepublic static final Format FORMAT
protected final int registerCount
protected final int registerC
protected final int registerD
protected final int registerE
protected final int registerF
protected final int registerG
protected final int vtableIndex
public ImmutableInstruction35ms(@Nonnull
Opcode opcode,
int registerCount,
int registerC,
int registerD,
int registerE,
int registerF,
int registerG,
int vtableIndex)
public static ImmutableInstruction35ms of(Instruction35ms instruction)
public int getRegisterCount()
getRegisterCount in interface VariableRegisterInstructionpublic int getRegisterC()
getRegisterC in interface FiveRegisterInstructionpublic int getRegisterD()
getRegisterD in interface FiveRegisterInstructionpublic int getRegisterE()
getRegisterE in interface FiveRegisterInstructionpublic int getRegisterF()
getRegisterF in interface FiveRegisterInstructionpublic int getRegisterG()
getRegisterG in interface FiveRegisterInstructionpublic int getVtableIndex()
getVtableIndex in interface VtableIndexInstructionpublic Format getFormat()
getFormat in class ImmutableInstruction