Searched refs:FUNC_ST0 (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/arch/x86/math-emu/ |
A D | fpu_etc.c | 123 static FUNC_ST0 const fp_etc_table[] = { 124 fchs, fabs, (FUNC_ST0) FPU_illegal, (FUNC_ST0) FPU_illegal, 125 ftst_, fxam, (FUNC_ST0) FPU_illegal, (FUNC_ST0) FPU_illegal
|
A D | fpu_trig.c | 1632 static FUNC_ST0 const trig_table_a[] = { 1634 fxtract, fprem1, (FUNC_ST0) fdecstp, (FUNC_ST0) fincstp 1642 static FUNC_ST0 const trig_table_b[] = {
|
A D | fpu_emu.h | 126 typedef void (*FUNC_ST0) (FPU_REG *st0_ptr, u_char st0_tag); typedef
|
Completed in 8 milliseconds