Searched refs:b_64 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | sha512-avx-asm.S | 64 b_64 = %r10 define 115 c_64 = b_64 116 b_64 = a_64 define 145 and b_64, T2 # T2 = (a ^ c) & b 206 and b_64, T2 258 and b_64, T2 301 mov DIGEST(1), b_64 343 add b_64, DIGEST(1)
|
H A D | sha512-ssse3-asm.S | 64 b_64 = %r10 define 113 c_64 = b_64 114 b_64 = a_64 define 139 and b_64, T2 # T2 = (a ^ c) & b 199 and b_64, T2 243 and b_64, T2 303 mov DIGEST(1), b_64 345 add b_64, DIGEST(1)
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H 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)
|
H 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)
|
Completed in 4 milliseconds