| /linux/arch/x86/crypto/ |
| H A D | aria-aesni-avx-asm_64.S | 18 #define BV8(a0, a1, a2, a3, a4, a5, a6, a7) \ macro 770 #define tf_aff_const BV8(1, 1, 0, 0, 0, 1, 1, 0) 772 .quad BM8X8(BV8(1, 0, 0, 0, 1, 1, 1, 1), 773 BV8(1, 1, 0, 0, 0, 1, 1, 1), 774 BV8(1, 1, 1, 0, 0, 0, 1, 1), 775 BV8(1, 1, 1, 1, 0, 0, 0, 1), 776 BV8(1, 1, 1, 1, 1, 0, 0, 0), 777 BV8(0, 1, 1, 1, 1, 1, 0, 0), 778 BV8(0, 0, 1, 1, 1, 1, 1, 0), 779 BV8(0, 0, 0, 1, 1, 1, 1, 1)) [all …]
|
| H A D | aria-gfni-avx512-asm_64.S | 18 #define BV8(a0, a1, a2, a3, a4, a5, a6, a7) \ macro 561 #define tf_aff_const BV8(1, 1, 0, 0, 0, 1, 1, 0) 563 .quad BM8X8(BV8(1, 0, 0, 0, 1, 1, 1, 1), 564 BV8(1, 1, 0, 0, 0, 1, 1, 1), 565 BV8(1, 1, 1, 0, 0, 0, 1, 1), 566 BV8(1, 1, 1, 1, 0, 0, 0, 1), 567 BV8(1, 1, 1, 1, 1, 0, 0, 0), 568 BV8(0, 1, 1, 1, 1, 1, 0, 0), 569 BV8(0, 0, 1, 1, 1, 1, 1, 0), 570 BV8(0, 0, 0, 1, 1, 1, 1, 1)) [all …]
|
| H A D | aria-aesni-avx2-asm_64.S | 34 #define BV8(a0, a1, a2, a3, a4, a5, a6, a7) \ macro 809 #define tf_aff_const BV8(1, 1, 0, 0, 0, 1, 1, 0) 811 .quad BM8X8(BV8(1, 0, 0, 0, 1, 1, 1, 1), 812 BV8(1, 1, 0, 0, 0, 1, 1, 1), 813 BV8(1, 1, 1, 0, 0, 0, 1, 1), 814 BV8(1, 1, 1, 1, 0, 0, 0, 1), 815 BV8(1, 1, 1, 1, 1, 0, 0, 0), 816 BV8(0, 1, 1, 1, 1, 1, 0, 0), 817 BV8(0, 0, 1, 1, 1, 1, 1, 0), 818 BV8(0, 0, 0, 1, 1, 1, 1, 1)) [all …]
|