GDBserver
Functions | Variables
i387-fp.h File Reference

Go to the source code of this file.

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_fxsave_to_cache (struct regcache *regcache, const void *buf)
 
void i387_cache_to_xsave (struct regcache *regcache, void *buf)
 
void i387_xsave_to_cache (struct regcache *regcache, const void *buf)
 

Variables

unsigned long long x86_xcr0
 

Function Documentation

◆ i387_cache_to_fsave()

void i387_cache_to_fsave ( struct regcache regcache,
void *  buf 
)

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

References collect_register(), collect_register_by_name(), find_regno(), fp, and regcache::tdesc.

Referenced by x86_fill_fpregset().

◆ i387_cache_to_fxsave()

void i387_cache_to_fxsave ( struct regcache regcache,
void *  buf 
)

◆ i387_cache_to_xsave()

void i387_cache_to_xsave ( struct regcache regcache,
void *  buf 
)

◆ i387_fsave_to_cache()

void i387_fsave_to_cache ( struct regcache regcache,
const void *  buf 
)

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

References find_regno(), fp, supply_register(), supply_register_by_name(), and regcache::tdesc.

Referenced by x86_store_fpregset().

◆ i387_fxsave_to_cache()

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

◆ i387_xsave_to_cache()

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

Variable Documentation

◆ x86_xcr0

unsigned long long x86_xcr0

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

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