Searched refs:minus_two (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | glue_helper-asm-avx2.S | 47 #define add2_le128(x, minus_one, minus_two, tmp1, tmp2) \ argument 49 vpcmpeqq minus_two, x, tmp2; \ 50 vpsubq minus_two, x, x; \
|
| H A D | camellia-aesni-avx2-asm_64.S | 1071 #define add2_le128(x, minus_one, minus_two, tmp1, tmp2) \ argument 1073 vpcmpeqq minus_two, x, tmp2; \ 1074 vpsubq minus_two, x, x; \
|