Home
last modified time | relevance | path

Searched refs:FXSAVE (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Di386-dis.c494 #define FXSAVE { FXSAVE_Fixup, 0 } macro
3343 { "xsave", { FXSAVE }, 0 },
3361 { "xsaveopt", { FXSAVE }, PREFIX_OPCODE },
8028 { "fxsave", { FXSAVE }, 0 },
8033 { "fxrstor", { FXSAVE }, 0 },
8053 { "xrstor", { FXSAVE }, PREFIX_OPCODE },
8084 { "xrstors", { FXSAVE }, 0 },
8088 { "xsavec", { FXSAVE }, 0 },
8092 { "xsaves", { FXSAVE }, 0 },
H A DChangeLog-2009217 (FXSAVE): Likewise.
218 (mod_table): Use FXSAVE on fxsave and fxrstor.
H A DChangeLog-2010881 * i386-dis.c (mod_table): Use FXSAVE on xsave and xrstor.
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Di386-dis.c580 #define FXSAVE { FXSAVE_Fixup, 0 } macro
2901 { "xrstors", { FXSAVE }, PREFIX_REX2_ILLEGAL },
2902 { "xsavec", { FXSAVE }, PREFIX_REX2_ILLEGAL },
2903 { "xsaves", { FXSAVE }, PREFIX_REX2_ILLEGAL },
3475 { "xsave", { FXSAVE }, PREFIX_REX2_ILLEGAL },
3493 { "xsaveopt", { FXSAVE }, PREFIX_OPCODE | PREFIX_REX2_ILLEGAL },
8261 { "fxsave", { FXSAVE }, 0 },
8266 { "fxrstor", { FXSAVE }, 0 },
8286 { "xrstor", { FXSAVE }, PREFIX_OPCODE | PREFIX_REX2_ILLEGAL },
H A DChangeLog-2009217 (FXSAVE): Likewise.
218 (mod_table): Use FXSAVE on fxsave and fxrstor.
H A DChangeLog-2010881 * i386-dis.c (mod_table): Use FXSAVE on xsave and xrstor.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ScheduleAtom.td862 def : InstRW<[AtomWrite01_140], (instrs FXSAVE, FXSAVE64)>;
H A DX86InstrFPStack.td757 def FXSAVE : I<0xAE, MRM0m, (outs), (ins opaquemem:$dst),
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-2009217 (FXSAVE): Likewise.
218 (mod_table): Use FXSAVE on fxsave and fxrstor.
H A DChangeLog-2010881 * i386-dis.c (mod_table): Use FXSAVE on xsave and xrstor.
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/
H A DChangeLog-2009217 (FXSAVE): Likewise.
218 (mod_table): Use FXSAVE on fxsave and fxrstor.
H A DChangeLog-2010881 * i386-dis.c (mod_table): Use FXSAVE on xsave and xrstor.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.opt862 Support FXSAVE and FXRSTOR instructions.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.opt882 Support FXSAVE and FXRSTOR instructions.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-2001859 based on FXSAVE instruction structure.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-2001859 based on FXSAVE instruction structure.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git25958 FSAVE/FXSAVE/XSAVE instructions, at offset 0x8 of the FSAVE/FXSAVE/XSAVE
25960 FXSAVE Area" (and equivalent sections for FSAVE and XSAVE) or in the AMD
25967 However, the FXSAVE and XSAVE instructions (which the kernel uses to
25969 differently on AMD CPUs. In section "11.4.4.3 FXSAVE and FXRSTOR
25972 The FXSAVE and FXRSTOR instructions save and restore the entire
26057 sections of the Intel manual (between the FSAVE, FXSAVE and XSAVE area
28607 FXSAVE instruction including floating point registers, MMX registers,
145265 the only existing functions which handle FSAVE/FXSAVE/XSAVE state all
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20078334 to check for SSE and FXSAVE support.