Lines Matching defs:fstat
210 ULONGEST fstat;
232 I387_FSTAT_REGNUM (tdep), &fstat);
248 top = ((fstat >> 11) & 7);
304 print_i387_status_word (fstat_p, fstat, file);
426 4, /* `fstat' (16 bits). */
552 2, /* `fstat' (16 bits). */
1972 ULONGEST fstat;
1978 regcache_raw_read_unsigned (regcache, I387_FSTAT_REGNUM (tdep), &fstat);
1979 fstat |= (7 << 11);
1980 regcache_raw_write_unsigned (regcache, I387_FSTAT_REGNUM (tdep), fstat);