Home | History | Annotate | Download | only in gdbserver

Lines Matching defs:fstat

43   unsigned short fstat;
63 unsigned short fstat;
161 fp->fstat = regcache_raw_get_unsigned_by_name (regcache, "fstat");
186 val = fp->fstat & 0xFFFF;
187 supply_register_by_name (regcache, "fstat", &val);
231 fp->fstat = regcache_raw_get_unsigned_by_name (regcache, "fstat");
282 fp->fstat = 0;
501 val = regcache_raw_get_unsigned_by_name (regcache, "fstat");
502 if (fp->fstat != val)
505 fp->fstat = val;
617 val = fp->fstat & 0xFFFF;
618 supply_register_by_name (regcache, "fstat", &val);
621 top = (fp->fstat >> 11) & 0x7;
810 supply_register_by_name_zeroed (regcache, "fstat");
828 val = fp->fstat & 0xFFFF;
829 supply_register_by_name (regcache, "fstat", &val);
832 top = (fp->fstat >> 11) & 0x7;