Searched refs:newRegisterIndirectAddress (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DV9AlternateSpaceDecoder.java35 SPARCRegisterIndirectAddress newRegisterIndirectAddress(SPARCRegister rs1, SPARCRegister rs2) { method in class:V9AlternateSpaceDecoder
39 SPARCRegisterIndirectAddress newRegisterIndirectAddress(SPARCRegister rs1, int offset) { method in class:V9AlternateSpaceDecoder
H A DMemoryInstructionDecoder.java34 SPARCRegisterIndirectAddress newRegisterIndirectAddress(SPARCRegister rs1, SPARCRegister rs2) { method in class:MemoryInstructionDecoder
38 SPARCRegisterIndirectAddress newRegisterIndirectAddress(SPARCRegister rs1, int offset) { method in class:MemoryInstructionDecoder
53 addr = newRegisterIndirectAddress(rs1,simm13);
56 addr = newRegisterIndirectAddress(rs1,rs2);

Completed in 22 milliseconds