Searched refs:mask4bit (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | camellia-aesni-avx-asm_64.S | 34 #define filter_8bit(x, lo_t, hi_t, mask4bit, tmp0) \ argument 35 vpand x, mask4bit, tmp0; \ 36 vpandn x, mask4bit, x; \
|
| H A D | camellia-aesni-avx2-asm_64.S | 25 #define filter_8bit(x, lo_t, hi_t, mask4bit, tmp0) \ argument 26 vpand x, mask4bit, tmp0; \ 27 vpandn x, mask4bit, x; \
|