Searched refs:RGS1 (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/x86/crypto/ |
D | twofish-avx-x86_64-asm_64.S | 95 #define RGS1 %r8 macro 122 lookup_32bit(t0, t1, t2, t3, ##gi1, RGS1, shr_next, ##gi1); \ 127 orq RGS1, RGS2; \ 128 lookup_32bit(t0, t1, t2, t3, ##gi2, RGS1, dummy, none); \ 129 shlq $32, RGS1; \ 130 orq RGS1, RGS3;
|