Searched refs:c_64 (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/arch/x86/crypto/ |
A D | sha512-avx-asm.S | 66 c_64 = %r11 define 111 d_64 = c_64 112 c_64 = b_64 define 140 xor c_64, T2 # T2 = a ^ c 141 and c_64, tmp0 # tmp = a & c 200 xor c_64, T2 202 and c_64, tmp0 253 xor c_64, T2 254 and c_64, tmp0 299 mov DIGEST(2), c_64 [all …]
|
A D | sha512-ssse3-asm.S | 66 c_64 = %r11 define 109 d_64 = c_64 110 c_64 = b_64 define 134 xor c_64, T2 # T2 = a ^ c 135 and c_64, tmp0 # tmp = a & c 194 xor c_64, T2 199 and c_64, tmp0 239 xor c_64, T2 243 and c_64, tmp0 301 mov DIGEST(2), c_64 [all …]
|
Completed in 7 milliseconds