Searched refs:c_64 (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/arch/x86/crypto/ |
| D | sha512-avx-asm.S | 65 c_64 = %r11 define 110 d_64 = c_64 111 c_64 = b_64 define 139 xor c_64, T2 # T2 = a ^ c 140 and c_64, tmp0 # tmp = a & c 199 xor c_64, T2 201 and c_64, tmp0 252 xor c_64, T2 253 and c_64, tmp0 298 mov DIGEST(2), c_64 [all …]
|
| D | sha512-ssse3-asm.S | 65 c_64 = %r11 define 108 d_64 = c_64 109 c_64 = b_64 define 133 xor c_64, T2 # T2 = a ^ c 134 and c_64, tmp0 # tmp = a & c 193 xor c_64, T2 198 and c_64, tmp0 238 xor c_64, T2 242 and c_64, tmp0 300 mov DIGEST(2), c_64 [all …]
|