Searched refs:c_64 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | sha512-avx-asm.S | 65 c_64 = %r11 define 114 d_64 = c_64 115 c_64 = b_64 define 143 xor c_64, T2 # T2 = a ^ c 144 and c_64, tmp0 # tmp = a & c 203 xor c_64, T2 205 and c_64, tmp0 256 xor c_64, T2 257 and c_64, tmp0 302 mov DIGEST(2), c_64 [all...] |
H A D | sha512-ssse3-asm.S | 65 c_64 = %r11 define 112 d_64 = c_64 113 c_64 = b_64 define 137 xor c_64, T2 # T2 = a ^ c 138 and c_64, tmp0 # tmp = a & c 197 xor c_64, T2 202 and c_64, tmp0 242 xor c_64, T2 246 and c_64, tmp0 304 mov DIGEST(2), c_64 [all...] |
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H 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...] |
H 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...] |
Completed in 2 milliseconds