Home
last modified time | relevance | path

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

/dports/emulators/simh/simh-3.9.0_5/AltairZ80/
H A Dinsns.h173 I_FICOMP, enumerator
H A Dinsnsd.c276 /* 269*/ {I_FICOMP, 1, {MEMORY|BITS32,0,0}, "\300\1\xDA\203", IF_8086|IF_FPU},
277 /* 270*/ {I_FICOMP, 1, {MEMORY|BITS16,0,0}, "\300\1\xDE\203", IF_8086|IF_FPU},
/dports/devel/distorm/distorm-20121220-r230/include/
H A Dmnemonics.h92 I_FFREE = 1511, I_FIADD = 1301, I_FICOM = 1315, I_FICOMP = 1322, I_FIDIV = 1345, enumerator
/dports/devel/upp/upp/uppsrc/plugin/ndisasm/lib/
H A Dinsnsi.h192 I_FICOMP, enumerator
H A Dinsnsd.c347 /* 340 */ {I_FICOMP, 1, {MEMORY|BITS32,0,0,0,0}, nasm_bytecodes+19202, IF_8086|IF_FPU},
348 /* 341 */ {I_FICOMP, 1, {MEMORY|BITS16,0,0,0,0}, nasm_bytecodes+19206, IF_8086|IF_FPU},
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/x86/
H A Dinsnsi.h112 I_FICOMP, enumerator
H A Dinsnsa.c803 {I_FICOMP, 1, {MEMORY|BITS32,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+40794, 40},
804 {I_FICOMP, 1, {MEMORY|BITS16,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+40798, 40},
H A Dinsnsd.c324 /* 317 */ {I_FICOMP, 1, {MEMORY|BITS32,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+40794, 40},
325 /* 318 */ {I_FICOMP, 1, {MEMORY|BITS16,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+40798, 40},
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/x86/
H A Dinsnsi.h112 I_FICOMP, enumerator
H A Dinsnsa.c810 {I_FICOMP, 1, {MEMORY|BITS32,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+44678, 40},
811 {I_FICOMP, 1, {MEMORY|BITS16,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+44682, 40},
H A Dinsnsd.c331 /* 324 */ {I_FICOMP, 1, {MEMORY|BITS32,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+44678, 40},
332 /* 325 */ {I_FICOMP, 1, {MEMORY|BITS16,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+44682, 40},
/dports/devel/nasm/nasm-2.15.05/x86/
H A Dinsnsi.h112 I_FICOMP, enumerator
H A Dinsnsa.c810 {I_FICOMP, 1, {MEMORY|BITS32,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+45189, 36},
811 {I_FICOMP, 1, {MEMORY|BITS16,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+45193, 36},
H A Dinsnsd.c331 /* 324 */ {I_FICOMP, 1, {MEMORY|BITS32,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+45189, 36},
332 /* 325 */ {I_FICOMP, 1, {MEMORY|BITS16,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+45193, 36},
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/asm/
H A Dtokhash.c4226 { "ficomp", TOKEN_INSN, C_none, 0, I_FICOMP }, in nasm_token_hash()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/asm/
H A Dtokhash.c8322 { "ficomp", 6, TOKEN_INSN, C_none, 0, I_FICOMP }, in nasm_token_hash()
/dports/devel/nasm/nasm-2.15.05/asm/
H A Dtokhash.c8322 { "ficomp", 6, TOKEN_INSN, C_none, 0, I_FICOMP }, in nasm_token_hash()
/dports/multimedia/vapoursynth/vapoursynth-R54/src/core/
H A Djitasm.h835 I_FICOM, I_FICOMP, I_FILD, I_FINCSTP, I_FINIT, I_FNINIT, I_FIST, I_FISTP, enumerator
3099 void ficomp(const Mem16& dst) {AppendInstr(I_FICOMP, 0xDE, 0, Imm8(3), dst);} in ficomp()
3100 void ficomp(const Mem32& dst) {AppendInstr(I_FICOMP, 0xDA, 0, Imm8(3), dst);} in ficomp()