Linux Kernel
3.7.1
|
#include "fpu_system.h"
#include "exception.h"
#include "fpu_emu.h"
#include "status_w.h"
#include "control_w.h"
Go to the source code of this file.
Macros | |
#define | feni fnop |
#define | fdisi fnop |
#define | fsetpm fnop |
Functions | |
void | finit_soft_fpu (struct i387_soft_struct *soft) |
void | finit (void) |
void | finit_ (void) |
void | fstsw_ (void) |
void | fp_nop (void) |
void | fld_i_ (void) |
void | fxch_i (void) |
void | ffree_ (void) |
void | ffreep (void) |
void | fst_i_ (void) |
void | fstp_i (void) |
void finit_soft_fpu | ( | struct i387_soft_struct * | soft | ) |