Uses of Interface
org.norecess.citkit.lir.LIRMemoryAddress

Packages that use LIRMemoryAddress
org.norecess.citkit.lir.instructions   
org.norecess.citkit.lir.memoryaddresses   
 

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

Methods in org.norecess.citkit.lir.instructions that return LIRMemoryAddress
 LIRMemoryAddress LIRLoad.getAddress()
           
 LIRMemoryAddress LIRStore.getAddress()
           
 

Constructors in org.norecess.citkit.lir.instructions with parameters of type LIRMemoryAddress
LIRLoad(LIRRegister target, LIRMemoryAddress address)
           
LIRStore(LIRMemoryAddress address, LIROperand operand)
           
 

Uses of LIRMemoryAddress in org.norecess.citkit.lir.memoryaddresses
 

Classes in org.norecess.citkit.lir.memoryaddresses that implement LIRMemoryAddress
 class LIRRegisterMA
           
 class LIRRegisterOffsetMA
           
 class LIRTwoRegisterMA