/netbsd-src/external/bsd/wpa/dist/src/utils/ |
H A D | const_time.h | 101 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 D | tree-ssa-uncprop.cc | 102 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 D | tree-ssa-dom.cc | 510 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 D | simplify-rtx.cc | 6353 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 D | combine.cc | 6412 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 D | tree-vect-slp.cc | 6521 tree false_val in vect_create_constant_vectors() local 6526 false_val); in vect_create_constant_vectors()
|
H A D | tree-vect-stmts.cc | 1412 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 D | tree-ssa-uncprop.c | 102 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 D | tree-ssa-dom.c | 510 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 D | tree-vect-slp.c | 3715 tree false_val in vect_get_constant_vectors() local 3720 false_val); in vect_get_constant_vectors()
|
H A D | simplify-rtx.c | 5823 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 D | tree-vect-stmts.c | 1473 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 D | combine.c | 6536 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()
|