Searched refs:store_8way (Results 1 – 4 of 4) sorted by relevance
/arch/x86/crypto/ |
D | glue_helper-asm-avx.S | 18 #define store_8way(dst, x0, x1, x2, x3, x4, x5, x6, x7) \ macro 36 store_8way(dst, x0, x1, x2, x3, x4, x5, x6, x7); 81 store_8way(dst, x0, x1, x2, x3, x4, x5, x6, x7); 140 store_8way(dst, x0, x1, x2, x3, x4, x5, x6, x7);
|
D | cast6-avx-x86_64-asm_64.S | 360 store_8way(%r11, RA1, RB1, RC1, RD1, RA2, RB2, RC2, RD2); 383 store_8way(%r11, RA1, RB1, RC1, RD1, RA2, RB2, RC2, RD2);
|
D | twofish-avx-x86_64-asm_64.S | 332 store_8way(%r11, RC1, RD1, RA1, RB1, RC2, RD2, RA2, RB2); 352 store_8way(%r11, RA1, RB1, RC1, RD1, RA2, RB2, RC2, RD2);
|
D | serpent-avx-x86_64-asm_64.S | 677 store_8way(%rsi, RA1, RB1, RC1, RD1, RA2, RB2, RC2, RD2); 695 store_8way(%rsi, RC1, RD1, RB1, RE1, RC2, RD2, RB2, RE2);
|