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

/haiku-fatelf/headers/posix/arch/ppc/
H A Dsignal.h27 fpscr, /* fp condition codes */ member in struct:vregs
/haiku-fatelf/headers/private/kernel/arch/sh4/
H A Dvcpu.h21 unsigned int fpscr; member in struct:iframe
/haiku-fatelf/src/bin/gdb/gdb/
H A Daix-thread.c1079 uint32_t fpscr)
1091 (char *) &fpscr);
1100 uint32_t fpscr)
1112 (char *) &fpscr);
1154 ctx.fpscr);
1157 ctx.fpscr);
1327 uint32_t *fpscr)
1352 regcache_raw_collect (current_regcache, tdep->ppc_fpscr_regnum, fpscr);
1358 unsigned long *fpscr)
1388 regcache_raw_collect (current_regcache, tdep->ppc_fpscr_regnum, fpscr);
1077 supply_sprs64(uint64_t iar, uint64_t msr, uint32_t cr, uint64_t lr, uint64_t ctr, uint32_t xer, uint32_t fpscr) argument
1098 supply_sprs32(uint32_t iar, uint32_t msr, uint32_t cr, uint32_t lr, uint32_t ctr, uint32_t xer, uint32_t fpscr) argument
1325 fill_sprs64(uint64_t *iar, uint64_t *msr, uint32_t *cr, uint64_t *lr, uint64_t *ctr, uint32_t *xer, uint32_t *fpscr) argument
1356 fill_sprs32(unsigned long *iar, unsigned long *msr, unsigned long *cr, unsigned long *lr, unsigned long *ctr, unsigned long *xer, unsigned long *fpscr) argument
[all...]
H A Drs6000-nat.c611 (char *) &regs->r64.fpscr);
638 (char *) &regs->r32.fpscr);
H A Drs6000-tdep.c185 floating-point registers (f0 --- f31 and fpscr). */
2233 Note: kevinb/2002-04-30: Support for the fpscr register was added
2236 PPC_UISA_SPRS which is ideally where fpscr should go. For Power,
2241 processors or 2) assigning fpscr to a really high slot that's
2244 would introduce a really large gap between fpscr and the rest of
2322 /* 66 */ R4(cr), S(lr), S(ctr), S4(xer), R4(fpscr)
2394 /* 71 */ R4(fpscr)
2553 /* cr, lr, ctr, xer, fpscr */
/haiku-fatelf/headers/private/kernel/arch/ppc/
H A Darch_cpu.h23 uint32 fpscr; member in struct:iframe
/haiku-fatelf/src/system/kernel/arch/ppc/
H A Darch_debug.cpp215 kprintf("fpscr 0x%08lx\n", frame->fpscr);

Completed in 65 milliseconds