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

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp1237 char right_reg_index[18] = ",instXXXX_idxXXXX"; local
1241 sprintf(right_reg_index,",inst%d_idx%d", (int)right_index, right_op_index);
1243 strcpy(right_reg_index, "");
1246 right_index, right_op, right_index, right_op_index, right_index, right_reg_index );

Completed in 40 milliseconds