Lines Matching refs:fcs
1589 ULONGEST fcs;
1596 fcs = regcache_raw_get_unsigned (regcache, fcsr);
1597 cond = ((fcs >> 24) & 0xfe) | ((fcs >> 23) & 0x01);
1885 ULONGEST fcs;
1892 fcs = regcache_raw_get_unsigned (regcache, fcsr);
1893 cond = ((fcs >> 24) & 0xfe) | ((fcs >> 23) & 0x01);
6450 ULONGEST fcs = 0;
6453 if (fcsr == -1 || !read_frame_register_unsigned (frame, fcsr, &fcs))
6468 if (fcs & (1 << 23))
6471 if (fcs & (1 << (24 + i)))
6476 print_fpu_flags (file, (fcs >> 12) & 0x3f);
6478 print_fpu_flags (file, (fcs >> 7) & 0x1f);
6480 print_fpu_flags (file, (fcs >> 2) & 0x1f);
6483 switch (fcs & 3)
6492 if (fcs & (1 << 21))
6494 if (fcs & (1 << 22))
6496 if (fcs & (1 << 24))
6498 if ((fcs & (0xb << 21)) == 0)
6502 gdb_printf (file, "nan2008 : %s\n", fcs & (1 << 18) ? "yes" : "no");
6503 gdb_printf (file, "abs2008 : %s\n", fcs & (1 << 19) ? "yes" : "no");