Home
last modified time | relevance | path

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

/dports/emulators/simh/simh-3.9.0_5/AltairZ80/
H A Dinsns.h51 I_CLI, enumerator
H A Dinsnsd.c145 /* 138*/ {I_CLI, 0, {0,0,0}, "\1\xFA", IF_8086},
/dports/devel/distorm/distorm-20121220-r230/include/
H A Dmnemonics.h64 I_CLFLUSH = 4329, I_CLGI = 1833, I_CLI = 502, I_CLTS = 541, I_CMC = 487, I_CMOVA = 694, enumerator
/dports/devel/upp/upp/uppsrc/plugin/ndisasm/lib/
H A Dinsnsi.h57 I_CLI, enumerator
H A Dinsnsd.c200 /* 193 */ {I_CLI, 0, {0,0,0,0,0}, nasm_bytecodes+19971, IF_8086},
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/x86/
H A Dinsnsi.h52 I_CLI, enumerator
H A Dinsnsa.c385 {I_CLI, 0, {0,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+39608, 0},
H A Dinsnsd.c180 /* 173 */ {I_CLI, 0, {0,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+39608, 0},
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/x86/
H A Dinsnsi.h52 I_CLI, enumerator
H A Dinsnsa.c392 {I_CLI, 0, {0,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+43497, 0},
H A Dinsnsd.c187 /* 180 */ {I_CLI, 0, {0,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+43497, 0},
/dports/devel/nasm/nasm-2.15.05/x86/
H A Dinsnsi.h52 I_CLI, enumerator
H A Dinsnsa.c392 {I_CLI, 0, {0,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+44008, 0},
H A Dinsnsd.c187 /* 180 */ {I_CLI, 0, {0,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+44008, 0},
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/asm/
H A Dtokhash.c4166 { "cli", TOKEN_INSN, C_none, 0, I_CLI }, in nasm_token_hash()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/asm/
H A Dtokhash.c8262 { "cli", 3, TOKEN_INSN, C_none, 0, I_CLI }, in nasm_token_hash()
/dports/devel/nasm/nasm-2.15.05/asm/
H A Dtokhash.c8262 { "cli", 3, TOKEN_INSN, C_none, 0, I_CLI }, in nasm_token_hash()
/dports/multimedia/vapoursynth/vapoursynth-R54/src/core/
H A Djitasm.h810 …I_CALL, I_CBW, I_CLC, I_CLD, I_CLI, I_CLTS, I_CMC, I_CMOVCC, I_CMP, I_CMPS_B, I_CMPS_W, I_CMPS_D, … enumerator
2063 void cli() {AppendInstr(I_CLI, 0xFA, 0);} in cli()