| /src/sys/arch/mips/mips/ |
| core_machdep.c | 74 struct fpreg fpregs; member in struct:cpustate 88 cpustate.fpregs = ((struct pcb *)lwp_getpcb(l))->pcb_fpregs;
|
| /src/sys/arch/riscv/riscv/ |
| core_machdep.c | 67 struct fpreg fpregs; member in struct:cpustate 91 cpustate.fpregs = ((struct pcb *)lwp_getpcb(l))->pcb_fpregs; 93 memset(&cpustate.fpregs, 0, sizeof(cpustate.fpregs));
|
| /src/sys/arch/usermode/include/ |
| reg.h | 41 __fpregset_t fpregs; member in struct:fpreg
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| amd64-bsd-nat.c | 77 struct fpreg fpregs; 79 if (gdb_ptrace (PT_GETFPREGS, ptid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) 82 amd64_supply_fxsave (regcache, -1, &fpregs); 113 struct fpreg fpregs; 115 if (gdb_ptrace (PT_GETFPREGS, ptid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) 118 amd64_collect_fxsave (regcache, regnum, &fpregs); 120 if (gdb_ptrace (PT_SETFPREGS, ptid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) 76 struct fpreg fpregs; local 112 struct fpreg fpregs; local
|
| alpha-bsd-nat.c | 73 struct fpreg fpregs; local 76 (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 79 alphabsd_supply_fpreg (regcache, (char *) &fpregs, regno); 111 struct fpreg fpregs; local 114 (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 117 alphabsd_fill_fpreg (regcache, (char *) &fpregs, regno); 120 (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1)
|
| hppa-netbsd-nat.c | 79 /* Supply the floating-point registers stored in FPREGS to REGCACHE. */ 82 hppanbsd_supply_fpregset (struct regcache *regcache, const void *fpregs) 84 const char *regs = (const char *)fpregs; 143 in FPREGS. */ 147 void *fpregs, int regnum) 149 char *regs = (char *)fpregs; 186 struct fpreg fpregs; 188 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 191 hppanbsd_supply_fpregset (regcache, &fpregs); 219 struct fpreg fpregs; 185 struct fpreg fpregs; local 218 struct fpreg fpregs; local [all...] |
| mips-fbsd-nat.c | 80 struct fpreg fpregs; local 82 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) 85 mips_fbsd_supply_fpregs (regcache, regnum, &fpregs, 115 struct fpreg fpregs; local 117 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) 120 mips_fbsd_collect_fpregs (regcache, regnum, (char *) &fpregs, 123 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1)
|
| mips-netbsd-nat.c | 73 struct fpreg fpregs; local 75 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 78 mipsnbsd_supply_fpreg (regcache, (char *) &fpregs, regno); 108 struct fpreg fpregs; local 110 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 113 mipsnbsd_fill_fpreg (regcache, (char *) &fpregs, regno); 115 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1)
|
| riscv-netbsd-nat.c | 83 struct fpreg fpregs; local 85 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) 88 regcache->supply_regset (&riscv_nbsd_fpregset, regnum, &fpregs, 89 sizeof (fpregs)); 119 struct fpreg fpregs; local 121 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 124 regcache->collect_regset (&riscv_nbsd_fpregset, regnum, &fpregs, 125 sizeof (fpregs)); 127 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1)
|
| aarch64-netbsd-nat.c | 82 struct fpreg fpregs; local 84 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 87 regcache_supply_regset (&aarch64_nbsd_fpregset, regcache, regnum, &fpregs, 88 sizeof (fpregs)); 119 struct fpreg fpregs; local 121 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 124 regcache_collect_regset (&aarch64_nbsd_fpregset, regcache,regnum, &fpregs, 125 sizeof (fpregs)); 127 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1)
|
| amd64-fbsd-nat.c | 156 struct fpreg fpregs; local 158 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) 161 amd64_supply_fxsave (regcache, regnum, &fpregs); 237 struct fpreg fpregs; local 239 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) 242 amd64_collect_fxsave (regcache, regnum, &fpregs); 244 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1)
|
| ppc-netbsd-nat.c | 106 struct fpreg fpregs; local 108 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 112 regnum, &fpregs, sizeof fpregs); 139 struct fpreg fpregs; local 141 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 145 regnum, &fpregs, sizeof fpregs); 147 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1)
|
| ppc-obsd-nat.c | 100 struct fpreg fpregs; local 102 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) 106 &fpregs, sizeof fpregs); 137 struct fpreg fpregs; local 139 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) 143 regnum, &fpregs, sizeof fpregs); 145 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1)
|
| hppa-obsd-nat.c | 92 /* Supply the floating-point registers stored in FPREGS to REGCACHE. */ 95 hppaobsd_supply_fpregset (struct regcache *regcache, const void *fpregs) 97 const char *regs = fpregs; 171 in FPREGS. */ 175 void *fpregs, int regnum) 177 char *regs = fpregs; 212 struct fpreg fpregs; 214 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) 217 hppaobsd_supply_fpregset (regcache, &fpregs); 242 struct fpreg fpregs; 211 struct fpreg fpregs; local 241 struct fpreg fpregs; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| amd64-bsd-nat.c | 77 struct fpreg fpregs; 79 if (gdb_ptrace (PT_GETFPREGS, ptid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) 82 amd64_supply_fxsave (regcache, -1, &fpregs); 113 struct fpreg fpregs; 115 if (gdb_ptrace (PT_GETFPREGS, ptid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) 118 amd64_collect_fxsave (regcache, regnum, &fpregs); 120 if (gdb_ptrace (PT_SETFPREGS, ptid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) 76 struct fpreg fpregs; local 112 struct fpreg fpregs; local
|
| riscv-netbsd-nat.c | 83 struct fpreg fpregs; local 85 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) 88 regcache->supply_regset (&riscv_nbsd_fpregset, regnum, &fpregs, 89 sizeof (fpregs)); 119 struct fpreg fpregs; local 121 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 124 regcache->collect_regset (&riscv_nbsd_fpregset, regnum, &fpregs, 125 sizeof (fpregs)); 127 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1)
|
| alpha-bsd-nat.c | 73 struct fpreg fpregs; local 76 (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 79 alphabsd_supply_fpreg (regcache, (char *) &fpregs, regno); 111 struct fpreg fpregs; local 114 (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 117 alphabsd_fill_fpreg (regcache, (char *) &fpregs, regno); 120 (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1)
|
| hppa-netbsd-nat.c | 79 /* Supply the floating-point registers stored in FPREGS to REGCACHE. */ 82 hppanbsd_supply_fpregset (struct regcache *regcache, const void *fpregs) 84 const char *regs = (const char *)fpregs; 143 in FPREGS. */ 147 void *fpregs, int regnum) 149 char *regs = (char *)fpregs; 186 struct fpreg fpregs; 188 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 191 hppanbsd_supply_fpregset (regcache, &fpregs); 219 struct fpreg fpregs; 185 struct fpreg fpregs; local 218 struct fpreg fpregs; local [all...] |
| mips-fbsd-nat.c | 80 struct fpreg fpregs; local 82 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) 85 mips_fbsd_supply_fpregs (regcache, regnum, &fpregs, 115 struct fpreg fpregs; local 117 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) 120 mips_fbsd_collect_fpregs (regcache, regnum, (char *) &fpregs, 123 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1)
|
| mips-netbsd-nat.c | 73 struct fpreg fpregs; local 75 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 78 mipsnbsd_supply_fpreg (regcache, (char *) &fpregs, regno); 108 struct fpreg fpregs; local 110 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) 113 mipsnbsd_fill_fpreg (regcache, (char *) &fpregs, regno); 115 if (ptrace (PT_SETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1)
|
| /src/sys/arch/arm/arm/ |
| core_machdep.c | 78 struct fpreg fpregs; member in struct:__anon999 96 error = process_read_fpregs(l, &cpustate.fpregs, NULL);
|
| /src/sys/arch/m68k/fpe/ |
| fpu_fstore.c | 48 uint32_t *fpregs = fe->fe_fpframe->fpf_regs; local 118 regnum, fpregs[regnum * 3], fpregs[regnum * 3 + 1], 119 fpregs[regnum * 3 + 2]); 121 fpu_explode(fe, &fe->fe_f3, FTYPE_EXT, &fpregs[regnum * 3]);
|
| fpu_fscale.c | 54 uint32_t *fpregs; local 68 fpregs = &(fe->fe_fpframe->fpf_regs[0]); 89 format, fpregs[format*3], fpregs[format*3+1], 90 fpregs[format*3+2]); 92 fpu_explode(fe, &fe->fe_f2, FTYPE_EXT, &fpregs[format * 3]); 206 sign = fpregs[regnum * 3] & 0x80000000; 207 exp = (fpregs[regnum * 3] & 0x7fff0000) >> 16; 208 m0 = fpregs[regnum * 3 + 1]; 209 m1 = fpregs[regnum * 3 + 2] [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/m68k/ |
| linux-unwind.h | 91 int *fpregs = (int *) sc->sc_fpregs; local 94 fs->regs.reg[16].loc.offset = (long) &fpregs[0] - cfa; 96 fs->regs.reg[17].loc.offset = (long) &fpregs[M68K_FP_SIZE/4] - cfa; 139 long fpregs = (long) uc->uc_mcontext.fpregs.f_fpregs; local 145 fs->regs.reg[i].loc.offset = fpregs - cfa; 146 fpregs += M68K_FP_SIZE;
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/m68k/ |
| linux-unwind.h | 91 int *fpregs = (int *) sc->sc_fpregs; local 94 fs->regs.reg[16].loc.offset = (long) &fpregs[0] - cfa; 96 fs->regs.reg[17].loc.offset = (long) &fpregs[M68K_FP_SIZE/4] - cfa; 139 long fpregs = (long) uc->uc_mcontext.fpregs.f_fpregs; local 145 fs->regs.reg[i].loc.offset = fpregs - cfa; 146 fpregs += M68K_FP_SIZE;
|