Home
last modified time | relevance | path

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

/dports/devel/distorm/distorm-20121220-r230/include/
H A Dmnemonics.h58 I_AESDEC = 9209, I_AESDECLAST = 9226, I_AESENC = 9167, I_AESENCLAST = 9184, enumerator
/dports/devel/upp/upp/uppsrc/plugin/ndisasm/lib/
H A Dinsnsi.h25 I_AESENC, enumerator
H A Dinsnsd.c1689 … /* 1682 */ {I_AESENC, 2, {XMMREG,RM_XMM|BITS128,0,0,0}, nasm_bytecodes+8713, IF_SSE|IF_WESTMERE},
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/x86/
H A Dinsnsi.h727 I_AESENC, enumerator
H A Dinsnsa.c4778 {I_AESENC, 2, {XMM_L16,RM_XMM_L16|BITS128,0,0,0}, NO_DECORATOR, nasm_bytecodes+27658, 183},
H A Dinsnsd.c1692 …/* 1685 */ {I_AESENC, 2, {XMM_L16,RM_XMM_L16|BITS128,0,0,0}, NO_DECORATOR, nasm_bytecodes+27658, 1…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/x86/
H A Dinsnsi.h727 I_AESENC, enumerator
H A Dinsnsa.c4788 {I_AESENC, 2, {XMM_L16,RM_XMM_L16|BITS128,0,0,0}, NO_DECORATOR, nasm_bytecodes+31463, 187},
H A Dinsnsd.c1699 …/* 1692 */ {I_AESENC, 2, {XMM_L16,RM_XMM_L16|BITS128,0,0,0}, NO_DECORATOR, nasm_bytecodes+31463, 1…
/dports/devel/nasm/nasm-2.15.05/x86/
H A Dinsnsi.h727 I_AESENC, enumerator
H A Dinsnsa.c4772 {I_AESENC, 2, {XMM_L16,RM_XMM_L16|BITS128,0,0,0}, NO_DECORATOR, nasm_bytecodes+31879, 185},
H A Dinsnsd.c1683 …/* 1676 */ {I_AESENC, 2, {XMM_L16,RM_XMM_L16|BITS128,0,0,0}, NO_DECORATOR, nasm_bytecodes+31879, 1…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/asm/
H A Dtokhash.c4931 { "aesenc", TOKEN_INSN, C_none, 0, I_AESENC }, in nasm_token_hash()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/asm/
H A Dtokhash.c9027 { "aesenc", 6, TOKEN_INSN, C_none, 0, I_AESENC }, in nasm_token_hash()
/dports/devel/nasm/nasm-2.15.05/asm/
H A Dtokhash.c9027 { "aesenc", 6, TOKEN_INSN, C_none, 0, I_AESENC }, in nasm_token_hash()
/dports/multimedia/vapoursynth/vapoursynth-R54/src/core/
H A Djitasm.h894 I_AESENC, I_AESENCLAST, I_AESDEC, I_AESDECLAST, I_AESIMC, I_AESKEYGENASSIST, enumerator
4065 …void aesenc(const XmmReg& dst, const XmmReg& src) {AppendInstr(I_AESENC, 0x0F38DC, E_MANDATO… in aesenc()
4066 …void aesenc(const XmmReg& dst, const Mem128& src) {AppendInstr(I_AESENC, 0x0F38DC, E_MANDATO… in aesenc()
4067 …void vaesenc(const XmmReg& dst, const XmmReg& src1, const XmmReg& src2) {AppendInstr(I_AESENC, 0x… in vaesenc()
4068 …void vaesenc(const XmmReg& dst, const XmmReg& src1, const Mem128& src2) {AppendInstr(I_AESENC, 0x… in vaesenc()