Searched defs:shift_amount (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp2022 int LIR_Assembler::shift_amount(BasicType t) { function in class:LIR_Assembler
2172 int shift = shift_amount(basic_type);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp3184 int shift_amount; local
3189 shift_amount = 0;
3193 shift_amount = 1;
3197 shift_amount = 2;
3201 shift_amount = 3;

Completed in 50 milliseconds