Searched refs:WORD_REG (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Drijndael.cpp465 AS2( movd mm7, DWORD PTR [AS_REG_7+8*WORD_REG(si)+MAP0TO4(c)])\
470 AS2( movd MM(a), DWORD PTR [AS_REG_7+8*WORD_REG(si)+MAP0TO4(c)])\
495 AS2( xor MM(a), DWORD PTR [AS_REG_7+8*WORD_REG(si)+MAP0TO4(c)])\
499 AS2( mov MM(a), DWORD PTR [AS_REG_7+8*WORD_REG(si)+MAP0TO4(c)])\
512 AS2( xor a, DWORD PTR [AS_REG_7+8*WORD_REG(si)+MAP0TO4(c)])\
516 AS2( mov a, DWORD PTR [AS_REG_7+8*WORD_REG(si)+MAP0TO4(c)])\
538 AS2( mov AS_REG_7, WORD_REG(si))
556 AS2( mov WORD_REG(si), [L_KEYS_BEGIN])
557 AS2( mov WORD_REG(ax), 16)
558 AS2( and WORD_REG(a
[all...]
H A Dgcm.cpp411 AS2( mov WORD_REG(cx), data )
412 AS2( mov WORD_REG(dx), len )
413 AS2( mov WORD_REG(si), hashBuffer )
414 AS2( shr WORD_REG(dx), 4 )
423 AS2( mov AS_REG_7, WORD_REG(di))
428 AS2( movdqa xmm0, [WORD_REG(si)] )
430 #define MUL_TABLE_0 WORD_REG(si) + 32
431 #define MUL_TABLE_1 WORD_REG(si) + 32 + 1024
435 AS2( movdqu xmm4, [WORD_REG(cx)] )
444 AS2( movdqa xmm5, XMMWORD_PTR [MUL_TABLE_1 + WORD_REG(d
[all...]
H A Dsosemanuk.cpp360 AS2( mov WORD_REG(ax), state)
361 AS2( mov WORD_REG(di), output)
362 AS2( mov WORD_REG(dx), input)
363 AS2( mov WORD_REG(cx), iterationCount)
370 #define SSE2_workspace WORD_REG(sp)
390 AS2( mov SSE2_output, WORD_REG(di))
391 AS2( mov SSE2_input, WORD_REG(dx))
392 AS2( mov SSE2_state, WORD_REG(ax))
394 AS2( mov SSE2_pMulTables, WORD_REG(si))
396 AS2( lea WORD_REG(c
[all...]
H A Dwhrlpool.cpp406 AS2( mov AS_REG_6, WORD_REG(ax))
412 AS2( mov WORD_REG(cx), digest)
413 AS2( mov WORD_REG(dx), block)
426 AS2( movq mm0, [WORD_REG(cx)+8*WORD_REG(si)])
427 AS2( movq [SSE2_workspace+8*WORD_REG(si)], mm0) // k
428 AS2( pxor mm0, [WORD_REG(dx)+8*WORD_REG(si)])
429 AS2( movq [SSE2_workspace+64+8*WORD_REG(si)], mm0) // s
430 AS2( movq [WORD_REG(c
[all...]
H A Dsha.cpp156 #define Kt(i) WORD_REG(si)+(i)*4
232 AS2( mov WORD_REG(bx), [WORD_REG(dx)+i*WORD_SZ])\
233 AS1( bswap WORD_REG(bx))\
234 AS2( mov [Wt(i*(1+CRYPTOPP_BOOL_X64)+CRYPTOPP_BOOL_X64)], WORD_REG(bx))
262 AS2( lea WORD_REG(si), [SHA256_K+48*4])
271 AS2( sub WORD_REG(sp), LOCALS_SIZE)
274 AS2( mov STATE_SAVE, WORD_REG(cx))
275 AS2( mov DATA_SAVE, WORD_REG(dx))
276 AS2( add WORD_REG(d
[all...]
H A Dcpu.h178 #define WORD_REG(x) e##x macro
216 #define WORD_REG(x) r##x macro

Completed in 146 milliseconds