Searched refs:SHUFFLE_MASK (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/x86/crypto/ |
D | morus640-sse2-asm.S | 15 #define SHUFFLE_MASK(i0, i1, i2, i3) \ macro 18 #define MASK1 SHUFFLE_MASK(3, 0, 1, 2) 19 #define MASK2 SHUFFLE_MASK(2, 3, 0, 1) 20 #define MASK3 SHUFFLE_MASK(1, 2, 3, 0)
|
D | morus1280-avx2-asm.S | 15 #define SHUFFLE_MASK(i0, i1, i2, i3) \ macro 18 #define MASK1 SHUFFLE_MASK(3, 0, 1, 2) 19 #define MASK2 SHUFFLE_MASK(2, 3, 0, 1) 20 #define MASK3 SHUFFLE_MASK(1, 2, 3, 0)
|
D | morus1280-sse2-asm.S | 15 #define SHUFFLE_MASK(i0, i1, i2, i3) \ macro 18 #define MASK2 SHUFFLE_MASK(2, 3, 0, 1)
|