public class Insn22b extends AbstractInsn implements TwoRegInsn
opc, regsREG_B_IDXREG_A_IDX| Constructor and Description |
|---|
Insn22b(Opcode opc,
Register regA,
Register regB,
byte litC) |
| Modifier and Type | Method and Description |
|---|---|
java.util.BitSet |
getIncompatibleRegs() |
byte |
getLitC() |
protected BuilderInstruction |
getRealInsn0(LabelAssigner assigner) |
Register |
getRegA() |
Register |
getRegB() |
java.lang.String |
toString() |
getMinimumRegsNeeded, getOpcode, getRealInsn, getRegs, getSize, hasIncompatibleRegsclone, 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 byte getLitC()
protected BuilderInstruction getRealInsn0(LabelAssigner assigner)
getRealInsn0 in class AbstractInsnpublic java.util.BitSet getIncompatibleRegs()
getIncompatibleRegs in interface InsngetIncompatibleRegs in class AbstractInsnpublic java.lang.String toString()
toString in class AbstractInsn