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

  /src/external/gpl3/gdb/dist/gdb/
rs6000-tdep.c 277 /* Check that TABLE[GDB_REGNO] is not already initialized, and then
285 set_sim_regno (int *table, int gdb_regno, int sim_regno)
289 gdb_assert (table[gdb_regno] == -1);
290 table[gdb_regno] = sim_regno;
334 int gdb_regno; local
336 gdb_regno = user_reg_map_name_to_regnum (arch, segment_regs[i], -1);
337 if (gdb_regno >= 0)
338 set_sim_regno (sim_regno, gdb_regno, sim_ppc_sr0_regnum + i);
374 int gdb_regno = -1; local
377 gdb_regno = user_reg_map_name_to_regnum (arch, spr_name, -1)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
rs6000-tdep.c 277 /* Check that TABLE[GDB_REGNO] is not already initialized, and then
285 set_sim_regno (int *table, int gdb_regno, int sim_regno)
289 gdb_assert (table[gdb_regno] == -1);
290 table[gdb_regno] = sim_regno;
334 int gdb_regno; local
336 gdb_regno = user_reg_map_name_to_regnum (arch, segment_regs[i], -1);
337 if (gdb_regno >= 0)
338 set_sim_regno (sim_regno, gdb_regno, sim_ppc_sr0_regnum + i);
374 int gdb_regno = -1; local
377 gdb_regno = user_reg_map_name_to_regnum (arch, spr_name, -1)
    [all...]

Completed in 15 milliseconds