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

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp4187 InstructForm *instr2; local
4188 for( ; !found_cisc_alternate && (instr2 = (InstructForm*)_instructions.iter2()) != NULL; ) {
4190 if( PrintAdlcCisc ) fprintf(stderr, " instr2 == %s \n", instr2->_ident ? instr2->_ident : " ");
4191 if ( instr2->_matrule != NULL
4192 && (instr != instr2 ) // Skip self
4193 && (instr2->reduce_result() != NULL) // want same result
4194 && (strcmp(result, instr2->reduce_result()) == 0)) {
4195 MatchRule &mrule2 = *instr2
4237 InstructForm *instr2; local
[all...]

Completed in 48 milliseconds