public class Insn23x extends AbstractInsn implements ThreeRegInsn
opc, regsREG_C_IDXREG_B_IDXREG_A_IDX| Constructor and Description |
|---|
Insn23x(Opcode opc,
Register regA,
Register regB,
Register regC) |
| Modifier and Type | Method and Description |
|---|---|
java.util.BitSet |
getIncompatibleRegs() |
protected BuilderInstruction |
getRealInsn0(LabelAssigner assigner) |
Register |
getRegA() |
Register |
getRegB() |
Register |
getRegC() |
getMinimumRegsNeeded, getOpcode, getRealInsn, getRegs, getSize, hasIncompatibleRegs, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMinimumRegsNeeded, getOpcode, getRealInsn, getRegs, getSize, hasIncompatibleRegspublic Register getRegA()
getRegA in interface OneRegInsnpublic Register getRegB()
getRegB in interface TwoRegInsnpublic Register getRegC()
getRegC in interface ThreeRegInsnprotected BuilderInstruction getRealInsn0(LabelAssigner assigner)
getRealInsn0 in class AbstractInsnpublic java.util.BitSet getIncompatibleRegs()
getIncompatibleRegs in interface InsngetIncompatibleRegs in class AbstractInsn