Lines Matching defs:idx

398   int  idx   = 0;
399 if(_matrule->find_type("CallStaticJava",idx)) return Form::JAVA_STATIC;
400 idx = 0;
401 if(_matrule->find_type("Lock",idx)) return Form::JAVA_STATIC;
402 idx = 0;
403 if(_matrule->find_type("Unlock",idx)) return Form::JAVA_STATIC;
404 idx = 0;
405 if(_matrule->find_type("CallDynamicJava",idx)) return Form::JAVA_DYNAMIC;
406 idx = 0;
407 if(_matrule->find_type("CallRuntime",idx)) return Form::JAVA_RUNTIME;
408 idx = 0;
409 if(_matrule->find_type("CallLeaf",idx)) return Form::JAVA_LEAF;
410 idx = 0;
411 if(_matrule->find_type("CallLeafNoFP",idx)) return Form::JAVA_LEAF;
412 idx = 0;
806 const char *InstructForm::opnd_ident(int idx) {
807 return _components.at(idx)->_name;
810 const char *InstructForm::unique_opnd_ident(int idx) {
813 if (unique_opnds_idx(i) == idx) {
1292 int idx = operand_position_format(rep_var);
1293 if ( idx == -1 ) {
1300 if (is_noninput_operand(idx)) {
1312 fprintf(fp,"opnd_array(%d)->",idx);
1313 if (idx == 0)
1316 fprintf(fp,"ext_format(ra, this,idx%d, st); // %s\n", idx, rep_var );
1397 uint idx = 0; // position of operand in match rule
1410 for ( idx = 2; idx < num_unique_opnds(); ++idx ) {
1413 prefix, idx, prefix, idx-1, idx-1 );
1416 prefix, idx, prefix, idx-1, receiver, idx-1 );
1418 fprintf(fp," \t// %s\n", unique_opnd_ident(idx));
1424 // use invalid idx's.
1425 fprintf(fp," unsigned %sidx%d = %sreq(); \n", prefix, idx, receiver);
2281 for(uint idx = 0;_matrule->base_operand(idx,globals,result,name,type);++idx) {
2298 if( idx == leaf ) break;
2360 int idx = constant_position( globals, comp );
2362 return idx;
2434 uint idx = op->constant_position( globals, rep_var);
2436 fprintf(fp, " return _c%d->isa_oop_ptr();", idx);
2472 // external access to reg# node->in(idx)->_idx,
2478 fprintf(fp," ra->dump_register(node->in(idx");
2488 fprintf(fp," ra->dump_register(node->in(idx");