Searched refs:RID1 (Results 1 – 3 of 3) sorted by relevance
/linux/arch/x86/crypto/ |
H A D | cast6-avx-x86_64-asm_64.S | 58 #define RID1 %rdi macro 88 movl (RID2,RID1,4), dst ## d; \ 90 leaq s2(%rip), RID1; \ 91 op1 (RID1,RID2,4), dst ## d; \ 95 op2 (RID2,RID1,4), dst ## d; \ 98 leaq s4(%rip), RID1; \ 99 op3 (RID1,RID2,4), dst ## d;
|
H A D | cast5-avx-x86_64-asm_64.S | 58 #define RID1 %rdi macro 88 movl (RID2,RID1,4), dst ## d; \ 90 leaq s2(%rip), RID1; \ 91 op1 (RID1,RID2,4), dst ## d; \ 95 op2 (RID2,RID1,4), dst ## d; \ 98 leaq s4(%rip), RID1; \ 99 op3 (RID1,RID2,4), dst ## d;
|
H A D | twofish-avx-x86_64-asm_64.S | 59 #define RID1 %r13 macro 90 movl t0(CTX, RID1, 4), dst ## d; \ 96 xorl t2(CTX, RID1, 4), dst ## d; \
|