Searched refs:uw_regnum (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dia64-libunwind-tdep.c325 unw_regnum_t uw_regnum; local
334 uw_regnum = descr->gdb2uw (regnum);
341 if (uw_regnum < 0)
344 if (unw_get_saveloc_p (&cache->cursor, uw_regnum, &sl) < 0)
362 if (descr->is_fpreg (uw_regnum))
364 ret = unw_get_fpreg_p (&cache->cursor, uw_regnum, &fpval);
372 ret = unw_get_reg_p (&cache->cursor, uw_regnum, &intval);
455 unw_regnum_t uw_regnum; local
476 uw_regnum = descr->gdb2uw (regnum);
478 if (descr->is_fpreg (uw_regnum))
[all...]
H A Dia64-tdep.c2439 ia64_uw2gdb_regnum (int uw_regnum)
2441 if (uw_regnum == UNW_IA64_SP)
2443 else if (uw_regnum == UNW_IA64_BSP)
2445 else if ((unsigned) (uw_regnum - UNW_IA64_GR) < 32)
2446 return IA64_GR0_REGNUM + (uw_regnum - UNW_IA64_GR);
2447 else if ((unsigned) (uw_regnum - UNW_IA64_GR) < 128)
2448 return V32_REGNUM + (uw_regnum - (IA64_GR0_REGNUM + 32));
2449 else if ((unsigned) (uw_regnum - UNW_IA64_FR) < 128)
2450 return IA64_FR0_REGNUM + (uw_regnum - UNW_IA64_FR);
2451 else if ((unsigned) (uw_regnum
2438 ia64_uw2gdb_regnum(int uw_regnum) argument
2469 ia64_is_fpreg(int uw_regnum) argument
2476 ia64_access_reg(unw_addr_space_t as, unw_regnum_t uw_regnum, unw_word_t *val, int write, void *arg) argument
2531 ia64_access_fpreg(unw_addr_space_t as, unw_regnum_t uw_regnum, unw_fpreg_t *val, int write, void *arg) argument
2547 ia64_access_rse_reg(unw_addr_space_t as, unw_regnum_t uw_regnum, unw_word_t *val, int write, void *arg) argument
2603 ia64_access_rse_fpreg(unw_addr_space_t as, unw_regnum_t uw_regnum, unw_fpreg_t *val, int write, void *arg) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dia64-libunwind-tdep.c316 unw_regnum_t uw_regnum; local
325 uw_regnum = descr->gdb2uw (regnum);
332 if (uw_regnum < 0)
335 if (unw_get_saveloc_p (&cache->cursor, uw_regnum, &sl) < 0)
353 if (descr->is_fpreg (uw_regnum))
355 ret = unw_get_fpreg_p (&cache->cursor, uw_regnum, &fpval);
363 ret = unw_get_reg_p (&cache->cursor, uw_regnum, &intval);
446 unw_regnum_t uw_regnum; local
467 uw_regnum = descr->gdb2uw (regnum);
469 if (descr->is_fpreg (uw_regnum))
[all...]
H A Dia64-tdep.c2443 ia64_uw2gdb_regnum (int uw_regnum)
2445 if (uw_regnum == UNW_IA64_SP)
2447 else if (uw_regnum == UNW_IA64_BSP)
2449 else if ((unsigned) (uw_regnum - UNW_IA64_GR) < 32)
2450 return IA64_GR0_REGNUM + (uw_regnum - UNW_IA64_GR);
2451 else if ((unsigned) (uw_regnum - UNW_IA64_GR) < 128)
2452 return V32_REGNUM + (uw_regnum - (IA64_GR0_REGNUM + 32));
2453 else if ((unsigned) (uw_regnum - UNW_IA64_FR) < 128)
2454 return IA64_FR0_REGNUM + (uw_regnum - UNW_IA64_FR);
2455 else if ((unsigned) (uw_regnum
2442 ia64_uw2gdb_regnum(int uw_regnum) argument
2473 ia64_is_fpreg(int uw_regnum) argument
2480 ia64_access_reg(unw_addr_space_t as, unw_regnum_t uw_regnum, unw_word_t *val, int write, void *arg) argument
2536 ia64_access_fpreg(unw_addr_space_t as, unw_regnum_t uw_regnum, unw_fpreg_t *val, int write, void *arg) argument
2552 ia64_access_rse_reg(unw_addr_space_t as, unw_regnum_t uw_regnum, unw_word_t *val, int write, void *arg) argument
2608 ia64_access_rse_fpreg(unw_addr_space_t as, unw_regnum_t uw_regnum, unw_fpreg_t *val, int write, void *arg) argument
[all...]

Completed in 149 milliseconds