Home
last modified time | relevance | path

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

/dports/emulators/simh/simh-3.9.0_5/AltairZ80/
H A Dinsns.h435 I_POR, enumerator
H A Dinsnsd.c725 /* 718*/ {I_POR, 2, {MMXREG,MEMORY,0}, "\301\2\x0F\xEB\110", IF_PENT|IF_MMX|IF_SM},
726 /* 719*/ {I_POR, 2, {MMXREG,MMXREG,0}, "\2\x0F\xEB\110", IF_PENT|IF_MMX},
1335 /*1328*/ {I_POR, 2, {XMMREG,MEMORY,0}, "\301\3\x66\x0F\xEB\110", IF_WILLAMETTE|IF_SSE2|IF_SM},
1336 /*1329*/ {I_POR, 2, {XMMREG,XMMREG,0}, "\3\x66\x0F\xEB\110", IF_WILLAMETTE|IF_SSE2},
/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.h598 I_POR, enumerator
H A Dinsnsd.c834 /* 827 */ {I_POR, 2, {MMXREG,RM_MMX,0,0,0}, nasm_bytecodes+7530, IF_PENT|IF_MMX|IF_SQ},
1411 /* 1404 */ {I_POR, 2, {XMMREG,RM_XMM,0,0,0}, nasm_bytecodes+15306, IF_WILLAMETTE|IF_SSE2|IF_SO},
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/x86/
H A Dinsnsi.h317 I_POR, enumerator
H A Dinsnsa.c2227 {I_POR, 2, {MMXREG,RM_MMX,0,0,0}, NO_DECORATOR, nasm_bytecodes+26286, 84},
2228 {I_POR, 2, {XMM_L16,RM_XMM_L16,0,0,0}, NO_DECORATOR, nasm_bytecodes+36790, 141},
H A Dinsnsd.c806 /* 799 */ {I_POR, 2, {MMXREG,RM_MMX,0,0,0}, NO_DECORATOR, nasm_bytecodes+26286, 84},
1408 /* 1401 */ {I_POR, 2, {XMM_L16,RM_XMM_L16,0,0,0}, NO_DECORATOR, nasm_bytecodes+36790, 141},
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/x86/
H A Dinsnsi.h317 I_POR, enumerator
H A Dinsnsa.c2237 {I_POR, 2, {MMXREG,RM_MMX,0,0,0}, NO_DECORATOR, nasm_bytecodes+30091, 87},
2238 {I_POR, 2, {XMM_L16,RM_XMM_L16,0,0,0}, NO_DECORATOR, nasm_bytecodes+40636, 144},
H A Dinsnsd.c813 /* 806 */ {I_POR, 2, {MMXREG,RM_MMX,0,0,0}, NO_DECORATOR, nasm_bytecodes+30091, 87},
1415 /* 1408 */ {I_POR, 2, {XMM_L16,RM_XMM_L16,0,0,0}, NO_DECORATOR, nasm_bytecodes+40636, 144},
/dports/devel/nasm/nasm-2.15.05/x86/
H A Dinsnsi.h317 I_POR, enumerator
H A Dinsnsa.c2235 {I_POR, 2, {MMXREG,RM_MMX,0,0,0}, NO_DECORATOR, nasm_bytecodes+30507, 87},
2236 {I_POR, 2, {XMM_L16,RM_XMM_L16,0,0,0}, NO_DECORATOR, nasm_bytecodes+41129, 143},
H A Dinsnsd.c813 /* 806 */ {I_POR, 2, {MMXREG,RM_MMX,0,0,0}, NO_DECORATOR, nasm_bytecodes+30507, 87},
1408 /* 1401 */ {I_POR, 2, {XMM_L16,RM_XMM_L16,0,0,0}, NO_DECORATOR, nasm_bytecodes+41129, 143},
/dports/multimedia/vapoursynth/vapoursynth-R54/src/core/
H A Djitasm.h874 I_POPCNT, I_POR, enumerator
3257 void por(const MmxReg& dst, const MmxReg& src) {AppendInstr(I_POR, 0x0FEB, 0, RW(dst), R(src));} in por()
3258 void por(const MmxReg& dst, const Mem64& src) {AppendInstr(I_POR, 0x0FEB, 0, RW(dst), R(src));} in por()
3723 …void por(const XmmReg& dst, const XmmReg& src) {AppendInstr(I_POR, 0x0FEB, E_MANDATORY_PREFIX_66… in por()
3724 …void por(const XmmReg& dst, const Mem128& src) {AppendInstr(I_POR, 0x0FEB, E_MANDATORY_PREFIX_66… in por()
4607 …void vpor(const XmmReg& dst, const XmmReg& src1, const XmmReg& src2) {AppendInstr(I_POR, 0xEB, E_… in vpor()
4608 …void vpor(const XmmReg& dst, const XmmReg& src1, const Mem128& src2) {AppendInstr(I_POR, 0xEB, E_… in vpor()
5562 …void vpor(const YmmReg& dst, const YmmReg& src1, const YmmReg& src2) {AppendInstr(I_POR, 0xEB, E… in vpor()
5563 …void vpor(const YmmReg& dst, const YmmReg& src1, const Mem256& src2) {AppendInstr(I_POR, 0xEB, E… in vpor()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/asm/
H A Dtokhash.c4431 { "por", TOKEN_INSN, C_none, 0, I_POR }, in nasm_token_hash()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/asm/
H A Dtokhash.c8527 { "por", 3, TOKEN_INSN, C_none, 0, I_POR }, in nasm_token_hash()
/dports/devel/nasm/nasm-2.15.05/asm/
H A Dtokhash.c8527 { "por", 3, TOKEN_INSN, C_none, 0, I_POR }, in nasm_token_hash()