Searched refs:minus_two (Results 1 – 2 of 2) sorted by relevance
/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 | 1040 #define add2_le128(x, minus_one, minus_two, tmp1, tmp2) \ argument 1042 vpcmpeqq minus_two, x, tmp2; \ 1043 vpsubq minus_two, x, x; \
|