Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sh64/kernel/
Dfpu.c36 static struct sh_fpu_hard_struct init_fpuregs = {
42 inline void fpsave(struct sh_fpu_hard_struct *fpregs) in fpsave()
86 fpload(struct sh_fpu_hard_struct *fpregs) in fpload()
128 void fpinit(struct sh_fpu_hard_struct *fpregs) in fpinit()
/linux-2.4.37.9/include/asm-sh64/
Dprocessor.h120 struct sh_fpu_hard_struct { struct
137 struct sh_fpu_hard_struct hard; argument
247 void fpsave(struct sh_fpu_hard_struct *fpregs);
250 void fpinit(struct sh_fpu_hard_struct *fpregs);
/linux-2.4.37.9/include/asm-sh/
Dprocessor.h78 struct sh_fpu_hard_struct { struct
99 struct sh_fpu_hard_struct hard; argument
/linux-2.4.37.9/arch/sh/kernel/
Dfpu.c187 denormal_to_double (struct sh_fpu_hard_struct *fpu, int n) in denormal_to_double()