Searched refs:fregs (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/math-emu/
H A Dmath.c26 #define FPUL (fregs->fpul)
27 #define FPSCR (fregs->fpscr)
36 #define FR ((unsigned long*)(fregs->fp_regs))
40 #define DR ((unsigned long long*)(fregs->fp_regs))
79 fcmp_gt(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) argument
90 fcmp_eq(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) argument
106 fadd(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) argument
113 fsub(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) argument
120 fmul(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) argument
127 fdiv(struct sh_fpu_soft_struct *fregs, struc argument
134 fmac(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) argument
155 fmov_idx_reg(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) argument
171 fmov_mem_reg(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) argument
187 fmov_inc_reg(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) argument
205 fmov_reg_idx(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) argument
221 fmov_reg_mem(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) argument
237 fmov_reg_dec(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) argument
255 fmov_reg_reg(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) argument
270 fnop_mn(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) argument
289 ffloat(struct sh_fpu_soft_struct *fregs, int n) argument
305 ftrc(struct sh_fpu_soft_struct *fregs, int n) argument
317 fcnvsd(struct sh_fpu_soft_struct *fregs, int n) argument
328 fcnvds(struct sh_fpu_soft_struct *fregs, int n) argument
339 fxchg(struct sh_fpu_soft_struct *fregs, int flag) argument
345 fsts(struct sh_fpu_soft_struct *fregs, int n) argument
351 flds(struct sh_fpu_soft_struct *fregs, int n) argument
357 fneg(struct sh_fpu_soft_struct *fregs, int n) argument
363 fabs(struct sh_fpu_soft_struct *fregs, int n) argument
369 fld0(struct sh_fpu_soft_struct *fregs, int n) argument
375 fld1(struct sh_fpu_soft_struct *fregs, int n) argument
381 fnop_n(struct sh_fpu_soft_struct *fregs, int n) argument
401 id_fxfd(struct sh_fpu_soft_struct *fregs, int x) argument
418 id_fnxd(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int x, int n) argument
424 id_fnmx(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, u16 code) argument
431 id_sys(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, u16 code) argument
462 fpu_emulate(u16 code, struct sh_fpu_soft_struct *fregs, struct pt_regs *regs) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dptrace.c115 fpureg_t *fregs = get_fpu_regs(child); local
117 __put_user(fregs[i], i + (__u64 __user *) data);
153 fpureg_t *fregs; local
159 fregs = get_fpu_regs(child);
162 __get_user(fregs[i], i + (__u64 __user *) data);
283 fpureg_t *fregs = get_fpu_regs(child); local
292 tmp = (unsigned long) (fregs[((addr & ~1) - 32)] >> 32);
294 tmp = (unsigned long) (fregs[(addr - 32)] & 0xffffffff);
297 tmp = fregs[addr - FPR_BASE];
411 fpureg_t *fregs local
[all...]
H A Dptrace32.c95 fpureg_t *fregs = get_fpu_regs(child); local
103 tmp = (unsigned long) (fregs[((addr & ~1) - 32)] >> 32);
105 tmp = (unsigned long) (fregs[(addr - 32)] & 0xffffffff);
232 fpureg_t *fregs = get_fpu_regs(child); local
246 fregs[(addr & ~1) - FPR_BASE] &= 0xffffffff;
247 fregs[(addr & ~1) - FPR_BASE] |= ((unsigned long long) data) << 32;
249 fregs[addr - FPR_BASE] &= ~0xffffffffLL;
252 fregs[addr - FPR_BASE] |= (unsigned int)data;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/math-emu/
H A Dmath_32.c132 static int do_one_mathemu(u32 insn, unsigned long *fsr, unsigned long *fregs);
274 static int do_one_mathemu(u32 insn, unsigned long *pfsr, unsigned long *fregs) argument
276 /* Emulate the given insn, updating fsr and fregs appropriately. */
368 rs1 = (argp)&fregs[freg];
389 rs2 = (argp)&fregs[freg];
418 rd = (void *)&fregs[freg];

Completed in 39 milliseconds