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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dargs.cc30 static const int R_F0_num = 3000; variable
31 static const int R_F1_num = R_F0_num + 1;
32 static const int R_F2_num = R_F0_num + 2;
50 else if( reg >= R_F0_num && reg < R_F0_num+100 )
51 printf("F%d_",reg - R_F0_num);
176 sig[i] = (flt_reg < flt_reg_max) ? (R_F0_num + flt_reg++) : STACK_num + stk_reg++;
181 tmp = R_F0_num + flt_reg_pairs;
242 tmp = ((j < 16) ? R_F0_num : STACK_num) + (j<<1);

Completed in 28 milliseconds