Searched refs:load_immediate (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp242 LIR_Opr LIRGenerator::load_immediate(int x, BasicType type) { function in class:LIRGenerator
269 __ add(temp, load_immediate(step, addr->type()), temp);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.hpp208 LIR_Opr load_immediate(int x, BasicType type);
H A Dc1_LIRGenerator.cpp3058 LIR_Opr mask = load_immediate(frequency << InvocationCounter::count_shift, T_INT);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp197 LIR_Opr LIRGenerator::load_immediate(int x, BasicType type) { function in class:LIRGenerator

Completed in 50 milliseconds