Searched refs:qop (Results 1 – 1 of 1) sorted by relevance
/arch/x86/crypto/ |
D | cast6-avx-x86_64-asm_64.S | 142 #define qop(in, out, f) \ macro 153 qop(RD, RC, 1); \ 156 qop(RC, RB, 2); \ 159 qop(RB, RA, 3); \ 162 qop(RA, RD, 1); 166 qop(RA, RD, 1); \ 169 qop(RB, RA, 3); \ 172 qop(RC, RB, 2); \ 175 qop(RD, RC, 1);
|