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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmulnode.cpp585 shift &= BitsPerJavaLong - 1; // semantics of Java shifts
621 shift &= BitsPerJavaLong - 1; // semantics of Java shifts
622 const jlong sign_bits_mask = ~(((jlong)CONST64(1) << (jlong)(BitsPerJavaLong - shift)) -1);
802 const jlong bits_mask = ((jlong)CONST64(1) << (jlong)(BitsPerJavaLong - con)) - CONST64(1);
836 shift &= BitsPerJavaLong - 1; // semantics of Java shifts
1253 const jlong mask = (((jlong)CONST64(1) << (jlong)(BitsPerJavaLong - con)) -1);
1320 shift &= BitsPerJavaLong - 1; // semantics of Java shifts
1343 if (shift == BitsPerJavaLong - 1) {
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp99 const int BitsPerJavaLong = 64; variable

Completed in 40 milliseconds