< prev index next >

src/hotspot/share/opto/vectornode.hpp

Print this page

        

*** 1069,1078 **** --- 1069,1084 ---- Pack2DNode(Node* in1, Node* in2, const TypeVect* vt) : PackNode(in1, in2, vt) {} virtual int Opcode() const; }; + class VectorLoadConstNode : public VectorNode { + public: + VectorLoadConstNode(Node* in1, const TypeVect* vt) : VectorNode(in1, vt) {} + virtual int Opcode() const; + }; + //========================Extract_Scalar_from_Vector=========================== //------------------------------ExtractNode------------------------------------ // Extract a scalar from a vector at position "pos" class ExtractNode : public Node {
< prev index next >