Searched refs:b_64 (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/arch/x86/crypto/ |
A D | sha512-avx-asm.S | 65 b_64 = %r10 define 112 c_64 = b_64 113 b_64 = a_64 define 142 and b_64, T2 # T2 = (a ^ c) & b 203 and b_64, T2 255 and b_64, T2 298 mov DIGEST(1), b_64 340 add b_64, DIGEST(1)
|
A D | sha512-ssse3-asm.S | 65 b_64 = %r10 define 110 c_64 = b_64 111 b_64 = a_64 define 136 and b_64, T2 # T2 = (a ^ c) & b 196 and b_64, T2 240 and b_64, T2 300 mov DIGEST(1), b_64 342 add b_64, DIGEST(1)
|
Completed in 3 milliseconds