Home
last modified time | relevance | path

Searched defs:__envxmm64 (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/x86/include/
H A Dfpu.h81 #define __envxmm64 envxmm macro
99 struct __envxmm64 { struct
100 uint16_t en_cw; /* control word (16bits) */
101 uint16_t en_sw; /* status word (16bits) */
102 uint8_t en_tw; /* tag word (8bits) */
103 uint8_t en_zero;
104 uint16_t en_opcode; /* opcode last executed (11 bits ) */
105 uint64_t en_rip; /* fp instruction pointer */
106 uint64_t en_rdp; /* fp operand pointer */
130 struct __envxmm64 sv_env; argument