public interface Insn
extends java.lang.Cloneable
Modifier and Type | Method and Description |
---|---|
java.util.BitSet |
getIncompatibleRegs() |
int |
getMinimumRegsNeeded() |
Opcode |
getOpcode() |
BuilderInstruction |
getRealInsn(LabelAssigner assigner) |
java.util.List<Register> |
getRegs() |
int |
getSize() |
boolean |
hasIncompatibleRegs() |
Opcode getOpcode()
java.util.List<Register> getRegs()
java.util.BitSet getIncompatibleRegs()
boolean hasIncompatibleRegs()
int getMinimumRegsNeeded()
BuilderInstruction getRealInsn(LabelAssigner assigner)
int getSize()