Home
last modified time | relevance | path

Searched refs:I_PSIGND (Results 1 – 16 of 16) sorted by relevance

/dports/devel/distorm/distorm-20121220-r230/include/
H A Dmnemonics.h157 I_PSHUFW = 3980, I_PSIGNB = 7487, I_PSIGND = 7521, I_PSIGNW = 7504, I_PSLLD = 7024, enumerator
/dports/devel/upp/upp/uppsrc/plugin/ndisasm/lib/
H A Dinsnsi.h612 I_PSIGND, enumerator
H A Dinsnsd.c1598 /* 1591 */ {I_PSIGND, 2, {MMXREG,RM_MMX,0,0,0}, nasm_bytecodes+8398, IF_SSSE3|IF_MMX|IF_SQ},
1599 /* 1592 */ {I_PSIGND, 2, {XMMREG,RM_XMM,0,0,0}, nasm_bytecodes+8405, IF_SSSE3},
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/x86/
H A Dinsnsi.h662 I_PSIGND, enumerator
H A Dinsnsa.c4427 {I_PSIGND, 2, {MMXREG,RM_MMX,0,0,0}, NO_DECORATOR, nasm_bytecodes+27385, 164},
4428 {I_PSIGND, 2, {XMM_L16,RM_XMM_L16,0,0,0}, NO_DECORATOR, nasm_bytecodes+27392, 165},
H A Dinsnsd.c1598 /* 1591 */ {I_PSIGND, 2, {MMXREG,RM_MMX,0,0,0}, NO_DECORATOR, nasm_bytecodes+27385, 164},
1599 /* 1592 */ {I_PSIGND, 2, {XMM_L16,RM_XMM_L16,0,0,0}, NO_DECORATOR, nasm_bytecodes+27392, 165},
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/x86/
H A Dinsnsi.h662 I_PSIGND, enumerator
H A Dinsnsa.c4437 {I_PSIGND, 2, {MMXREG,RM_MMX,0,0,0}, NO_DECORATOR, nasm_bytecodes+31190, 168},
4438 {I_PSIGND, 2, {XMM_L16,RM_XMM_L16,0,0,0}, NO_DECORATOR, nasm_bytecodes+31197, 169},
H A Dinsnsd.c1605 /* 1598 */ {I_PSIGND, 2, {MMXREG,RM_MMX,0,0,0}, NO_DECORATOR, nasm_bytecodes+31190, 168},
1606 /* 1599 */ {I_PSIGND, 2, {XMM_L16,RM_XMM_L16,0,0,0}, NO_DECORATOR, nasm_bytecodes+31197, 169},
/dports/devel/nasm/nasm-2.15.05/x86/
H A Dinsnsi.h662 I_PSIGND, enumerator
H A Dinsnsa.c4423 {I_PSIGND, 2, {MMXREG,RM_MMX,0,0,0}, NO_DECORATOR, nasm_bytecodes+31606, 166},
4424 {I_PSIGND, 2, {XMM_L16,RM_XMM_L16|BITS128,0,0,0}, NO_DECORATOR, nasm_bytecodes+31613, 167},
H A Dinsnsd.c1591 /* 1584 */ {I_PSIGND, 2, {MMXREG,RM_MMX,0,0,0}, NO_DECORATOR, nasm_bytecodes+31606, 166},
1592 …/* 1585 */ {I_PSIGND, 2, {XMM_L16,RM_XMM_L16|BITS128,0,0,0}, NO_DECORATOR, nasm_bytecodes+31613, 1…
/dports/multimedia/vapoursynth/vapoursynth-R54/src/core/
H A Djitasm.h876 …I_PSADBW, I_PSHUFB, I_PSHUFD, I_PSHUFHW, I_PSHUFLW, I_PSHUFW, I_PSIGNB, I_PSIGNW, I_PSIGND, I_PSLL… enumerator
3898 …void psignd(const MmxReg& dst, const MmxReg& src) {AppendInstr(I_PSIGND, 0x0F380A, 0, RW(dst), R(… in psignd()
3899 …void psignd(const MmxReg& dst, const Mem64& src) {AppendInstr(I_PSIGND, 0x0F380A, 0, RW(dst), R(s… in psignd()
3900 …void psignd(const XmmReg& dst, const XmmReg& src) {AppendInstr(I_PSIGND, 0x0F380A, E_MANDATORY_PR… in psignd()
3901 …void psignd(const XmmReg& dst, const Mem128& src) {AppendInstr(I_PSIGND, 0x0F380A, E_MANDATORY_PR… in psignd()
4623 …void vpsignd(const XmmReg& dst, const XmmReg& src1, const XmmReg& src2) {AppendInstr(I_PSIGND, 0x0… in vpsignd()
4624 …void vpsignd(const XmmReg& dst, const XmmReg& src1, const Mem128& src2) {AppendInstr(I_PSIGND, 0x0… in vpsignd()
5578 …void vpsignd(const YmmReg& dst, const YmmReg& src1, const YmmReg& src2) {AppendInstr(I_PSIGND, 0x… in vpsignd()
5579 …void vpsignd(const YmmReg& dst, const YmmReg& src1, const Mem256& src2) {AppendInstr(I_PSIGND, 0x… in vpsignd()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/asm/
H A Dtokhash.c4866 { "psignd", TOKEN_INSN, C_none, 0, I_PSIGND }, in nasm_token_hash()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/asm/
H A Dtokhash.c8962 { "psignd", 6, TOKEN_INSN, C_none, 0, I_PSIGND }, in nasm_token_hash()
/dports/devel/nasm/nasm-2.15.05/asm/
H A Dtokhash.c8962 { "psignd", 6, TOKEN_INSN, C_none, 0, I_PSIGND }, in nasm_token_hash()