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

  /src/external/gpl3/gdb/dist/sim/d10v/
interp.c 1061 unsigned long right_parallel = ins_type_counters[ (int)INS_RIGHT_PARALLEL ]; local
1063 unsigned long right_total = right + right_parallel + right_cond + right_nops;
1078 (left_parallel > right_parallel) ? left_parallel : right_parallel));
1095 parallel_size, add_commas (buf3, sizeof (buf3), right_parallel),
interp.c 1061 unsigned long right_parallel = ins_type_counters[ (int)INS_RIGHT_PARALLEL ]; local
1063 unsigned long right_total = right + right_parallel + right_cond + right_nops;
1078 (left_parallel > right_parallel) ? left_parallel : right_parallel));
1095 parallel_size, add_commas (buf3, sizeof (buf3), right_parallel),
  /src/external/gpl3/gdb.old/dist/sim/d10v/
interp.c 1061 unsigned long right_parallel = ins_type_counters[ (int)INS_RIGHT_PARALLEL ]; local
1063 unsigned long right_total = right + right_parallel + right_cond + right_nops;
1078 (left_parallel > right_parallel) ? left_parallel : right_parallel));
1095 parallel_size, add_commas (buf3, sizeof (buf3), right_parallel),
interp.c 1061 unsigned long right_parallel = ins_type_counters[ (int)INS_RIGHT_PARALLEL ]; local
1063 unsigned long right_total = right + right_parallel + right_cond + right_nops;
1078 (left_parallel > right_parallel) ? left_parallel : right_parallel));
1095 parallel_size, add_commas (buf3, sizeof (buf3), right_parallel),

Completed in 46 milliseconds