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

  /src/external/gpl3/gdb.old/dist/sim/bfin/
bfin-sim.c 339 const char * const greg_names[] = variable
353 return greg_names[(grp << 3) | reg];
498 return greg_names[p - &DREG (0)];
500 return greg_names[4 * 8 + 0];
502 return greg_names[4 * 8 + 1];
504 return greg_names[4 * 8 + 2];
506 return greg_names[4 * 8 + 3];
  /src/external/gpl3/gdb/dist/sim/bfin/
bfin-sim.c 339 const char * const greg_names[] = variable
353 return greg_names[(grp << 3) | reg];
498 return greg_names[p - &DREG (0)];
500 return greg_names[4 * 8 + 0];
502 return greg_names[4 * 8 + 1];
504 return greg_names[4 * 8 + 2];
506 return greg_names[4 * 8 + 3];

Completed in 22 milliseconds