• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/math-emu/

Lines Matching defs:fregs

26 #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)
90 fcmp_eq(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n)
106 fadd(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n)
113 fsub(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n)
120 fmul(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n)
127 fdiv(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n)
134 fmac(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n)
155 fmov_idx_reg(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m,
171 fmov_mem_reg(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m,
187 fmov_inc_reg(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m,
205 fmov_reg_idx(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m,
221 fmov_reg_mem(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m,
237 fmov_reg_dec(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m,
255 fmov_reg_reg(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m,
270 fnop_mn(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n)
276 #define NOTYETn(i) static int i(struct sh_fpu_soft_struct *fregs, int n) \
289 static int ffloat(struct sh_fpu_soft_struct *fregs, int n)
305 static int ftrc(struct sh_fpu_soft_struct *fregs, int n)
317 static int fcnvsd(struct sh_fpu_soft_struct *fregs, int n)
328 static int fcnvds(struct sh_fpu_soft_struct *fregs, int n)
339 static int fxchg(struct sh_fpu_soft_struct *fregs, int flag)
345 static int fsts(struct sh_fpu_soft_struct *fregs, int n)
351 static int flds(struct sh_fpu_soft_struct *fregs, int n)
357 static int fneg(struct sh_fpu_soft_struct *fregs, int n)
363 static int fabs(struct sh_fpu_soft_struct *fregs, int n)
369 static int fld0(struct sh_fpu_soft_struct *fregs, int n)
375 static int fld1(struct sh_fpu_soft_struct *fregs, int n)
381 static int fnop_n(struct sh_fpu_soft_struct *fregs, int n)
401 static int id_fxfd(struct sh_fpu_soft_struct *fregs, int x)
406 fxchg(fregs, flag[x >> 2]);
409 ftrv(fregs, x - 1);
412 fsca(fregs, x);
418 id_fnxd(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int x, int n)
420 return (fnxd[x])(fregs, n);
424 id_fnmx(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, u16 code)
427 return (fnmx[x])(fregs, regs, m, n);
431 id_sys(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, u16 code)
462 static int fpu_emulate(u16 code, struct sh_fpu_soft_struct *fregs, struct pt_regs *regs)
465 return id_fnmx(fregs, regs, code);
467 return id_sys(fregs, regs, code);