Home
last modified time | relevance | path

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

/dports/emulators/simh/simh-3.9.0_5/AltairZ80/
H A Dinsns.h237 I_FXSAVE, enumerator
H A Dinsnsd.c1201 /*1194*/ {I_FXSAVE, 1, {MEMORY,0,0}, "\300\2\x0F\xAE\200", IF_P6|IF_SSE|IF_FPU},
/dports/devel/distorm/distorm-20121220-r230/include/
H A Dmnemonics.h105 I_FXSAVE = 9864, I_FXSAVE64 = 9872, I_FXTRACT = 1205, I_FYL2X = 1183, I_FYL2XP1 = 1247, enumerator
/dports/devel/upp/upp/uppsrc/plugin/ndisasm/lib/
H A Dinsnsi.h256 I_FXSAVE, enumerator
H A Dinsnsd.c1315 /* 1308 */ {I_FXSAVE, 1, {MEMORY,0,0,0,0}, nasm_bytecodes+18854, IF_P6|IF_SSE|IF_FPU},
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/x86/
H A Dinsnsi.h499 I_FXSAVE, enumerator
H A Dinsnsa.c3541 {I_FXSAVE, 1, {MEMORY,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+26833, 128},
H A Dinsnsd.c1301 /* 1294 */ {I_FXSAVE, 1, {MEMORY,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+26833, 128},
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/x86/
H A Dinsnsi.h499 I_FXSAVE, enumerator
H A Dinsnsa.c3551 {I_FXSAVE, 1, {MEMORY,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+30638, 131},
H A Dinsnsd.c1308 /* 1301 */ {I_FXSAVE, 1, {MEMORY,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+30638, 131},
/dports/devel/nasm/nasm-2.15.05/x86/
H A Dinsnsi.h499 I_FXSAVE, enumerator
H A Dinsnsa.c3546 {I_FXSAVE, 1, {MEMORY,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+31054, 130},
H A Dinsnsd.c1305 /* 1298 */ {I_FXSAVE, 1, {MEMORY,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+31054, 130},
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/asm/
H A Dtokhash.c4703 { "fxsave", TOKEN_INSN, C_none, 0, I_FXSAVE }, in nasm_token_hash()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/asm/
H A Dtokhash.c8799 { "fxsave", 6, TOKEN_INSN, C_none, 0, I_FXSAVE }, in nasm_token_hash()
/dports/devel/nasm/nasm-2.15.05/asm/
H A Dtokhash.c8799 { "fxsave", 6, TOKEN_INSN, C_none, 0, I_FXSAVE }, in nasm_token_hash()
/dports/multimedia/vapoursynth/vapoursynth-R54/src/core/
H A Djitasm.h845 I_FXAM, I_FXCH, I_FXRSTOR, I_FXSAVE, I_FXTRACT, enumerator
3193 void fxsave(const Mem4096& dst) {AppendInstr(I_FXSAVE, 0x0FAE, 0, Imm8(0), dst);} in fxsave()