HomeSort by: relevance | last modified time | path
    Searched defs:right_nops (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/d10v/
interp.c 1060 unsigned long right_nops = ins_type_counters[ (int)INS_RIGHT_NOPS ]; local
1063 unsigned long right_total = right + right_parallel + right_cond + right_nops;
1080 int nop_size = strlen (add_commas (buf1, sizeof (buf1), (left_nops > right_nops) ? left_nops : right_nops));
1097 nop_size, add_commas (buf5, sizeof (buf5), right_nops));
  /src/external/gpl3/gdb.old/dist/sim/d10v/
interp.c 1060 unsigned long right_nops = ins_type_counters[ (int)INS_RIGHT_NOPS ]; local
1063 unsigned long right_total = right + right_parallel + right_cond + right_nops;
1080 int nop_size = strlen (add_commas (buf1, sizeof (buf1), (left_nops > right_nops) ? left_nops : right_nops));
1097 nop_size, add_commas (buf5, sizeof (buf5), right_nops));

Completed in 24 milliseconds