Lines Matching defs:n

35 #define BANK(n)	(n^(FPSCR_FR?16:0))  argument
44 #define XREG(n) (n^16) argument
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()
156 int n) in fmov_idx_reg()
172 int n) in fmov_mem_reg()
188 int n) in fmov_inc_reg()
206 int n) in fmov_reg_idx()
222 int n) in fmov_reg_mem()
238 int n) in fmov_reg_dec()
256 int n) 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()
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()
418 id_fnxd(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int x, int n) in id_fnxd()
426 int n = (code >> 8) & 0xf, m = (code >> 4) & 0xf, x = code & 0xf; in id_fnmx() local
433 int n = ((code >> 8) & 0xf); in id_sys() local