Searched refs:memory_operand (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_h.cpp1923 int memory_operand = instr->memory_operand(_globalNames); local
1926 memory_operand = InstructForm::MANY_MEMORY_OPERANDS;
1928 if ( memory_operand != InstructForm::NO_MEMORY_OPERAND ) {
1929 if( memory_operand == InstructForm::MANY_MEMORY_OPERANDS ) {
1932 fprintf(fp," virtual const MachOper *memory_operand() const;\n");
H A Doutput_c.cpp1607 int memory_operand = new_inst->memory_operand(_globalNames); local
1608 if( memory_operand != InstructForm::NO_MEMORY_OPERAND ) {
1609 int node_mem_op = node->memory_operand(_globalNames);
3165 int memory_operand = instr->memory_operand(_globalNames); local
3168 memory_operand = InstructForm::MANY_MEMORY_OPERANDS;
3171 if ( memory_operand != InstructForm::NO_MEMORY_OPERAND ) {
3172 if( memory_operand == InstructForm::MANY_MEMORY_OPERANDS ) {
3174 fprintf(fp,"const MachOper* %sNode::memory_operand() cons
[all...]
H A Dformssel.hpp187 virtual int memory_operand(FormDict &globals) const;
H A Dformssel.cpp652 int InstructForm::memory_operand(FormDict &globals) const { function in class:InstructForm
/openjdk7/hotspot/src/share/vm/opto/
H A Dmachnode.cpp215 const MachOper* oper = memory_operand();
H A Dmachnode.hpp263 // Returns the MachOper as determined by memory_operand(), for use, if
272 virtual const MachOper* memory_operand() const { return NULL; } function in class:MachNode
H A Dmatcher.cpp1661 const MachOper* oper = mach->memory_operand();

Completed in 1769 milliseconds