Searched refs:xer (Results 1 – 8 of 8) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | aix-thread.c | 1090 uint64_t lr, uint64_t ctr, uint32_t xer, in supply_sprs64() argument 1100 regcache_raw_supply (current_regcache, tdep->ppc_xer_regnum, (char *) &xer); in supply_sprs64() 1111 uint32_t lr, uint32_t ctr, uint32_t xer, in supply_sprs32() argument 1121 regcache_raw_supply (current_regcache, tdep->ppc_xer_regnum, (char *) &xer); in supply_sprs32() 1165 supply_sprs64 (ctx.iar, ctx.msr, ctx.cr, ctx.lr, ctx.ctr, ctx.xer, in fetch_regs_user_thread() 1168 supply_sprs32 (ctx.iar, ctx.msr, ctx.cr, ctx.lr, ctx.ctr, ctx.xer, in fetch_regs_user_thread() 1338 uint64_t *lr, uint64_t *ctr, uint32_t *xer, in fill_sprs64() argument 1361 regcache_raw_collect (current_regcache, tdep->ppc_xer_regnum, xer); in fill_sprs64() 1369 unsigned long *lr, unsigned long *ctr, unsigned long *xer, in fill_sprs32() argument 1397 regcache_raw_collect (current_regcache, tdep->ppc_xer_regnum, xer); in fill_sprs32() [all …]
|
| D | ppcobsd-nat.c | 138 ppcobsd_reg_offsets.xer_offset = offsetof (struct reg, xer); in _initialize_ppcobsd_nat()
|
| D | rs6000-nat.c | 609 (char *) ®s->r64.xer); in fetch_core_registers() 636 (char *) ®s->r32.xer); in fetch_core_registers()
|
| D | lynx-nat.c | 253 X (xer), /* XER */
|
| D | rs6000-tdep.c | 2385 /* 66 */ R4(cr), S(lr), S(ctr), S4(xer), R4(fpscr) 2389 /* 66 */ R4(cr), S(lr), S(ctr), S4(xer), R0 2456 /* 66 */ R4(cnd), S(lr), S(cnt), S4(xer), S4(mq),
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/regformats/ |
| D | reg-ppc.dat | 75 32:xer
|
| D | reg-ppc64.dat | 75 32:xer
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/doc/ |
| D | gdb.texinfo | 17918 "", "pc","ps","cr","lr","ctr","xer"]
|