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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp221 #define HASH1(x1 ) ((intx)(x1)) macro
222 #define HASH2(x1, x2 ) ((HASH1(x1 ) << 7) ^ HASH1(x2))
223 #define HASH3(x1, x2, x3 ) ((HASH2(x1, x2 ) << 7) ^ HASH1(x3))
224 #define HASH4(x1, x2, x3, x4) ((HASH3(x1, x2, x3) << 7) ^ HASH1(x4))

Completed in 28 milliseconds