Searched refs:FXSAVE (Results 1 – 8 of 8) sorted by relevance
72 typedef RegisterContext_x86_64::FXSAVE FXSAVE; typedef79 …FXSAVE i387; // General purpose floating point registers (see FPR for extended register…89 FXSAVE* fpstate; // Location of FPR's.
235 struct FXSAVE struct278 FXSAVE i387; // floating point registers typical in i387_fxsave_struct307 FXSAVE fxsave; // Generic floating-point registers.
295 offsetof(RegisterContext_x86_64::FXSAVE, regname))305 #define FPR_SIZE(reg) sizeof(((RegisterContext_x86_64::FXSAVE*)NULL)->reg)
4 -------- FXSAVE non-64 (REX.W == 0) --------108 -------- FXSAVE 64 (REX.W == 1) --------
49 291310 FXSAVE instruction marks memory as undefined on amd64262 ** [Bug 291310] FXSAVE instruction marks memory as undefined on amd64
636 def FXSAVE : I<0xAE, MRM0m, (outs opaque512mem:$dst), (ins),
1672 #define FXSAVE(a) fxsave P_ARG1(a) macro
477 291310 FXSAVE instruction marks memory as undefined on amd64