| H A D | serpent-sse2-x86_64-asm_64.S | 41 #define S0_1(x0, x1, x2, x3, x4) \ argument 47 pxor x1, x3; \ 48 pand x0, x1; \ 49 pxor x4, x1; \ 51 #define S0_2(x0, x1, x2, x3, x4) \ argument 55 pand x1, x2; \ 57 pxor RNOT, x1; \ 59 pxor x2, x1; 61 #define S1_1(x0, x1, x2, x3, x4) \ argument 62 movdqa x1, x4; \ [all …]
|