D | serpent-sse2-x86_64-asm_64.S | 41 #define S0_1(x0, x1, x2, x3, x4) \ argument 42 movdqa x3, x4; \ 44 pxor x4, x0; \ 45 pxor x2, x4; \ 46 pxor RNOT, x4; \ 49 pxor x4, x1; \ 51 #define S0_2(x0, x1, x2, x3, x4) \ argument 53 por x0, x4; \ 58 pxor x4, x2; \ 61 #define S1_1(x0, x1, x2, x3, x4) \ argument [all …]
|