Home
last modified time | relevance | path

Searched defs:fregs (Results 1 – 4 of 4) sorted by relevance

/linux-3.3/arch/sh/math-emu/
Dmath.c80 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()
[all …]
/linux-3.3/arch/mips/kernel/
Dptrace.c115 fpureg_t *fregs = get_fpu_regs(child); in ptrace_getfpregs() local
153 fpureg_t *fregs; in ptrace_setfpregs() local
287 fpureg_t *fregs = get_fpu_regs(child); in arch_ptrace() local
413 fpureg_t *fregs = get_fpu_regs(child); in arch_ptrace() local
Dptrace32.c95 fpureg_t *fregs = get_fpu_regs(child); in compat_arch_ptrace() local
232 fpureg_t *fregs = get_fpu_regs(child); in compat_arch_ptrace() local
/linux-3.3/arch/sparc/math-emu/
Dmath_32.c274 static int do_one_mathemu(u32 insn, unsigned long *pfsr, unsigned long *fregs) in do_one_mathemu()