Searched refs:bX4 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistz256.c982 ALIGN32 BN_ULONG bX4[4 * 9 * 2] = { 0 }; local
1050 ecp_nistz256_avx2_transpose_convert(bX4, point_arr);
1051 ecp_nistz256_avx2_to_mont(bX4, bX4);
1052 ecp_nistz256_avx2_to_mont(&bX4[4 * 9], &bX4[4 * 9]);
1054 ecp_nistz256_avx2_point_add_affines_x4(aX4, aX4, bX4);
1087 ecp_nistz256_avx2_transpose_convert(bX4, point_arr);
1088 ecp_nistz256_avx2_to_mont(bX4, bX4);
[all...]
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-opc-a.c42 #define bX4(x) (((ia64_insn) ((x) & 0xf)) << 29) macro
58 #define mX4 bX4 (-1)
69 #define OpX2aVeX4(a,b,c,d) (bOp (a) | bX2a (b) | bVe (c) | bX4 (d)), \
72 (bOp (a) | bX2a (b) | bVe (c) | bX4 (d) | bX2b (e)), \
80 (bOp (a) | bX2a (b) | bZa (c) | bZb (d) | bX4 (e)), \
83 (bOp (a) | bX2a (b) | bZa (c) | bZb (d) | bX4 (e) | bX2b (f)), \
392 #undef bX4 macro
H A Dia64-opc-m.c33 #define bX4(x) (((ia64_insn) ((x) & 0xf)) << 27) macro
44 #define mX4 bX4 (-1)
56 #define OpX3X4(a,b,c) (bOp (a) | bX3 (b) | bX4 (c)), \
58 #define OpX3X4X2(a,b,c,d) (bOp (a) | bX3 (b) | bX4 (c) | bX2 (d)), \
60 #define OpX3X4X2Y(a,b,c,d,e) (bOp (a) | bX3 (b) | bX4 (c) | bX2 (d) | bY (e)), \
1098 #undef bX4 macro

Completed in 234 milliseconds