Searched defs:leal (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp3304 void LIR_Assembler::leal(LIR_Opr addr_opr, LIR_Opr dest) { function in class:LIR_Assembler
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp3647 void LIR_Assembler::leal(LIR_Opr addr, LIR_Opr dest) { function in class:LIR_Assembler
H A Dassembler_x86.cpp1576 void Assembler::leal(Register dst, Address src) { function in class:Assembler
4318 leal(dst, src);
5815 // leal(dst, as_Address(adr));
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp1973 void leal(LIR_Opr from, LIR_Opr result_reg) { append(new LIR_Op1(lir_leal, from, result_reg)); } function in class:LIR_List

Completed in 234 milliseconds