Searched defs:mul_opcode (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dmulnode.hpp76 virtual int mul_opcode() const = 0;
91 int mul_opcode() const { return Op_MulI; } function in class:MulINode
107 int mul_opcode() const { return Op_MulL; } function in class:MulLNode
123 int mul_opcode() const { return Op_MulF; } function in class:MulFNode
138 int mul_opcode() const { return Op_MulD; } function in class:MulDNode
167 int mul_opcode() const { return Op_AndI; } function in class:AndINode
184 int mul_opcode() const { return Op_AndL; } function in class:AndLNode

Completed in 32 milliseconds