Searched refs:zero_cond (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/testutil/ |
| H A D | tests.c | 337 #define DEFINE_BN_COMPARISONS(opname, op, zero_cond) \ argument 351 if (a != NULL &&(zero_cond)) \
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/testutil/ |
| H A D | tests.c | 361 #define DEFINE_BN_COMPARISONS(opname, op, zero_cond) \ argument 375 if (a != NULL &&(zero_cond)) \
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-ssa-math-opts.cc | 3530 gimple *zero_cond = last_stmt (pred_bb); in maybe_optimize_guarding_check() local 3531 if (zero_cond == NULL in maybe_optimize_guarding_check() 3532 || gimple_code (zero_cond) != GIMPLE_COND in maybe_optimize_guarding_check() 3533 || (gimple_cond_code (zero_cond) in maybe_optimize_guarding_check() 3535 || !integer_zerop (gimple_cond_rhs (zero_cond))) in maybe_optimize_guarding_check() 3537 tree zero_cond_lhs = gimple_cond_lhs (zero_cond); in maybe_optimize_guarding_check() 3549 || gimple_assign_rhs1 (g) != gimple_cond_lhs (zero_cond) in maybe_optimize_guarding_check() 3651 gcond *zero_gcond = as_a <gcond *> (zero_cond); in maybe_optimize_guarding_check() 3656 update_stmt (zero_cond); in maybe_optimize_guarding_check()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | trans-expr.c | 10181 tree zero_cond; in fcncall_realloc_result() local 10203 zero_cond = fold_build2_loc (input_location, EQ_EXPR, in fcncall_realloc_result() 10206 zero_cond = gfc_evaluate_now (zero_cond, &se->post); in fcncall_realloc_result() 10246 zero_cond, not_same_shape); in fcncall_realloc_result() 10247 gfc_add_modify (&shape_block, zero_cond, tmp); in fcncall_realloc_result() 10249 tmp = build3_v (COND_EXPR, zero_cond, in fcncall_realloc_result() 10263 gfc_array_index_type, zero_cond, in fcncall_realloc_result()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | trans-expr.cc | 10724 tree zero_cond; in fcncall_realloc_result() local 10746 zero_cond = fold_build2_loc (input_location, EQ_EXPR, in fcncall_realloc_result() 10749 zero_cond = gfc_evaluate_now (zero_cond, &se->post); in fcncall_realloc_result() 10789 zero_cond, not_same_shape); in fcncall_realloc_result() 10790 gfc_add_modify (&shape_block, zero_cond, tmp); in fcncall_realloc_result() 10792 tmp = build3_v (COND_EXPR, zero_cond, in fcncall_realloc_result() 10806 gfc_array_index_type, zero_cond, in fcncall_realloc_result()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/csky/ |
| H A D | csky.md | 2933 (define_code_iterator zero_cond [lt le gt ge eq ne]) 2939 (if_then_else (zero_cond (match_operand:SI 0 "register_operand" "r")
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/csky/ |
| H A D | csky.md | 2998 (define_code_iterator zero_cond [lt le gt ge eq ne]) 3004 (if_then_else (zero_cond (match_operand:SI 0 "register_operand" "r")
|