H A D | serpent-sse2-x86_64-asm_64.S | 41 #define S0_1(x0, x1, x2, x3, x4) \ argument 45 pxor x2, x4; \ 50 pxor x0, x2; 51 #define S0_2(x0, x1, x2, x3, x4) \ argument 54 pxor x2, x0; \ 55 pand x1, x2; \ 56 pxor x2, x3; \ 58 pxor x4, x2; \ 59 pxor x2, x1; 61 #define S1_1(x0, x1, x2, x3, x4) \ argument [all …]
|