Lines Matching defs:fregs

79 fcmp_gt(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n)  in fcmp_gt()
90 fcmp_eq(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fcmp_eq()
106 fadd(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fadd()
113 fsub(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fsub()
120 fmul(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fmul()
127 fdiv(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fdiv()
134 fmac(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fmac()
155 fmov_idx_reg(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, in fmov_idx_reg()
171 fmov_mem_reg(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, in fmov_mem_reg()
187 fmov_inc_reg(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, in fmov_inc_reg()
205 fmov_reg_idx(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, in fmov_reg_idx()
221 fmov_reg_mem(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, in fmov_reg_mem()
237 fmov_reg_dec(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, in fmov_reg_dec()
255 fmov_reg_reg(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, in fmov_reg_reg()
270 fnop_mn(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fnop_mn()
305 static int ftrc(struct sh_fpu_soft_struct *fregs, int n) in ftrc()
317 static int fcnvsd(struct sh_fpu_soft_struct *fregs, int n) in fcnvsd()
328 static int fcnvds(struct sh_fpu_soft_struct *fregs, int n) in fcnvds()
339 static int fxchg(struct sh_fpu_soft_struct *fregs, int flag) in fxchg()
345 static int fsts(struct sh_fpu_soft_struct *fregs, int n) in fsts()
351 static int flds(struct sh_fpu_soft_struct *fregs, int n) in flds()
357 static int fneg(struct sh_fpu_soft_struct *fregs, int n) in fneg()
363 static int fabs(struct sh_fpu_soft_struct *fregs, int n) in fabs()
369 static int fld0(struct sh_fpu_soft_struct *fregs, int n) in fld0()
375 static int fld1(struct sh_fpu_soft_struct *fregs, int n) in fld1()
381 static int fnop_n(struct sh_fpu_soft_struct *fregs, int n) in fnop_n()
401 static int id_fxfd(struct sh_fpu_soft_struct *fregs, int x) in id_fxfd()
418 id_fnxd(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int x, int n) in id_fnxd()
424 id_fnmx(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, u16 code) in id_fnmx()
431 id_sys(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, u16 code) in id_sys()
462 static int fpu_emulate(u16 code, struct sh_fpu_soft_struct *fregs, struct pt_regs *regs) in fpu_emulate()