Lines Matching defs:n
37 #define BANK(n) (n^(FPSCR_FR?16:0)) argument
46 #define XREG(n) (n^16) argument
81 fcmp_gt(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fcmp_gt()
92 fcmp_eq(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fcmp_eq()
108 fadd(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fadd()
115 fsub(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fsub()
122 fmul(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fmul()
129 fdiv(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fdiv()
136 fmac(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fmac()
158 int n) in fmov_idx_reg()
174 int n) in fmov_mem_reg()
190 int n) in fmov_inc_reg()
208 int n) in fmov_reg_idx()
224 int n) in fmov_reg_mem()
240 int n) in fmov_reg_dec()
258 int n) in fmov_reg_reg()
272 fnop_mn(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fnop_mn()
307 static int ftrc(struct sh_fpu_soft_struct *fregs, int n) in ftrc()
319 static int fcnvsd(struct sh_fpu_soft_struct *fregs, int n) in fcnvsd()
330 static int fcnvds(struct sh_fpu_soft_struct *fregs, int n) in fcnvds()
347 static int fsts(struct sh_fpu_soft_struct *fregs, int n) in fsts()
353 static int flds(struct sh_fpu_soft_struct *fregs, int n) in flds()
359 static int fneg(struct sh_fpu_soft_struct *fregs, int n) in fneg()
365 static int fabs(struct sh_fpu_soft_struct *fregs, int n) in fabs()
371 static int fld0(struct sh_fpu_soft_struct *fregs, int n) in fld0()
377 static int fld1(struct sh_fpu_soft_struct *fregs, int n) in fld1()
383 static int fnop_n(struct sh_fpu_soft_struct *fregs, int n) in fnop_n()
420 id_fnxd(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int x, int n) in id_fnxd()
428 int n = (code >> 8) & 0xf, m = (code >> 4) & 0xf, x = code & 0xf; in id_fnmx() local
435 int n = ((code >> 8) & 0xf); in id_sys() local