Searched refs:RID2 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/x86/crypto/ |
H A D | cast6-avx-x86_64-asm_64.S | 60 #define RID2 %rsi macro 87 leaq s1(%rip), RID2; \ 88 movl (RID2,RID1,4), dst ## d; \ 91 op1 (RID1,RID2,4), dst ## d; \ 94 leaq s3(%rip), RID2; \ 95 op2 (RID2,RID1,4), dst ## d; \ 99 op3 (RID1,RID2,4), dst ## d;
|
H A D | cast5-avx-x86_64-asm_64.S | 60 #define RID2 %rsi macro 87 leaq s1(%rip), RID2; \ 88 movl (RID2,RID1,4), dst ## d; \ 91 op1 (RID1,RID2,4), dst ## d; \ 94 leaq s3(%rip), RID2; \ 95 op2 (RID2,RID1,4), dst ## d; \ 99 op3 (RID1,RID2,4), dst ## d;
|
H A D | twofish-avx-x86_64-asm_64.S | 61 #define RID2 %rsi macro 91 movl t1(CTX, RID2, 4), RID2d; \ 97 xorl t3(CTX, RID2, 4), dst ## d;
|
/openbmc/linux/drivers/net/ethernet/renesas/ |
H A D | ravb.h | 179 RID2 = 0x0474, /* R-Car Gen3 only */ enumerator
|