Home
last modified time | relevance | path

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

/dports/emulators/simh/simh-3.9.0_5/AltairZ80/
H A Dinsns.h471 I_PUNPCKLBW, enumerator
H A Dinsnsd.c775 /* 768*/ {I_PUNPCKLBW, 2, {MMXREG,MEMORY,0}, "\301\2\x0F\x60\110", IF_PENT|IF_MMX|IF_SM},
776 /* 769*/ {I_PUNPCKLBW, 2, {MMXREG,MMXREG,0}, "\2\x0F\x60\110", IF_PENT|IF_MMX},
1397 …/*1390*/ {I_PUNPCKLBW, 2, {XMMREG,MEMORY,0}, "\301\3\x66\x0F\x60\110", IF_WILLAMETTE|IF_SSE2|IF_SM…
1398 /*1391*/ {I_PUNPCKLBW, 2, {XMMREG,XMMREG,0}, "\3\x66\x0F\x60\110", IF_WILLAMETTE|IF_SSE2},
/dports/devel/distorm/distorm-20121220-r230/include/
H A Dmnemonics.h162 I_PUNPCKHDQ = 3826, I_PUNPCKHQDQ = 3895, I_PUNPCKHWD = 3803, I_PUNPCKLBW = 3612, enumerator
/dports/devel/upp/upp/uppsrc/plugin/ndisasm/lib/
H A Dinsnsi.h639 I_PUNPCKLBW, enumerator
H A Dinsnsd.c864 /* 857 */ {I_PUNPCKLBW, 2, {MMXREG,RM_MMX,0,0,0}, nasm_bytecodes+7719, IF_PENT|IF_MMX|IF_SQ},
1450 …/* 1443 */ {I_PUNPCKLBW, 2, {XMMREG,RM_XMM,0,0,0}, nasm_bytecodes+15438, IF_WILLAMETTE|IF_SSE2|IF_…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/x86/
H A Dinsnsi.h339 I_PUNPCKLBW, enumerator
H A Dinsnsa.c2372 {I_PUNPCKLBW, 2, {MMXREG,RM_MMX,0,0,0}, NO_DECORATOR, nasm_bytecodes+26475, 84},
2373 {I_PUNPCKLBW, 2, {XMM_L16,RM_XMM_L16,0,0,0}, NO_DECORATOR, nasm_bytecodes+36922, 141},
H A Dinsnsd.c836 /* 829 */ {I_PUNPCKLBW, 2, {MMXREG,RM_MMX,0,0,0}, NO_DECORATOR, nasm_bytecodes+26475, 84},
1447 … /* 1440 */ {I_PUNPCKLBW, 2, {XMM_L16,RM_XMM_L16,0,0,0}, NO_DECORATOR, nasm_bytecodes+36922, 141},
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/x86/
H A Dinsnsi.h339 I_PUNPCKLBW, enumerator
H A Dinsnsa.c2382 {I_PUNPCKLBW, 2, {MMXREG,RM_MMX,0,0,0}, NO_DECORATOR, nasm_bytecodes+30280, 87},
2383 {I_PUNPCKLBW, 2, {XMM_L16,RM_XMM_L16,0,0,0}, NO_DECORATOR, nasm_bytecodes+40768, 144},
H A Dinsnsd.c843 /* 836 */ {I_PUNPCKLBW, 2, {MMXREG,RM_MMX,0,0,0}, NO_DECORATOR, nasm_bytecodes+30280, 87},
1454 … /* 1447 */ {I_PUNPCKLBW, 2, {XMM_L16,RM_XMM_L16,0,0,0}, NO_DECORATOR, nasm_bytecodes+40768, 144},
/dports/devel/nasm/nasm-2.15.05/x86/
H A Dinsnsi.h339 I_PUNPCKLBW, enumerator
H A Dinsnsa.c2380 {I_PUNPCKLBW, 2, {MMXREG,RM_MMX,0,0,0}, NO_DECORATOR, nasm_bytecodes+30696, 87},
2381 {I_PUNPCKLBW, 2, {XMM_L16,RM_XMM_L16,0,0,0}, NO_DECORATOR, nasm_bytecodes+41261, 143},
H A Dinsnsd.c843 /* 836 */ {I_PUNPCKLBW, 2, {MMXREG,RM_MMX,0,0,0}, NO_DECORATOR, nasm_bytecodes+30696, 87},
1447 … /* 1440 */ {I_PUNPCKLBW, 2, {XMM_L16,RM_XMM_L16,0,0,0}, NO_DECORATOR, nasm_bytecodes+41261, 143},
/dports/multimedia/vapoursynth/vapoursynth-R54/src/core/
H A Djitasm.h879 …I_PUNPCKHBW, I_PUNPCKHWD, I_PUNPCKHDQ, I_PUNPCKHQDQ, I_PUNPCKLBW, I_PUNPCKLWD, I_PUNPCKLDQ, I_PUNP… enumerator
3303 …void punpcklbw(const MmxReg& dst, const MmxReg& src) {AppendInstr(I_PUNPCKLBW, 0x0F60, 0, RW(dst),… in punpcklbw()
3304 …void punpcklbw(const MmxReg& dst, const Mem32& src) {AppendInstr(I_PUNPCKLBW, 0x0F60, 0, RW(dst),… in punpcklbw()
3785 …void punpcklbw(const XmmReg& dst, const XmmReg& src) {AppendInstr(I_PUNPCKLBW, 0x0F60, E_MANDATORY… in punpcklbw()
3786 …void punpcklbw(const XmmReg& dst, const Mem128& src) {AppendInstr(I_PUNPCKLBW, 0x0F60, E_MANDATORY… in punpcklbw()
4687 …onst XmmReg& dst, const XmmReg& src1, const XmmReg& src2) {AppendInstr(I_PUNPCKLBW, 0x60, E_VEX_12… in vpunpcklbw()
4688 …onst XmmReg& dst, const XmmReg& src1, const Mem128& src2) {AppendInstr(I_PUNPCKLBW, 0x60, E_VEX_12… in vpunpcklbw()
5650 …onst YmmReg& dst, const YmmReg& src1, const YmmReg& src2) {AppendInstr(I_PUNPCKLBW, 0x60, E_VEX_25… in vpunpcklbw()
5651 …onst YmmReg& dst, const YmmReg& src1, const Mem256& src2) {AppendInstr(I_PUNPCKLBW, 0x60, E_VEX_25… in vpunpcklbw()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/asm/
H A Dtokhash.c4453 { "punpcklbw", TOKEN_INSN, C_none, 0, I_PUNPCKLBW }, in nasm_token_hash()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/asm/
H A Dtokhash.c8549 { "punpcklbw", 9, TOKEN_INSN, C_none, 0, I_PUNPCKLBW }, in nasm_token_hash()
/dports/devel/nasm/nasm-2.15.05/asm/
H A Dtokhash.c8549 { "punpcklbw", 9, TOKEN_INSN, C_none, 0, I_PUNPCKLBW }, in nasm_token_hash()