#include <fpu.h>
Inheritance diagram for Fpu:

Static Public Member Functions | |
| static Context * | owner () |
| static void | set_owner (Context *owner) |
| static bool | is_owner (Context *owner) |
| static void | init () FIASCO_INIT |
| static unsigned const | state_size () |
| Return size of FPU context structure, depending on i387 or SSE. | |
| static unsigned const | state_align () |
| Return recommended FPU context alignment, depending on i387 or SSE. | |
| static void | init_state (Fpu_state *) |
| static void | restore_state (Fpu_state *) |
| static void | save_state (Fpu_state *) |
| static void | disable () |
| static void | enable () |
Static Private Attributes | |
| static Context * | _owner |
Classes | |
| struct | fpu_regs |
| struct | sse_regs |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Return recommended FPU context alignment, depending on i387 or SSE.
|
|
|
Return size of FPU context structure, depending on i387 or SSE.
|
|
|
|
1.4.2