D | sha1_avx2_x86_64_asm.S | 105 .set TB, REG_TB define 327 .set B, TB 328 .set TB, A define 357 mov B, TB 360 andn D, TB, T1 361 and C, TB 362 xor T1, TB 389 rorx $(32-30),A, TB /* b>>>2 for next round */ 410 rorx $(32-30), A, TB /* b>>>2 for next round */ 435 rorx $(32-30), A, TB /* b>>>2 for next round */ [all …]
|