Searched refs:FPLAST_REGNUM (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/config/rs6000/
H A Dtm-rs6000.h75 #define FPLAST_REGNUM 63 /* Last floating point register */ macro
/freebsd-11-stable/contrib/gdb/gdb/
H A Dppc-bdm.c168 for (i = 0; i < (FPLAST_REGNUM - FP0_REGNUM + 1); i++)
208 || ((first_regno >= FP0_REGNUM) && (first_regno <= FPLAST_REGNUM)))
227 ocd_read_bdm_registers (FPLAST_REGNUM + 1,
298 && ((i < FP0_REGNUM) || (i > FPLAST_REGNUM)))
H A Dppcfbsd-nat.c68 return ((regno >= FP0_REGNUM && regno <= FPLAST_REGNUM)
H A Dppcfbsd-tdep.c148 for (i = FP0_REGNUM; i <= FPLAST_REGNUM; i++)
192 for (i = FP0_REGNUM; i <= FPLAST_REGNUM; i++)
H A Drs6000-nat.c161 else if (FP0_REGNUM <= regno && regno <= FPLAST_REGNUM)
360 for (regno = FP0_REGNUM; regno <= FPLAST_REGNUM; regno++)
399 for (regno = FP0_REGNUM; regno <= FPLAST_REGNUM; regno++)

Completed in 73 milliseconds