Home
last modified time | relevance | path

Searched refs:false_val (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/bsd/wpa/dist/src/utils/
H A Dconst_time.h101 unsigned int false_val) in const_time_select() argument
103 return (mask & true_val) | (~mask & false_val); in const_time_select()
115 int false_val) in const_time_select_int() argument
118 (unsigned int) false_val); in const_time_select_int()
129 static inline u8 const_time_select_u8(u8 mask, u8 true_val, u8 false_val) in const_time_select_u8() argument
131 return (u8) const_time_select(mask, true_val, false_val); in const_time_select_u8()
142 static inline s8 const_time_select_s8(u8 mask, s8 true_val, s8 false_val) in const_time_select_s8() argument
145 (unsigned int) false_val); in const_time_select_s8()
162 const u8 *false_val, size_t len, in const_time_select_bin() argument
168 dst[i] = const_time_select_u8(mask, true_val[i], false_val[i]); in const_time_select_bin()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-uncprop.cc102 tree false_val = constant_boolean_node (false, in associate_equivalences_with_edges() local
109 ? false_val in associate_equivalences_with_edges()
117 : false_val); in associate_equivalences_with_edges()
126 : false_val); in associate_equivalences_with_edges()
132 ? false_val in associate_equivalences_with_edges()
H A Dtree-ssa-dom.cc510 tree false_val = constant_boolean_node (false, TREE_TYPE (op0)); in record_edge_info() local
517 ? false_val : true_val)); in record_edge_info()
521 ? true_val : false_val)); in record_edge_info()
528 ? true_val : false_val)); in record_edge_info()
532 ? false_val : true_val)); in record_edge_info()
H A Dsimplify-rtx.cc6353 rtx true_val, rtx false_val) in simplify_cond_clz_ctz() argument
6363 on_nonzero = false_val; in simplify_cond_clz_ctz()
6367 on_zero = false_val; in simplify_cond_clz_ctz()
H A Dcombine.cc6412 rtx false_val = true_val; in simplify_if_then_else() local
6435 false_val = gen_int_mode (nzb, from_mode); in simplify_if_then_else()
6443 false_val = constm1_rtx; in simplify_if_then_else()
6457 from, false_val), in simplify_if_then_else()
H A Dtree-vect-slp.cc6521 tree false_val in vect_create_constant_vectors() local
6526 false_val); in vect_create_constant_vectors()
H A Dtree-vect-stmts.cc1412 tree false_val = build_zero_cst (TREE_TYPE (type)); in vect_init_vector() local
1415 val = integer_zerop (val) ? false_val : true_val; in vect_init_vector()
1420 val, true_val, false_val); in vect_init_vector()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-uncprop.c102 tree false_val = constant_boolean_node (false, in associate_equivalences_with_edges() local
109 ? false_val in associate_equivalences_with_edges()
117 : false_val); in associate_equivalences_with_edges()
126 : false_val); in associate_equivalences_with_edges()
132 ? false_val in associate_equivalences_with_edges()
H A Dtree-ssa-dom.c510 tree false_val = constant_boolean_node (false, TREE_TYPE (op0)); in record_edge_info() local
517 ? false_val : true_val)); in record_edge_info()
521 ? true_val : false_val)); in record_edge_info()
528 ? true_val : false_val)); in record_edge_info()
532 ? false_val : true_val)); in record_edge_info()
H A Dtree-vect-slp.c3715 tree false_val in vect_get_constant_vectors() local
3720 false_val); in vect_get_constant_vectors()
H A Dsimplify-rtx.c5823 simplify_cond_clz_ctz (rtx x, rtx_code cmp_code, rtx true_val, rtx false_val) in simplify_cond_clz_ctz() argument
5833 on_nonzero = false_val; in simplify_cond_clz_ctz()
5837 on_zero = false_val; in simplify_cond_clz_ctz()
H A Dtree-vect-stmts.c1473 tree false_val = build_zero_cst (TREE_TYPE (type)); in vect_init_vector() local
1476 val = integer_zerop (val) ? false_val : true_val; in vect_init_vector()
1481 val, true_val, false_val); in vect_init_vector()
H A Dcombine.c6536 rtx false_val = true_val; in simplify_if_then_else() local
6559 false_val = gen_int_mode (nzb, from_mode); in simplify_if_then_else()
6567 false_val = constm1_rtx; in simplify_if_then_else()
6581 from, false_val), in simplify_if_then_else()