HomeSort by: relevance | last modified time | path
    Searched defs:trueval (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/c/
gimple-parser.cc 888 struct c_expr trueval, falseval; local
890 trueval = c_parser_gimple_postfix_expression (parser);
894 if (trueval.value == error_mark_node
900 TREE_TYPE (trueval.value),
901 rhs.value, trueval.value, falseval.value);
  /src/external/gpl3/gcc.old/dist/gcc/c/
gimple-parser.cc 873 struct c_expr trueval, falseval; local
875 trueval = c_parser_gimple_postfix_expression (parser);
879 if (trueval.value == error_mark_node
885 TREE_TYPE (trueval.value),
886 rhs.value, trueval.value, falseval.value);
  /src/usr.sbin/mountd/
mountd.c 801 int trueval = 1; local
807 if (!xdr_bool(xdrsp, &trueval))
864 int trueval = 1; local
872 if (!xdr_bool(xdrsp, &trueval))
887 if (!xdr_bool(xdrsp, &trueval))
895 if (!xdr_bool(xdrsp, &trueval))
  /src/external/gpl3/gcc/dist/gcc/
expmed.cc 5822 operations and TRUEVAL is the value to store when the condition is
5828 int normalizep, rtx trueval)
5883 && rtx_cost (trueval, mode, XOR, 1,
5889 tem = expand_binop (target_mode, xor_optab, tem, trueval, target,
5890 INTVAL (trueval) >= 0, OPTAB_WIDEN);
6052 rtx tem, trueval;
6094 trueval = GEN_INT (normalizep ? normalizep : STORE_FLAG_VALUE);
6125 && rtx_cost (trueval, mode, XOR, 1,
6131 return expand_binop (target_mode, xor_optab, tem, trueval,
6132 target, INTVAL (trueval) >= 0
6037 rtx tem, trueval; local
6184 rtx trueval, falseval; local
    [all...]
tree-vect-patterns.cc 5305 tree trueval = NULL_TREE; local
5376 trueval = irhs1;
5395 trueval = irhs2;
5449 if (trueval == NULL_TREE)
5450 trueval = build_int_cst (itype, 1);
5453 TREE_TYPE (trueval)));
5456 COND_EXPR, cond_expr, trueval,
optabs.cc 7079 rtx ret, trueval, subtarget;
7085 /* Be binary compatible with non-default settings of trueval, and different
7090 trueval = const1_rtx;
7095 trueval = gen_int_mode (targetm.atomic_test_and_set_trueval, mode);
7100 ret = maybe_emit_atomic_exchange (subtarget, mem, trueval, model);
7104 ret = maybe_emit_compare_and_swap_exchange_loop (subtarget, mem, trueval);
7108 ret = maybe_emit_sync_lock_test_and_set (subtarget, mem, trueval, model);
7111 things with the value 1. Thus we try again without trueval. */
7118 /* Rectify the not-one trueval. */
7056 rtx ret, trueval, subtarget; local
  /src/external/gpl3/gcc.old/dist/gcc/
expmed.cc 5805 operations and TRUEVAL is the value to store when the condition is
5811 int normalizep, rtx trueval)
5866 && rtx_cost (trueval, mode, XOR, 1,
5872 tem = expand_binop (target_mode, xor_optab, tem, trueval, target,
5873 INTVAL (trueval) >= 0, OPTAB_WIDEN);
6035 rtx tem, trueval;
6077 trueval = GEN_INT (normalizep ? normalizep : STORE_FLAG_VALUE);
6108 && rtx_cost (trueval, mode, XOR, 1,
6114 return expand_binop (target_mode, xor_optab, tem, trueval,
6115 target, INTVAL (trueval) >= 0
6020 rtx tem, trueval; local
6167 rtx trueval, falseval; local
    [all...]
optabs.cc 6817 rtx ret, trueval, subtarget;
6823 /* Be binary compatible with non-default settings of trueval, and different
6828 trueval = const1_rtx;
6833 trueval = gen_int_mode (targetm.atomic_test_and_set_trueval, mode);
6838 ret = maybe_emit_atomic_exchange (subtarget, mem, trueval, model);
6842 ret = maybe_emit_compare_and_swap_exchange_loop (subtarget, mem, trueval);
6846 ret = maybe_emit_sync_lock_test_and_set (subtarget, mem, trueval, model);
6849 things with the value 1. Thus we try again without trueval. */
6861 emit_move_insn (mem, trueval);
6865 /* Recall that have to return a boolean value; rectify if trueval
6793 rtx ret, trueval, subtarget; local
    [all...]
tree-vect-patterns.cc 4108 tree trueval = NULL_TREE; local
4179 trueval = irhs1;
4198 trueval = irhs2;
4252 if (trueval == NULL_TREE)
4253 trueval = build_int_cst (itype, 1);
4256 TREE_TYPE (trueval)));
4259 COND_EXPR, cond_expr, trueval,

Completed in 57 milliseconds