Lines Matching refs:idx

148   int idx;
150 for (idx = 0; idx < r_opc_num; idx++)
152 if (r_opc[idx] != opc)
158 if (idx == r_opc_num)
161 for (idx = 0 ; idx < dlx_r_opcode_num; idx++)
162 if (dlx_r_opcode[idx].func == func)
164 (*info->fprintf_func) (info->stream, "%s", dlx_r_opcode[idx].name);
169 operand_deliminator (info, dlx_r_opcode[idx].name);
205 int idx;
207 for (idx = 0 ; idx < dlx_load_opcode_num; idx++)
208 if (dlx_load_opcode[idx].opcode == opc)
212 (*info->fprintf_func) (info->stream, "%s", dlx_load_opcode[idx].name);
213 operand_deliminator (info, dlx_load_opcode[idx].name);
219 (*info->fprintf_func) (info->stream, "%s", dlx_load_opcode[idx].name);
220 operand_deliminator (info, dlx_load_opcode[idx].name);
249 int idx;
251 for (idx = 0 ; idx < dlx_store_opcode_num; idx++)
252 if (dlx_store_opcode[idx].opcode == opc)
254 (*info->fprintf_func) (info->stream, "%s", dlx_store_opcode[idx].name);
255 operand_deliminator (info, dlx_store_opcode[idx].name);
305 int idx;
307 for (idx = 0 ; idx < dlx_aluI_opcode_num; idx++)
308 if (dlx_aluI_opcode[idx].opcode == opc)
310 (*info->fprintf_func) (info->stream, "%s", dlx_aluI_opcode[idx].name);
311 operand_deliminator (info, dlx_aluI_opcode[idx].name);
339 int idx;
341 for (idx = 0 ; idx < dlx_br_opcode_num; idx++)
342 if (dlx_br_opcode[idx].opcode == opc)
348 (*info->fprintf_func) (info->stream, "%s", dlx_br_opcode[idx].name);
349 operand_deliminator (info, dlx_br_opcode[idx].name);
379 int idx;
381 for (idx = 0 ; idx < dlx_jmp_opcode_num; idx++)
382 if (dlx_jmp_opcode[idx].opcode == opc)
389 (*info->fprintf_func) (info->stream, "%s", dlx_jmp_opcode[idx].name);
390 operand_deliminator (info, dlx_jmp_opcode[idx].name);
416 int idx;
418 for (idx = 0 ; idx < dlx_jr_opcode_num; idx++)
419 if (dlx_jr_opcode[idx].opcode == opc)
421 (*info->fprintf_func) (info->stream, "%s", dlx_jr_opcode[idx].name);
422 operand_deliminator (info, dlx_jr_opcode[idx].name);