Searched refs:RCD1 (Results 1 – 2 of 2) sorted by relevance
/linux/arch/x86/crypto/ |
H A D | camellia-x86_64-asm_64.S | 45 #define RCD1 %rdx macro 347 movq 12*2(RIO), RCD1; \ 348 bswapq RCD1; \ 349 rolq $32, RCD1; \ 361 xorq key_table(CTX, max, 8), RCD1; \ 362 rolq $32, RCD1; \ 363 bswapq RCD1; \ 364 op ## q RCD1, 8*2(RIO); \ 392 movq 12*2(RIO), RCD1; \ 393 bswapq RCD1; \ [all …]
|
H A D | twofish-x86_64-asm_64-3way.S | 49 #define RCD1 %r9 macro 167 pushq RCD1; \ 172 popq RCD1; \ 210 rorq $32, RCD1; \ 215 rorq $32, RCD1; \
|