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

/haiku-fatelf/headers/posix/arch/ppc/
H A Dsignal.h28 ctr, xer, cr, msr, lr; /* misc. status */ member in struct:vregs
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Ddither-impl.h243 #define ADVANCE_BIDIRECTIONAL(d,bit,in,dir,width,xer,xstep,xmod,err,S) \
252 ADVANCE_UNIDIRECTIONAL(d, bit, in, width, xer, xstep, xmod); \
254 ADVANCE_REVERSE(d, bit, in, width, xer, xstep, xmod); \
/haiku-fatelf/src/bin/gdb/gdb/
H A Dppcobsd-nat.c88 ppcobsd_reg_offsets.xer_offset = offsetof (struct reg, xer);
H A Daix-thread.c1078 uint64_t lr, uint64_t ctr, uint32_t xer,
1088 regcache_raw_supply (current_regcache, tdep->ppc_xer_regnum, (char *) &xer);
1099 uint32_t lr, uint32_t ctr, uint32_t xer,
1109 regcache_raw_supply (current_regcache, tdep->ppc_xer_regnum, (char *) &xer);
1153 supply_sprs64 (ctx.iar, ctx.msr, ctx.cr, ctx.lr, ctx.ctr, ctx.xer,
1156 supply_sprs32 (ctx.iar, ctx.msr, ctx.cr, ctx.lr, ctx.ctr, ctx.xer,
1326 uint64_t *lr, uint64_t *ctr, uint32_t *xer,
1349 regcache_raw_collect (current_regcache, tdep->ppc_xer_regnum, xer);
1357 unsigned long *lr, unsigned long *ctr, unsigned long *xer,
1385 regcache_raw_collect (current_regcache, tdep->ppc_xer_regnum, xer);
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 Dlynx-nat.c253 X (xer), /* XER */
H A Drs6000-nat.c608 (char *) &regs->r64.xer);
635 (char *) &regs->r32.xer);
H A Drs6000-tdep.c2322 /* 66 */ R4(cr), S(lr), S(ctr), S4(xer), R4(fpscr)
2326 /* 66 */ R4(cr), S(lr), S(ctr), S4(xer), R0
2393 /* 66 */ R4(cnd), S(lr), S(cnt), S4(xer), S4(mq),
2553 /* cr, lr, ctr, xer, fpscr */
/haiku-fatelf/headers/private/kernel/arch/ppc/
H A Darch_cpu.h21 uint32 xer; member in struct:iframe
/haiku-fatelf/src/system/kernel/arch/ppc/
H A Darch_debug.cpp213 kprintf(" lr 0x%08lx cr 0x%08lx xer 0x%08lx ctr 0x%08lx\n",
214 frame->lr, frame->cr, frame->xer, frame->ctr);
H A Darch_int.cpp91 dprintf(" ctr 0x%08lx xer 0x%08lx\n", frame->ctr, frame->xer);

Completed in 92 milliseconds