Home | History | Annotate | Download | only in opcodes

Lines Matching defs:FXSAVE

586 #define FXSAVE { FXSAVE_Fixup, 0 }
2956 { "xrstors", { FXSAVE }, PREFIX_REX2_ILLEGAL },
2957 { "xsavec", { FXSAVE }, PREFIX_REX2_ILLEGAL },
2958 { "xsaves", { FXSAVE }, PREFIX_REX2_ILLEGAL },
3554 { "xsave", { FXSAVE }, PREFIX_REX2_ILLEGAL },
3572 { "xsaveopt", { FXSAVE }, PREFIX_OPCODE | PREFIX_REX2_ILLEGAL },
8271 { "fxsave", { FXSAVE }, 0 },
8276 { "fxrstor", { FXSAVE }, 0 },
8296 { "xrstor", { FXSAVE }, PREFIX_OPCODE | PREFIX_REX2_ILLEGAL },
13642 /* Add proper suffix to "fxsave" and "fxrstor". */