Home
last modified time | relevance | path

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

/dports/emulators/simh/simh-3.9.0_5/AltairZ80/
H A Dinsns.h544 I_SUBSD, enumerator
H A Dinsnsd.c1528 /*1521*/ {I_SUBSD, 2, {XMMREG,XMMREG,0}, "\3\xF2\x0F\x5C\110", IF_WILLAMETTE|IF_SSE2},
1529 /*1522*/ {I_SUBSD, 2, {XMMREG,MEMORY,0}, "\301\3\xF2\x0F\x5C\110", IF_WILLAMETTE|IF_SSE2},
/dports/devel/distorm/distorm-20121220-r230/include/
H A Dmnemonics.h177 I_SUBPD = 3379, I_SUBPS = 3372, I_SUBSD = 3393, I_SUBSS = 3386, I_SWAPGS = 1856, enumerator
/dports/devel/upp/upp/uppsrc/plugin/ndisasm/lib/
H A Dinsnsi.h726 I_SUBSD, enumerator
H A Dinsnsd.c1533 /* 1526 */ {I_SUBSD, 2, {XMMREG,RM_XMM,0,0,0}, nasm_bytecodes+15714, IF_WILLAMETTE|IF_SSE2},
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/x86/
H A Dinsnsi.h613 I_SUBSD, enumerator
H A Dinsnsa.c4163 {I_SUBSD, 2, {XMM_L16,RM_XMM_L16,0,0,0}, NO_DECORATOR, nasm_bytecodes+37198, 140},
H A Dinsnsd.c1530 /* 1523 */ {I_SUBSD, 2, {XMM_L16,RM_XMM_L16,0,0,0}, NO_DECORATOR, nasm_bytecodes+37198, 140},
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/x86/
H A Dinsnsi.h613 I_SUBSD, enumerator
H A Dinsnsa.c4173 {I_SUBSD, 2, {XMM_L16,RM_XMM_L16,0,0,0}, NO_DECORATOR, nasm_bytecodes+41044, 143},
H A Dinsnsd.c1537 /* 1530 */ {I_SUBSD, 2, {XMM_L16,RM_XMM_L16,0,0,0}, NO_DECORATOR, nasm_bytecodes+41044, 143},
/dports/devel/nasm/nasm-2.15.05/x86/
H A Dinsnsi.h613 I_SUBSD, enumerator
H A Dinsnsa.c4159 {I_SUBSD, 2, {XMM_L16,RM_XMM_L16|BITS64,0,0,0}, NO_DECORATOR, nasm_bytecodes+41537, 142},
H A Dinsnsd.c1523 …/* 1516 */ {I_SUBSD, 2, {XMM_L16,RM_XMM_L16|BITS64,0,0,0}, NO_DECORATOR, nasm_bytecodes+41537, 142…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/asm/
H A Dtokhash.c4817 { "subsd", TOKEN_INSN, C_none, 0, I_SUBSD }, in nasm_token_hash()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/asm/
H A Dtokhash.c8913 { "subsd", 5, TOKEN_INSN, C_none, 0, I_SUBSD }, in nasm_token_hash()
/dports/devel/nasm/nasm-2.15.05/asm/
H A Dtokhash.c8913 { "subsd", 5, TOKEN_INSN, C_none, 0, I_SUBSD }, in nasm_token_hash()
/dports/multimedia/vapoursynth/vapoursynth-R54/src/core/
H A Djitasm.h882 …S, I_SHUFPD, I_SQRTPS, I_SQRTSS, I_SQRTPD, I_SQRTSD, I_STMXCSR, I_SUBPS, I_SUBSS, I_SUBPD, I_SUBSD, enumerator
3803 …void subsd(const XmmReg& dst, const XmmReg& src) {AppendInstr(I_SUBSD, 0x0F5C, E_MANDATORY_PREFIX… in subsd()
3804 …void subsd(const XmmReg& dst, const Mem64& src) {AppendInstr(I_SUBSD, 0x0F5C, E_MANDATORY_PREFIX… in subsd()
4750 …void vsubsd(const XmmReg& dst, const XmmReg& src1, const XmmReg& src2) {AppendInstr(I_SUBSD, 0x5C,… in vsubsd()
4751 …void vsubsd(const XmmReg& dst, const XmmReg& src1, const Mem64& src2) {AppendInstr(I_SUBSD, 0x5C, … in vsubsd()