GDBserver
Classes | Functions | Variables
/home/stan/gdb/src/gdb/gdbserver/i387-fp.c File Reference
#include "server.h"
#include "i387-fp.h"
#include "i386-xstate.h"

Go to the source code of this file.

Classes

struct  i387_fsave
struct  i387_fxsave
struct  i387_xsave

Functions

void i387_cache_to_fsave (struct regcache *regcache, void *buf)
void i387_fsave_to_cache (struct regcache *regcache, const void *buf)
void i387_cache_to_fxsave (struct regcache *regcache, void *buf)
void i387_cache_to_xsave (struct regcache *regcache, void *buf)
static int i387_ftag (struct i387_fxsave *fp, int regno)
void i387_fxsave_to_cache (struct regcache *regcache, const void *buf)
void i387_xsave_to_cache (struct regcache *regcache, const void *buf)

Variables

unsigned long long x86_xcr0 = I386_XSTATE_SSE_MASK

Function Documentation

void i387_cache_to_fsave ( struct regcache regcache,
void *  buf 
)
void i387_cache_to_fxsave ( struct regcache regcache,
void *  buf 
)
void i387_cache_to_xsave ( struct regcache regcache,
void *  buf 
)
void i387_fsave_to_cache ( struct regcache regcache,
const void *  buf 
)
static int i387_ftag ( struct i387_fxsave fp,
int  regno 
) [static]

Definition at line 367 of file i387-fp.c.

References i387_fxsave::st_space.

Referenced by i387_fxsave_to_cache(), and i387_xsave_to_cache().

void i387_fxsave_to_cache ( struct regcache regcache,
const void *  buf 
)
void i387_xsave_to_cache ( struct regcache regcache,
const void *  buf 
)

Variable Documentation

unsigned long long x86_xcr0 = I386_XSTATE_SSE_MASK

Definition at line 570 of file i387-fp.c.

Referenced by i387_cache_to_xsave(), i387_xsave_to_cache(), and x86_linux_read_description().

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines