For the sake of simplicity we call it just FPU, although this is for MMX and SSE as well. More...
Classes | |
| union | State.__unnamed__ |
Structs | |
| struct | State |
512 byte structure for FPU / MMX / SSE registers corresponds to the layout used by the instructions fxsave and fxrstor. More... | |
| struct | State.__unnamed__.__unnamed__ |
| struct | State.st |
Functions | |
| bool | init () |
| Initialize FPU on the current CPU. More... | |
| assert_size (State, 512) | |
For the sake of simplicity we call it just FPU, although this is for MMX and SSE as well.
| union FPU::State.__unnamed__ |
| Class Members | ||
|---|---|---|
| uint64_t | ip | |
| __unnamed__ | __unnamed__ | |
| bool FPU::init | ( | ) |
Initialize FPU on the current CPU.
true on successful initialization