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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmulnode.cpp205 jint bit2 = con-bit1; local
206 bit2 = bit2 & -bit2; // Extract 2nd bit
207 if( bit2 + bit1 == con ) { // Found all bits in con?
209 Node *n2 = phase->transform( new (phase->C) LShiftINode( in(1), phase->intcon(log2_intptr(bit2)) ) );
301 jlong bit2 = con-bit1; local
302 bit2 = bit2 & -bit2; // Extrac
[all...]

Completed in 39 milliseconds