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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dgcm.cpp572 #undef MUL_TABLE macro
573 #define MUL_TABLE(i,j) WORD_REG(si) + 32 + (i*4+j)*256*16 macro
586 AS2( pxor xmm0, [MUL_TABLE(i,0) + WORD_REG(di)*8] )\
589 AS2( pxor xmm0, [MUL_TABLE(i,1) + WORD_REG(di)*8] )\
593 AS2( pxor xmm0, [MUL_TABLE(i,2) + WORD_REG(di)*8] )\
596 AS2( pxor xmm0, [MUL_TABLE(i,3) + WORD_REG(di)*8] )\

Completed in 96 milliseconds