Searched refs:sh_fpu_soft_struct (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/sh/math-emu/ |
| A D | math.c | 289 static int ffloat(struct sh_fpu_soft_struct *fregs, int n) 305 static int ftrc(struct sh_fpu_soft_struct *fregs, int n) in ftrc() 317 static int fcnvsd(struct sh_fpu_soft_struct *fregs, int n) in fcnvsd() 345 static int fsts(struct sh_fpu_soft_struct *fregs, int n) in fsts() 351 static int flds(struct sh_fpu_soft_struct *fregs, int n) in flds() 357 static int fneg(struct sh_fpu_soft_struct *fregs, int n) in fneg() 363 static int fabs(struct sh_fpu_soft_struct *fregs, int n) in fabs() 369 static int fld0(struct sh_fpu_soft_struct *fregs, int n) in fld0() 375 static int fld1(struct sh_fpu_soft_struct *fregs, int n) in fld1() 388 static int id_fxfd(struct sh_fpu_soft_struct *, int); [all …]
|
| /linux/arch/sh/include/asm/ |
| A D | processor_32.h | 75 struct sh_fpu_soft_struct { struct 87 struct sh_fpu_soft_struct softfpu; argument
|
| /linux/arch/sh/kernel/ |
| A D | process.c | 74 xstate_size = sizeof(struct sh_fpu_soft_struct); in init_thread_xstate()
|
| /linux/arch/sh/kernel/cpu/ |
| A D | fpu.c | 34 struct sh_fpu_soft_struct *fp = &tsk->thread.xstate->softfpu; in init_fpu()
|
Completed in 8 milliseconds