Searched refs:RGS1 (Results 1 – 1 of 1) sorted by relevance
/linux/arch/x86/crypto/ |
H A D | twofish-avx-x86_64-asm_64.S | 78 #define RGS1 %r8 macro 105 lookup_32bit(t0, t1, t2, t3, ##gi1, RGS1, shr_next, ##gi1); \ 110 orq RGS1, RGS2; \ 111 lookup_32bit(t0, t1, t2, t3, ##gi2, RGS1, dummy, none); \ 112 shlq $32, RGS1; \ 113 orq RGS1, RGS3;
|