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

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dcsky-linux-tdep.c153 int fcr_regno[] = {122, 123, 121}; /* fcr, fesr, fid. */ local
185 if (*gdbarch_register_name (gdbarch, fcr_regno[i]) != '\0')
188 regcache->raw_supply (fcr_regno[i], fregs + offset);
243 int fcr_regno[] = {122, 123, 121}; /* fcr, fesr, fid. */ local
266 if (*gdbarch_register_name (gdbarch, fcr_regno[i]) != '\0')
269 regcache ->raw_collect (fcr_regno[i], fregs + offset);

Completed in 219 milliseconds