< prev index next > src/hotspot/share/opto/mulnode.hpp
Print this page
public:
virtual int Opcode() const;
virtual const Type* bottom_type() const { return TypeTuple::LONG_PAIR; }
! virtual Node* match(const ProjNode* proj, const Matcher* m);
static MulHiLoLNode* make(Node* mul_hi);
};
//------------------------------UMulHiLoLNode----------------------------------
public:
virtual int Opcode() const;
virtual const Type* bottom_type() const { return TypeTuple::LONG_PAIR; }
! virtual Node* match(const ProjNode* proj, const Matcher* m, const RegMask* mask);
static MulHiLoLNode* make(Node* mul_hi);
};
//------------------------------UMulHiLoLNode----------------------------------
< prev index next >