Searched refs:dummy_store (Results 1 – 2 of 2) sorted by relevance
/linux/arch/x86/crypto/ |
H A D | camellia-aesni-avx-asm_64.S | 231 #define dummy_store(x0, x1, x2, x3, x4, x5, x6, x7, mem_ab) /* do nothing */ macro 251 y6, y7, mem_ab, mem_cd, (i) + 6, 1, dummy_store); 260 y6, y7, mem_ab, mem_cd, (i) + 3, -1, dummy_store);
|
H A D | camellia-aesni-avx2-asm_64.S | 263 #define dummy_store(x0, x1, x2, x3, x4, x5, x6, x7, mem_ab) /* do nothing */ macro 283 y6, y7, mem_ab, mem_cd, (i) + 6, 1, dummy_store); 292 y6, y7, mem_ab, mem_cd, (i) + 3, -1, dummy_store);
|