Uses of Class
org.norecess.citkit.lir.operands.LIRRegisterOperand

Packages that use LIRRegisterOperand
org.norecess.citkit.lir.instructions   
org.norecess.citkit.visitors   
 

Uses of LIRRegisterOperand in org.norecess.citkit.lir.instructions
 

Constructors in org.norecess.citkit.lir.instructions with parameters of type LIRRegisterOperand
LIRRegisterAssignment(LIRRegisterOperand register, LIRExpression expression)
           
 

Uses of LIRRegisterOperand in org.norecess.citkit.visitors
 

Methods in org.norecess.citkit.visitors with parameters of type LIRRegisterOperand
 T LIROperandVisitor.visitRegister(LIRRegisterOperand operand)