Home
last modified time | relevance | path

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

/dports/emulators/simh/simh-3.9.0_5/AltairZ80/
H A Dinsns.h177 I_FIMUL, enumerator
H A Dinsnsd.c285 /* 278*/ {I_FIMUL, 1, {MEMORY|BITS32,0,0}, "\300\1\xDA\201", IF_8086|IF_FPU},
286 /* 279*/ {I_FIMUL, 1, {MEMORY|BITS16,0,0}, "\300\1\xDE\201", IF_8086|IF_FPU},
/dports/devel/distorm/distorm-20121220-r230/include/
H A Dmnemonics.h93 I_FIDIVR = 1352, I_FILD = 1402, I_FIMUL = 1308, I_FINCSTP = 1231, I_FINIT = 7304, enumerator
/dports/devel/upp/upp/uppsrc/plugin/ndisasm/lib/
H A Dinsnsi.h196 I_FIMUL, enumerator
H A Dinsnsd.c356 /* 349 */ {I_FIMUL, 1, {MEMORY|BITS32,0,0,0,0}, nasm_bytecodes+19238, IF_8086|IF_FPU},
357 /* 350 */ {I_FIMUL, 1, {MEMORY|BITS16,0,0,0,0}, nasm_bytecodes+19242, IF_8086|IF_FPU},
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/x86/
H A Dinsnsi.h116 I_FIMUL, enumerator
H A Dinsnsa.c828 {I_FIMUL, 1, {MEMORY|BITS32,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+40830, 40},
829 {I_FIMUL, 1, {MEMORY|BITS16,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+40834, 40},
H A Dinsnsd.c333 /* 326 */ {I_FIMUL, 1, {MEMORY|BITS32,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+40830, 40},
334 /* 327 */ {I_FIMUL, 1, {MEMORY|BITS16,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+40834, 40},
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/x86/
H A Dinsnsi.h116 I_FIMUL, enumerator
H A Dinsnsa.c835 {I_FIMUL, 1, {MEMORY|BITS32,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+44714, 40},
836 {I_FIMUL, 1, {MEMORY|BITS16,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+44718, 40},
H A Dinsnsd.c340 /* 333 */ {I_FIMUL, 1, {MEMORY|BITS32,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+44714, 40},
341 /* 334 */ {I_FIMUL, 1, {MEMORY|BITS16,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+44718, 40},
/dports/devel/nasm/nasm-2.15.05/x86/
H A Dinsnsi.h116 I_FIMUL, enumerator
H A Dinsnsa.c835 {I_FIMUL, 1, {MEMORY|BITS32,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+45225, 36},
836 {I_FIMUL, 1, {MEMORY|BITS16,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+45229, 36},
H A Dinsnsd.c340 /* 333 */ {I_FIMUL, 1, {MEMORY|BITS32,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+45225, 36},
341 /* 334 */ {I_FIMUL, 1, {MEMORY|BITS16,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+45229, 36},
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/asm/
H A Dtokhash.c4230 { "fimul", TOKEN_INSN, C_none, 0, I_FIMUL }, in nasm_token_hash()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/asm/
H A Dtokhash.c8326 { "fimul", 5, TOKEN_INSN, C_none, 0, I_FIMUL }, in nasm_token_hash()
/dports/devel/nasm/nasm-2.15.05/asm/
H A Dtokhash.c8326 { "fimul", 5, TOKEN_INSN, C_none, 0, I_FIMUL }, in nasm_token_hash()
/dports/multimedia/vapoursynth/vapoursynth-R54/src/core/
H A Djitasm.h837 I_FMUL, I_FMULP, I_FIMUL, enumerator
3134 void fimul(const Mem16& dst) {AppendInstr(I_FIMUL, 0xDE, 0, Imm8(1), dst);} in fimul()
3135 void fimul(const Mem32& dst) {AppendInstr(I_FIMUL, 0xDA, 0, Imm8(1), dst);} in fimul()