Searched refs:LShiftI (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dclasses.hpp141 macro(LShiftI)
H A DidealKit.hpp61 // simple operations: AddI, SubI, AndI, LShiftI, etc.
186 Node* LShiftI(Node* l, Node* r) { return transform(new (C) LShiftINode(l, r)); } function in class:IdealKit
H A Dstringopts.cpp1165 Node* r = __ SubI(i_phi, __ AddI(__ LShiftI(q, __ intcon(3)),
1166 __ LShiftI(q, __ intcon(1))));
H A DgraphKit.hpp327 Node* LShiftI(Node* l, Node* r) { return _gvn.transform(new (C) LShiftINode(l, r)); } function in class:GraphKit
H A Dlibrary_call.cpp1279 __ if_then(__ AndI(cache, __ LShiftI(one, src2)), BoolTest::eq, zero); {
1293 __ if_then(__ AndI(cache, __ LShiftI(one, src)), BoolTest::eq, zero, likely); {

Completed in 60 milliseconds