Lines Matching defs:fregs

80 fcmp_gt(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n)  in fcmp_gt()
91 fcmp_eq(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fcmp_eq()
107 fadd(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fadd()
114 fsub(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fsub()
121 fmul(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fmul()
128 fdiv(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fdiv()
135 fmac(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fmac()
156 fmov_idx_reg(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, in fmov_idx_reg()
172 fmov_mem_reg(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, in fmov_mem_reg()
188 fmov_inc_reg(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, in fmov_inc_reg()
206 fmov_reg_idx(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, in fmov_reg_idx()
222 fmov_reg_mem(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, in fmov_reg_mem()
238 fmov_reg_dec(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, in fmov_reg_dec()
256 fmov_reg_reg(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, in fmov_reg_reg()
271 fnop_mn(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fnop_mn()
306 static int ftrc(struct sh_fpu_soft_struct *fregs, int n) in ftrc()
318 static int fcnvsd(struct sh_fpu_soft_struct *fregs, int n) in fcnvsd()
329 static int fcnvds(struct sh_fpu_soft_struct *fregs, int n) in fcnvds()
340 static int fxchg(struct sh_fpu_soft_struct *fregs, int flag) in fxchg()
346 static int fsts(struct sh_fpu_soft_struct *fregs, int n) in fsts()
352 static int flds(struct sh_fpu_soft_struct *fregs, int n) in flds()
358 static int fneg(struct sh_fpu_soft_struct *fregs, int n) in fneg()
364 static int fabs(struct sh_fpu_soft_struct *fregs, int n) in fabs()
370 static int fld0(struct sh_fpu_soft_struct *fregs, int n) in fld0()
376 static int fld1(struct sh_fpu_soft_struct *fregs, int n) in fld1()
382 static int fnop_n(struct sh_fpu_soft_struct *fregs, int n) in fnop_n()
402 static int id_fxfd(struct sh_fpu_soft_struct *fregs, int x) in id_fxfd()
419 id_fnxd(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int x, int n) in id_fnxd()
425 id_fnmx(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, u16 code) in id_fnmx()
432 id_sys(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, u16 code) in id_sys()
463 static int fpu_emulate(u16 code, struct sh_fpu_soft_struct *fregs, struct pt_regs *regs) in fpu_emulate()