public interface FiveRegInsn extends Insn
ThreeRegInsn
due to the unusual register naming - the register indices cannot be overwritten here.Modifier and Type | Field and Description |
---|---|
static int |
REG_A_IDX |
static int |
REG_D_IDX |
static int |
REG_E_IDX |
static int |
REG_F_IDX |
static int |
REG_G_IDX |
Modifier and Type | Method and Description |
---|---|
Register |
getRegA() |
Register |
getRegD() |
Register |
getRegE() |
Register |
getRegF() |
Register |
getRegG() |
getIncompatibleRegs, getMinimumRegsNeeded, getOpcode, getRealInsn, getRegs, getSize, hasIncompatibleRegs
static final int REG_D_IDX
static final int REG_E_IDX
static final int REG_F_IDX
static final int REG_G_IDX
static final int REG_A_IDX