Home
last modified time | relevance | path

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

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