class NLIRLoadLocal extends NLIRInstruction
Modifier and Type | Field and Description |
---|---|
int |
local
Local variable index.
|
block, id, lirMnemonic, reads, write
Constructor and Description |
---|
NLIRLoadLocal(NBasicBlock block,
int id,
int local,
String sType,
String lType)
Construct an NLIRLoadLocal instruction.
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
Return a string representation of this instruction.
|
allocatePhysicalRegisters, toSpim
public NLIRLoadLocal(NBasicBlock block, int id, int local, String sType, String lType)
block
- enclosing block.id
- identifier of the instruction.local
- local variable index.sType
- short type name of the instruction.lType
- long type name of the instruction.public String toString()
NLIRInstruction
toString
in class NLIRInstruction