Home
last modified time | relevance | path

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

/dports/emulators/simh/simh-3.9.0_5/AltairZ80/
H A Dinsns.h95 I_CMPXCHG8B, enumerator
H A Dinsnsd.c186 /* 179*/ {I_CMPXCHG8B, 1, {MEMORY,0,0}, "\300\2\x0F\xC7\201", IF_PENT},
/dports/devel/distorm/distorm-20121220-r230/include/
H A Dmnemonics.h76 I_CMPXCHG8B = 6362, I_COMISD = 2779, I_COMISS = 2771, I_CPUID = 865, I_CQO = 255, enumerator
/dports/devel/upp/upp/uppsrc/plugin/ndisasm/lib/
H A Dinsnsi.h103 I_CMPXCHG8B, enumerator
H A Dinsnsd.c248 /* 241 */ {I_CMPXCHG8B, 1, {MEMORY,0,0,0,0}, nasm_bytecodes+13867, IF_PENT},
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/x86/
H A Dinsnsi.h62 I_CMPXCHG8B, enumerator
H A Dinsnsa.c486 {I_CMPXCHG8B, 1, {MEMORY,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+26013, 35},
H A Dinsnsd.c225 /* 218 */ {I_CMPXCHG8B, 1, {MEMORY,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+26013, 35},
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/x86/
H A Dinsnsi.h62 I_CMPXCHG8B, enumerator
H A Dinsnsa.c493 {I_CMPXCHG8B, 1, {MEMORY|BITS64,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+29818, 35},
H A Dinsnsd.c232 /* 225 */ {I_CMPXCHG8B, 1, {MEMORY|BITS64,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+29818, 35},
/dports/devel/nasm/nasm-2.15.05/x86/
H A Dinsnsi.h62 I_CMPXCHG8B, enumerator
H A Dinsnsa.c493 {I_CMPXCHG8B, 1, {MEMORY|BITS64,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+30234, 31},
H A Dinsnsd.c232 /* 225 */ {I_CMPXCHG8B, 1, {MEMORY|BITS64,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+30234, 31},
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/asm/
H A Dtokhash.c4176 { "cmpxchg8b", TOKEN_INSN, C_none, 0, I_CMPXCHG8B }, in nasm_token_hash()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/asm/
H A Dtokhash.c8272 { "cmpxchg8b", 9, TOKEN_INSN, C_none, 0, I_CMPXCHG8B }, in nasm_token_hash()
/dports/devel/nasm/nasm-2.15.05/asm/
H A Dtokhash.c8272 { "cmpxchg8b", 9, TOKEN_INSN, C_none, 0, I_CMPXCHG8B }, in nasm_token_hash()
/dports/multimedia/vapoursynth/vapoursynth-R54/src/core/
H A Djitasm.h811 I_CMPXCHG8B, I_CMPXCHG16B, I_CPUID, I_CWD, I_CDQ, I_CQO, enumerator
2288 …void cmpxchg8b(const Mem64& dst) {AppendInstr(I_CMPXCHG8B, 0x0FC7, 0, Imm8(1), RW(dst), Dummy(RW(e… in cmpxchg8b()