Home
last modified time | relevance | path

Searched refs:sh_fpu_hard_struct (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/sh/include/asm/
H A Dprocessor_32.h66 struct sh_fpu_hard_struct { struct
87 struct sh_fpu_hard_struct hardfpu; argument
/openbmc/linux/arch/sh/kernel/
H A Dprocess.c72 xstate_size = sizeof(struct sh_fpu_hard_struct); in init_thread_xstate()
/openbmc/linux/arch/sh/kernel/cpu/
H A Dfpu.c30 struct sh_fpu_hard_struct *fp = &tsk->thread.xstate->hardfpu; in init_fpu()
/openbmc/linux/arch/sh/kernel/cpu/sh4/
H A Dfpu.c146 static void denormal_to_double(struct sh_fpu_hard_struct *fpu, int n) in denormal_to_double()
/openbmc/linux/arch/sh/kernel/cpu/sh2a/
H A Dfpu.c377 denormal_to_double (struct sh_fpu_hard_struct *fpu, int n) in denormal_to_double()