Home | History | Annotate | Download | only in opcodes

Lines Matching defs:FXSAVE

586 #define FXSAVE { FXSAVE_Fixup, 0 }
3021 { "xrstors", { FXSAVE }, PREFIX_REX2_ILLEGAL },
3022 { "xsavec", { FXSAVE }, PREFIX_REX2_ILLEGAL },
3023 { "xsaves", { FXSAVE }, PREFIX_REX2_ILLEGAL },
3621 { "xsave", { FXSAVE }, PREFIX_REX2_ILLEGAL },
3639 { "xsaveopt", { FXSAVE }, PREFIX_OPCODE | PREFIX_REX2_ILLEGAL },
8570 { "fxsave", { FXSAVE }, 0 },
8575 { "fxrstor", { FXSAVE }, 0 },
8595 { "xrstor", { FXSAVE }, PREFIX_OPCODE | PREFIX_REX2_ILLEGAL },
13951 /* Add proper suffix to "fxsave" and "fxrstor". */