GDB (xrefs)
|
Go to the source code of this file.
Defines | |
#define | I386_XSTATE_X87 (1ULL << 0) |
#define | I386_XSTATE_SSE (1ULL << 1) |
#define | I386_XSTATE_AVX (1ULL << 2) |
#define | I386_XSTATE_X87_MASK I386_XSTATE_X87 |
#define | I386_XSTATE_SSE_MASK (I386_XSTATE_X87 | I386_XSTATE_SSE) |
#define | I386_XSTATE_AVX_MASK (I386_XSTATE_SSE_MASK | I386_XSTATE_AVX) |
#define | I386_XSTATE_SSE_SIZE 576 |
#define | I386_XSTATE_AVX_SIZE 832 |
#define | I386_XSTATE_MAX_SIZE 832 |
#define | I386_XSTATE_SIZE(XCR0) |
#define I386_XSTATE_AVX (1ULL << 2) |
Definition at line 26 of file i386-xstate.h.
Referenced by i386_register_reggroup_p(), i387_collect_xsave(), and i387_supply_xsave().
#define I386_XSTATE_AVX_MASK (I386_XSTATE_SSE_MASK | I386_XSTATE_AVX) |
Definition at line 31 of file i386-xstate.h.
Referenced by amd64_linux_core_read_description(), amd64_linux_read_description(), i386_linux_core_read_description(), i386_linux_read_description(), i386_register_reggroup_p(), i386_validate_tdesc_p(), and i387_supply_xsave().
#define I386_XSTATE_AVX_SIZE 832 |
Definition at line 34 of file i386-xstate.h.
Referenced by i386_linux_core_read_xcr0().
#define I386_XSTATE_MAX_SIZE 832 |
Definition at line 35 of file i386-xstate.h.
Referenced by amd64_linux_fetch_inferior_registers(), amd64_linux_store_inferior_registers(), fetch_xstateregs(), and store_xstateregs().
#define I386_XSTATE_SIZE | ( | XCR0 | ) |
(((XCR0) & I386_XSTATE_AVX) != 0 \ ? I386_XSTATE_AVX_SIZE : I386_XSTATE_SSE_SIZE)
Definition at line 38 of file i386-xstate.h.
Referenced by i387_collect_xsave().
#define I386_XSTATE_SSE (1ULL << 1) |
Definition at line 25 of file i386-xstate.h.
Referenced by i387_collect_xsave(), and i387_supply_xsave().
#define I386_XSTATE_SSE_MASK (I386_XSTATE_X87 | I386_XSTATE_SSE) |
Definition at line 30 of file i386-xstate.h.
Referenced by i386_linux_core_read_description(), i386_linux_core_read_xcr0(), i386_register_reggroup_p(), and i386_validate_tdesc_p().
#define I386_XSTATE_SSE_SIZE 576 |
Definition at line 33 of file i386-xstate.h.
Referenced by amd64_linux_read_description(), and i386_linux_read_description().
#define I386_XSTATE_X87 (1ULL << 0) |
Definition at line 24 of file i386-xstate.h.
Referenced by i387_collect_xsave(), and i387_supply_xsave().
#define I386_XSTATE_X87_MASK I386_XSTATE_X87 |
Definition at line 29 of file i386-xstate.h.
Referenced by i386_linux_core_read_description(), and i386_validate_tdesc_p().