Home
last modified time | relevance | path

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

/dports/devel/distorm/distorm-20121220-r230/include/
H A Dmnemonics.h168 I_ROUNDSS = 9315, I_RSM = 882, I_RSQRTPS = 2915, I_RSQRTSS = 2924, I_SAHF = 283, enumerator
/dports/devel/upp/upp/uppsrc/plugin/ndisasm/lib/
H A Dinsnsi.h677 I_ROUNDSS, enumerator
H A Dinsnsd.c1666 /* 1659 */ {I_ROUNDSS, 3, {XMMREG,RM_XMM,IMMEDIATE,0,0}, nasm_bytecodes+6020, IF_SSE41},
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/x86/
H A Dinsnsi.h715 I_ROUNDSS, enumerator
H A Dinsnsa.c4707 {I_ROUNDSS, 3, {XMM_L16,RM_XMM_L16,IMMEDIATE,0,0}, NO_DECORATOR, nasm_bytecodes+8996, 169},
H A Dinsnsd.c1669 …/* 1662 */ {I_ROUNDSS, 3, {XMM_L16,RM_XMM_L16,IMMEDIATE,0,0}, NO_DECORATOR, nasm_bytecodes+8996, 1…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/x86/
H A Dinsnsi.h715 I_ROUNDSS, enumerator
H A Dinsnsa.c4717 {I_ROUNDSS, 3, {XMM_L16,RM_XMM_L16,IMMEDIATE,0,0}, NO_DECORATOR, nasm_bytecodes+12681, 173},
H A Dinsnsd.c1676 …/* 1669 */ {I_ROUNDSS, 3, {XMM_L16,RM_XMM_L16,IMMEDIATE,0,0}, NO_DECORATOR, nasm_bytecodes+12681, …
/dports/devel/nasm/nasm-2.15.05/x86/
H A Dinsnsi.h715 I_ROUNDSS, enumerator
H A Dinsnsa.c4701 …{I_ROUNDSS, 3, {XMM_L16,RM_XMM_L16|BITS32,IMMEDIATE|BITS8,0,0}, NO_DECORATOR, nasm_bytecodes+12681…
H A Dinsnsd.c1660 …/* 1653 */ {I_ROUNDSS, 3, {XMM_L16,RM_XMM_L16|BITS32,IMMEDIATE|BITS8,0,0}, NO_DECORATOR, nasm_byte…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/asm/
H A Dtokhash.c4919 { "roundss", TOKEN_INSN, C_none, 0, I_ROUNDSS }, in nasm_token_hash()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/asm/
H A Dtokhash.c9015 { "roundss", 7, TOKEN_INSN, C_none, 0, I_ROUNDSS }, in nasm_token_hash()
/dports/devel/nasm/nasm-2.15.05/asm/
H A Dtokhash.c9015 { "roundss", 7, TOKEN_INSN, C_none, 0, I_ROUNDSS }, in nasm_token_hash()
/dports/multimedia/vapoursynth/vapoursynth-R54/src/core/
H A Djitasm.h881 I_RCPPS, I_RCPSS, I_ROUNDPS, I_ROUNDPD, I_ROUNDSS, I_ROUNDSD, I_RSQRTPS, I_RSQRTSS, enumerator
4007 …void roundss(const XmmReg& dst, const XmmReg& src, const Imm8& mode) {AppendInstr(I_ROUNDSS, 0x0F3… in roundss()
4008 …void roundss(const XmmReg& dst, const Mem32& src, const Imm8& mode) {AppendInstr(I_ROUNDSS, 0x0F3… in roundss()
4719 … const XmmReg& src1, const XmmReg& src2, const Imm8& mode) {AppendInstr(I_ROUNDSS, 0x0A, E_VEX_LIG… in vroundss()
4720 …, const XmmReg& src1, const Mem32& src2, const Imm8& mode) {AppendInstr(I_ROUNDSS, 0x0A, E_VEX_LIG… in vroundss()