Searched refs:minus_two (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/x86/crypto/ |
D | glue_helper-asm-avx2.S | 52 #define add2_le128(x, minus_one, minus_two, tmp1, tmp2) \ argument 54 vpcmpeqq minus_two, x, tmp2; \ 55 vpsubq minus_two, x, x; \
|
D | camellia-aesni-avx2-asm_64.S | 1058 #define add2_le128(x, minus_one, minus_two, tmp1, tmp2) \ argument 1060 vpcmpeqq minus_two, x, tmp2; \ 1061 vpsubq minus_two, x, x; \
|