Lines Matching defs:n
36 #define BANK(n) (n^(FPSCR_FR?16:0)) argument
45 #define XREG(n) (n^16) argument
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()
157 int n) in fmov_idx_reg()
173 int n) in fmov_mem_reg()
189 int n) in fmov_inc_reg()
207 int n) in fmov_reg_idx()
223 int n) in fmov_reg_mem()
239 int n) in fmov_reg_dec()
257 int n) 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()
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()
419 id_fnxd(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int x, int n) in id_fnxd()
427 int n = (code >> 8) & 0xf, m = (code >> 4) & 0xf, x = code & 0xf; in id_fnmx() local
434 int n = ((code >> 8) & 0xf); in id_sys() local
478 static void denormal_to_double(struct sh_fpu_soft_struct *fpu, int n) in denormal_to_double()