public class Insn31i extends AbstractInsn implements OneRegInsn
opc, regs
REG_A_IDX
Constructor and Description |
---|
Insn31i(Opcode opc,
Register regA,
int litB) |
Modifier and Type | Method and Description |
---|---|
java.util.BitSet |
getIncompatibleRegs() |
int |
getLitB() |
protected BuilderInstruction |
getRealInsn0(LabelAssigner assigner) |
Register |
getRegA() |
java.lang.String |
toString() |
getMinimumRegsNeeded, getOpcode, getRealInsn, getRegs, getSize, hasIncompatibleRegs
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getMinimumRegsNeeded, getOpcode, getRealInsn, getRegs, getSize, hasIncompatibleRegs
public Insn31i(Opcode opc, Register regA, int litB)
public Register getRegA()
getRegA
in interface OneRegInsn
public int getLitB()
protected BuilderInstruction getRealInsn0(LabelAssigner assigner)
getRealInsn0
in class AbstractInsn
public java.util.BitSet getIncompatibleRegs()
getIncompatibleRegs
in interface Insn
getIncompatibleRegs
in class AbstractInsn
public java.lang.String toString()
toString
in class AbstractInsn