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

/openjdk7/hotspot/src/share/vm/opto/
H A Dclasses.hpp38 macro(AndI)
H A DidealKit.hpp61 // simple operations: AddI, SubI, AndI, LShiftI, etc.
184 Node* AndI(Node* l, Node* r) { return transform(new (C) AndINode(l, r)); } function in class:IdealKit
H A DgraphKit.hpp320 Node* AndI(Node* l, Node* r) { return _gvn.transform(new (C) AndINode(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 1517 milliseconds