Searched refs:URShiftXNode (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DidealKit.hpp209 Node* URShiftX(Node* l, Node* r) { return transform(new (C) URShiftXNode(l, r)); }
H A Dtype.hpp1335 #define URShiftXNode URShiftLNode macro
1379 #define URShiftXNode URShiftINode
H A Dlibrary_call.cpp3781 Node *hshifted_header= _gvn.transform( new (C) URShiftXNode(header, hash_shift) );
4179 countx = _gvn.transform( new (C) URShiftXNode(countx, intcon(LogBytesPerLong) ));
5221 countx = _gvn.transform( new (C) URShiftXNode(countx, intcon(LogBytesPerLong)) );
H A Dmemnode.cpp2738 zbase = phase->transform( new(C) URShiftXNode(zbase, shift) );
2739 zend = phase->transform( new(C) URShiftXNode(zend, shift) );

Completed in 125 milliseconds