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

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/doubleconv/
H A DFixedDtoa.java93 void shift(final int shift_amount) { argument
[all...]
H A DBignum.java314 void shiftLeft(final int shift_amount) { argument
795 void bigitsShiftLeft(final int shift_amount) { argument
/openjdk10/hotspot/src/os_cpu/linux_ppc/vm/
H A Datomic_linux_ppc.hpp337 const unsigned int shift_amount = ((uintptr_t)dest & 3) * 8; local
339 const unsigned int shift_amount = ((~(uintptr_t)dest) & 3) * 8; local
/openjdk10/hotspot/src/os_cpu/aix_ppc/vm/
H A Datomic_aix_ppc.hpp339 const unsigned int shift_amount = ((uintptr_t)dest & 3) * 8; local
341 const unsigned int shift_amount = ((~(uintptr_t)dest) & 3) * 8; local
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp1794 int LIR_Assembler::shift_amount(BasicType t) { function in class:LIR_Assembler
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dc1_LIRAssembler_aarch64.cpp2266 int shift_amount; local
/openjdk10/hotspot/src/cpu/s390/vm/
H A Dc1_LIRAssembler_s390.cpp1962 int shift_amount; local
[all...]
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dc1_LIRAssembler_ppc.cpp1803 int LIR_Assembler::shift_amount(BasicType t) { function in class:LIR_Assembler
H A DmacroAssembler_ppc.cpp1467 Register shift_amount = noreg, local
1544 Register shift_amount = noreg, local
2151 int shift_amount = 64 - markOopDesc::epoch_shift; local
[all...]

Completed in 194 milliseconds