Searched refs:RCD0 (Results 1 – 2 of 2) sorted by relevance
/linux/arch/x86/crypto/ |
H A D | camellia-x86_64-asm_64.S | 43 #define RCD0 %rcx macro 137 movq 4*2(RIO), RCD0; \ 138 bswapq RCD0; \ 139 rorq $32, RCD0; \ 143 xorq key_table(CTX, max, 8), RCD0; \ 144 rorq $32, RCD0; \ 145 bswapq RCD0; \ 146 op ## q RCD0, (RIO); \ 166 movq 4*2(RIO), RCD0; \ 167 bswapq RCD0; \ [all …]
|
H A D | twofish-x86_64-asm_64-3way.S | 48 #define RCD0 %r8 macro 168 pushq RCD0; 171 popq RCD0; \ 209 rorq $32, RCD0; \ 214 rorq $32, RCD0; \
|