StuBS
FPU Namespace Reference

For the sake of simplicity we call it just FPU, although this is for MMX and SSE as well. More...

Classes

union  State.__unnamed0__
union  State.__unnamed1__

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.__unnamed0__.__unnamed0__
struct  State.__unnamed1__.__unnamed0__
struct  State.st

Functions

bool init ()
 Initialize FPU on the current CPU.
 assert_size (State, 512)

Detailed Description

For the sake of simplicity we call it just FPU, although this is for MMX and SSE as well.


Class Documentation

◆ FPU::State.__unnamed0__

union FPU::State.__unnamed0__
Class Members
uint64_t ip
struct State.__unnamed0__.__unnamed0__ __unnamed__

◆ FPU::State.__unnamed1__

union FPU::State.__unnamed1__
Class Members
uint64_t dp
struct State.__unnamed1__.__unnamed0__ __unnamed__

Function Documentation

◆ init()

bool FPU::init ( )

Initialize FPU on the current CPU.

Returns
true on successful initialization