Searched refs:mem_cd (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/x86/crypto/ |
D | camellia-aesni-avx-asm_64.S | 52 t7, mem_cd, key) \ argument 160 vpxor 0 * 16(mem_cd), x4, x4; \ 163 vpxor 1 * 16(mem_cd), x5, x5; \ 170 vpxor 2 * 16(mem_cd), x6, x6; \ 173 vpxor 3 * 16(mem_cd), x7, x7; \ 176 vpxor 4 * 16(mem_cd), x0, x0; \ 179 vpxor 5 * 16(mem_cd), x1, x1; \ 182 vpxor 6 * 16(mem_cd), x2, x2; \ 185 vpxor 7 * 16(mem_cd), x3, x3; 214 y6, y7, mem_ab, mem_cd, i, dir, store_ab) \ argument [all …]
|
D | camellia-aesni-avx2-asm_64.S | 69 t7, mem_cd, key) \ argument 199 vpxor 5 * 32(mem_cd), x1, x1; \ 206 vpxor 4 * 32(mem_cd), x0, x0; \ 209 vpxor 6 * 32(mem_cd), x2, x2; \ 212 vpxor 7 * 32(mem_cd), x3, x3; \ 215 vpxor 0 * 32(mem_cd), x4, x4; \ 218 vpxor 1 * 32(mem_cd), x5, x5; \ 221 vpxor 2 * 32(mem_cd), x6, x6; \ 224 vpxor 3 * 32(mem_cd), x7, x7; 253 y6, y7, mem_ab, mem_cd, i, dir, store_ab) \ argument [all …]
|