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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmachnode.hpp175 virtual uint oper_input_base() const { return 1; } function in class:MachNode
312 virtual uint oper_input_base() const { return 0; } function in class:MachIdealNode
357 virtual uint oper_input_base() const { return 1; } function in class:MachConstantBaseNode
502 virtual uint oper_input_base() const { return 1; } function in class:MachSpillCopyNode
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp856 uint InstructForm::oper_input_base(FormDict &globals) { function in class:InstructForm
1402 // idx1 starts at oper_input_base()
1404 fprintf(fp," // Start at oper_input_base() and count operands\n");
1405 fprintf(fp," unsigned %sidx0 = %d;\n", prefix, oper_input_base(globals));
1406 fprintf(fp," unsigned %sidx1 = %d;", prefix, oper_input_base(globals));

Completed in 842 milliseconds