Searched refs:LShiftVSNode (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dvectornode.hpp221 //------------------------------LShiftVSNode-----------------------------------
223 class LShiftVSNode : public VectorNode { class in inherits:VectorNode
225 LShiftVSNode(Node* in1, Node* in2, const TypeVect* vt) : VectorNode(in1,in2,vt) {} function in class:LShiftVSNode
H A Dvectornode.cpp278 case Op_LShiftVS: return new (C) LShiftVSNode(n1, n2, vt);
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp1967 declare_c2_type(LShiftVSNode, VectorNode) \

Completed in 615 milliseconds