Home
last modified time | relevance | path

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

/dports/emulators/simh/simh-3.9.0_5/AltairZ80/
H A Dinsns.h216 I_FSINCOS, enumerator
H A Dinsnsd.c342 /* 335*/ {I_FSINCOS, 0, {0,0,0}, "\2\xD9\xFB", IF_386|IF_FPU},
/dports/devel/distorm/distorm-20121220-r230/include/
H A Dmnemonics.h100 I_FSAVE = 7319, I_FSCALE = 1281, I_FSETPM = 1480, I_FSIN = 1289, I_FSINCOS = 1263, enumerator
/dports/devel/upp/upp/uppsrc/plugin/ndisasm/lib/
H A Dinsnsi.h235 I_FSINCOS, enumerator
H A Dinsnsd.c413 /* 406 */ {I_FSINCOS, 0, {0,0,0,0,0}, nasm_bytecodes+19402, IF_386|IF_FPU},
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/x86/
H A Dinsnsi.h155 I_FSINCOS, enumerator
H A Dinsnsa.c1044 {I_FSINCOS, 0, {0,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+40994, 42},
H A Dinsnsd.c390 /* 383 */ {I_FSINCOS, 0, {0,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+40994, 42},
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/x86/
H A Dinsnsi.h155 I_FSINCOS, enumerator
H A Dinsnsa.c1051 {I_FSINCOS, 0, {0,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+44878, 42},
H A Dinsnsd.c397 /* 390 */ {I_FSINCOS, 0, {0,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+44878, 42},
/dports/devel/nasm/nasm-2.15.05/x86/
H A Dinsnsi.h155 I_FSINCOS, enumerator
H A Dinsnsa.c1051 {I_FSINCOS, 0, {0,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+45389, 38},
H A Dinsnsd.c397 /* 390 */ {I_FSINCOS, 0, {0,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+45389, 38},
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/asm/
H A Dtokhash.c4269 { "fsincos", TOKEN_INSN, C_none, 0, I_FSINCOS }, in nasm_token_hash()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/asm/
H A Dtokhash.c8365 { "fsincos", 7, TOKEN_INSN, C_none, 0, I_FSINCOS }, in nasm_token_hash()
/dports/devel/nasm/nasm-2.15.05/asm/
H A Dtokhash.c8365 { "fsincos", 7, TOKEN_INSN, C_none, 0, I_FSINCOS }, in nasm_token_hash()
/dports/multimedia/vapoursynth/vapoursynth-R54/src/core/
H A Djitasm.h841 …I_FSAVE, I_FNSAVE, I_FSCALE, I_FSIN, I_FSINCOS, I_FSQRT, I_FST, I_FSTP, I_FSTCW, I_FNSTCW, I_FSTEN… enumerator
3147 void fsincos() {AppendInstr(I_FSINCOS, 0xD9FB, 0);} in fsincos()