Home
last modified time | relevance | path

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

/dports/emulators/simh/simh-3.9.0_5/AltairZ80/
H A Dinsns.h436 I_PREFETCH, enumerator
H A Dinsnsd.c727 /* 720*/ {I_PREFETCH, 1, {MEMORY,0,0}, "\2\x0F\x0D\200", IF_PENT|IF_3DNOW|IF_SM},
/dports/devel/distorm/distorm-20121220-r230/include/
H A Dmnemonics.h154 I_POPCNT = 4338, I_POPF = 277, I_POR = 6919, I_PREFETCH = 1872, I_PREFETCHNTA = 2402, enumerator
/dports/devel/upp/upp/uppsrc/plugin/ndisasm/lib/
H A Dinsnsi.h599 I_PREFETCH, enumerator
H A Dinsnsd.c835 /* 828 */ {I_PREFETCH, 1, {MEMORY,0,0,0,0}, nasm_bytecodes+18234, IF_PENT|IF_3DNOW|IF_SQ},
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/x86/
H A Dinsnsi.h318 I_PREFETCH, enumerator
H A Dinsnsa.c2233 {I_PREFETCH, 1, {MEMORY,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+39836, 88},
H A Dinsnsd.c807 /* 800 */ {I_PREFETCH, 1, {MEMORY,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+39836, 88},
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/x86/
H A Dinsnsi.h318 I_PREFETCH, enumerator
H A Dinsnsa.c2243 {I_PREFETCH, 1, {MEMORY,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+43725, 91},
H A Dinsnsd.c814 /* 807 */ {I_PREFETCH, 1, {MEMORY,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+43725, 91},
/dports/devel/nasm/nasm-2.15.05/x86/
H A Dinsnsi.h318 I_PREFETCH, enumerator
H A Dinsnsa.c2241 {I_PREFETCH, 1, {MEMORY,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+44236, 91},
H A Dinsnsd.c814 /* 807 */ {I_PREFETCH, 1, {MEMORY,0,0,0,0}, NO_DECORATOR, nasm_bytecodes+44236, 91},
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/asm/
H A Dtokhash.c4432 { "prefetch", TOKEN_INSN, C_none, 0, I_PREFETCH }, in nasm_token_hash()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/asm/
H A Dtokhash.c8528 { "prefetch", 8, TOKEN_INSN, C_none, 0, I_PREFETCH }, in nasm_token_hash()
/dports/devel/nasm/nasm-2.15.05/asm/
H A Dtokhash.c8528 { "prefetch", 8, TOKEN_INSN, C_none, 0, I_PREFETCH }, in nasm_token_hash()
/dports/multimedia/vapoursynth/vapoursynth-R54/src/core/
H A Djitasm.h875 I_PREFETCH, enumerator
3453 void prefetcht0(const Mem8& mem) {AppendInstr(I_PREFETCH, 0x0F18, 0, Imm8(1), R(mem));} in prefetcht0()
3454 void prefetcht1(const Mem8& mem) {AppendInstr(I_PREFETCH, 0x0F18, 0, Imm8(2), R(mem));} in prefetcht1()
3455 void prefetcht2(const Mem8& mem) {AppendInstr(I_PREFETCH, 0x0F18, 0, Imm8(3), R(mem));} in prefetcht2()
3456 void prefetchnta(const Mem8& mem) {AppendInstr(I_PREFETCH, 0x0F18, 0, Imm8(0), R(mem));} in prefetchnta()