• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/

Lines Matching defs:idx

146   int idx;
148 for (idx = 0; idx < r_opc_num; idx++)
150 if (r_opc[idx] != opc)
156 if (idx == r_opc_num)
159 for (idx = 0 ; idx < dlx_r_opcode_num; idx++)
160 if (dlx_r_opcode[idx].func == func)
162 (*info->fprintf_func) (info->stream, "%s", dlx_r_opcode[idx].name);
167 operand_deliminator (info, dlx_r_opcode[idx].name);
203 int idx;
205 for (idx = 0 ; idx < dlx_load_opcode_num; idx++)
206 if (dlx_load_opcode[idx].opcode == opc)
210 (*info->fprintf_func) (info->stream, "%s", dlx_load_opcode[idx].name);
211 operand_deliminator (info, dlx_load_opcode[idx].name);
217 (*info->fprintf_func) (info->stream, "%s", dlx_load_opcode[idx].name);
218 operand_deliminator (info, dlx_load_opcode[idx].name);
247 int idx;
249 for (idx = 0 ; idx < dlx_store_opcode_num; idx++)
250 if (dlx_store_opcode[idx].opcode == opc)
252 (*info->fprintf_func) (info->stream, "%s", dlx_store_opcode[idx].name);
253 operand_deliminator (info, dlx_store_opcode[idx].name);
303 int idx;
305 for (idx = 0 ; idx < dlx_aluI_opcode_num; idx++)
306 if (dlx_aluI_opcode[idx].opcode == opc)
308 (*info->fprintf_func) (info->stream, "%s", dlx_aluI_opcode[idx].name);
309 operand_deliminator (info, dlx_aluI_opcode[idx].name);
337 int idx;
339 for (idx = 0 ; idx < dlx_br_opcode_num; idx++)
340 if (dlx_br_opcode[idx].opcode == opc)
346 (*info->fprintf_func) (info->stream, "%s", dlx_br_opcode[idx].name);
347 operand_deliminator (info, dlx_br_opcode[idx].name);
377 int idx;
379 for (idx = 0 ; idx < dlx_jmp_opcode_num; idx++)
380 if (dlx_jmp_opcode[idx].opcode == opc)
387 (*info->fprintf_func) (info->stream, "%s", dlx_jmp_opcode[idx].name);
388 operand_deliminator (info, dlx_jmp_opcode[idx].name);
414 int idx;
416 for (idx = 0 ; idx < dlx_jr_opcode_num; idx++)
417 if (dlx_jr_opcode[idx].opcode == opc)
419 (*info->fprintf_func) (info->stream, "%s", dlx_jr_opcode[idx].name);
420 operand_deliminator (info, dlx_jr_opcode[idx].name);