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

/openjdk7/hotspot/src/share/vm/opto/
H A Dvectornode.hpp125 //------------------------------SubVSNode--------------------------------------
127 class SubVSNode : public VectorNode { class in inherits:VectorNode
129 SubVSNode(Node* in1, Node* in2, const TypeVect* vt) : VectorNode(in1,in2,vt) {} function in class:SubVSNode
H A Dvectornode.cpp263 case Op_SubVS: return new (C) SubVSNode(n1, n2, vt);
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp1955 declare_c2_type(SubVSNode, VectorNode) \

Completed in 46 milliseconds