Home
last modified time | relevance | path

Searched refs:sh_fpu_soft_struct (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/arch/sh/math-emu/
Dmath.c79 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()
155 fmov_idx_reg(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, in fmov_idx_reg()
171 fmov_mem_reg(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, in fmov_mem_reg()
187 fmov_inc_reg(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, in fmov_inc_reg()
[all …]
/linux-6.6.21/arch/sh/include/asm/
Dprocessor_32.h76 struct sh_fpu_soft_struct { struct
88 struct sh_fpu_soft_struct softfpu; argument
/linux-6.6.21/arch/sh/kernel/
Dprocess.c74 xstate_size = sizeof(struct sh_fpu_soft_struct); in init_thread_xstate()
/linux-6.6.21/arch/sh/kernel/cpu/
Dfpu.c34 struct sh_fpu_soft_struct *fp = &tsk->thread.xstate->softfpu; in init_fpu()