Home
last modified time | relevance | path

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

/dports/emulators/simh/simh-3.9.0_5/AltairZ80/
H A Dinsns.h277 I_LEAVE, enumerator
H A Dinsnsd.c471 /* 464*/ {I_LEAVE, 0, {0,0,0}, "\1\xC9", IF_186},
/dports/devel/distorm/distorm-20121220-r230/include/
H A Dmnemonics.h115 I_LEA = 223, I_LEAVE = 347, I_LES = 330, I_LFENCE = 4265, I_LFS = 917, I_LGDT = 1687, enumerator
/dports/devel/upp/upp/uppsrc/plugin/ndisasm/lib/
H A Dinsnsi.h368 I_LEAVE, enumerator
H A Dinsnsd.c570 /* 563 */ {I_LEAVE, 0, {0,0,0,0,0}, nasm_bytecodes+18121, IF_186},
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/x86/
H A Dinsnsi.h210 I_LEAVE, enumerator
H A Dinsnsa.c1467 {I_LEAVE, 0, {0,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+39753, 39},
H A Dinsnsd.c543 /* 536 */ {I_LEAVE, 0, {0,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+39753, 39},
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/x86/
H A Dinsnsi.h210 I_LEAVE, enumerator
H A Dinsnsa.c1477 {I_LEAVE, 0, {0,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+43642, 39},
H A Dinsnsd.c550 /* 543 */ {I_LEAVE, 0, {0,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+43642, 39},
/dports/devel/nasm/nasm-2.15.05/x86/
H A Dinsnsi.h210 I_LEAVE, enumerator
H A Dinsnsa.c1477 {I_LEAVE, 0, {0,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+44153, 35},
H A Dinsnsd.c550 /* 543 */ {I_LEAVE, 0, {0,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+44153, 35},
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/asm/
H A Dtokhash.c4324 { "leave", TOKEN_INSN, C_none, 0, I_LEAVE }, in nasm_token_hash()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/asm/
H A Dtokhash.c8420 { "leave", 5, TOKEN_INSN, C_none, 0, I_LEAVE }, in nasm_token_hash()
/dports/devel/nasm/nasm-2.15.05/asm/
H A Dtokhash.c8420 { "leave", 5, TOKEN_INSN, C_none, 0, I_LEAVE }, in nasm_token_hash()
/dports/multimedia/vapoursynth/vapoursynth-R54/src/core/
H A Djitasm.h817 …I_LAR, I_LEA, I_LEAVE, I_LLDT, I_LMSW, I_LSL, I_LTR, I_LODS_B, I_LODS_W, I_LODS_D, I_LODS_Q, I_LOO… enumerator
2446 void leave() {AppendInstr(I_LEAVE, 0xC9, 0, Dummy(W(esp)), Dummy(RW(ebp)));} in leave()