Home
last modified time | relevance | path

Searched refs:op1 (Results 1 – 25 of 235) sorted by relevance

12345678910

/dragonfly/sys/cpu/x86_64/misc/
H A Ddb_disasm.c140 #define op1(x) (x) macro
584 { "not", TRUE, NONE, op1(E), 0 },
585 { "neg", TRUE, NONE, op1(E), 0 },
593 { "inc", TRUE, BYTE, op1(E), 0 },
594 { "dec", TRUE, BYTE, op1(E), 0 },
604 { "inc", TRUE, LONG, op1(E), 0 },
605 { "dec", TRUE, LONG, op1(E), 0 },
606 { "call", TRUE, LONG, op1(Eind),0 },
1130 case op1(STI): in db_disasm_esc()
1134 case op1(X): in db_disasm_esc()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-fold.c153 tree op0, op1, op2, op3; in c_fully_fold_internal() local
285 op1 = c_fully_fold_internal (op1, in_init, maybe_const_operands, in c_fully_fold_internal()
287 STRIP_TYPE_NOPS (op1); in c_fully_fold_internal()
360 op1 = c_fully_fold_internal (op1, in_init, maybe_const_operands, in c_fully_fold_internal()
362 STRIP_TYPE_NOPS (op1); in c_fully_fold_internal()
474 && INDIRECT_REF_P (op1) in c_fully_fold_internal()
521 op1 = c_fully_fold_internal (op1, in_init, &op1_const, &op1_const_self, in c_fully_fold_internal()
523 STRIP_TYPE_NOPS (op1); in c_fully_fold_internal()
564 op1 = c_fully_fold_internal (op1, in_init, &op1_const, &op1_const_self, in c_fully_fold_internal()
566 STRIP_TYPE_NOPS (op1); in c_fully_fold_internal()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddojump.c200 if (integer_zerop (op1)) in do_jump_1()
221 if (integer_zerop (op1)) in do_jump_1()
788 if (op1 == const0_rtx) in do_jump_by_parts_equality_rtx()
957 op0 = op1; in do_compare_rtx_and_jump()
958 op1 = tem; in do_compare_rtx_and_jump()
966 op0, op1))) in do_compare_rtx_and_jump()
980 op1 = XEXP (tem, 1); in do_compare_rtx_and_jump()
1059 op0 = op1; in do_compare_rtx_and_jump()
1060 op1 = tmp; in do_compare_rtx_and_jump()
1154 rtx op0, op1; in do_compare_and_jump() local
[all …]
H A Dsimplify-rtx.c168 rtx op1) in simplify_gen_binary() argument
180 tem = op0, op0 = op1, op1 = tem; in simplify_gen_binary()
1901 tem = op0, op0 = op1, op1 = tem; in simplify_binary_operation()
2359 return op1; in simplify_binary_operation_1()
2436 return op1; in simplify_binary_operation_1()
2450 return op1; in simplify_binary_operation_1()
2617 num_negated++, op1 = XEXP (op1, 0); in simplify_binary_operation_1()
3549 && (CONST_DOUBLE_P (op1) || CONST_INT_P (op1))) in simplify_const_binary_operation()
4547 tem = op0, op0 = op1, op1 = tem; in simplify_const_relational_operation()
4948 tem = op0, op0 = op1, op1 = tem, any_change = true; in simplify_ternary_operation()
[all …]
H A Dtree-chrec.c241 tree op1) in chrec_fold_automatically_generated_operands() argument
263 tree op0, tree op1) in chrec_fold_plus_1() argument
331 op1); in chrec_fold_plus_1()
349 tree op1) in chrec_fold_plus() argument
358 if (integer_zerop (op1)) in chrec_fold_plus()
374 tree op1) in chrec_fold_minus() argument
380 if (integer_zerop (op1)) in chrec_fold_minus()
391 tree op1) in chrec_fold_multiply() argument
410 if (integer_onep (op1)) in chrec_fold_multiply()
427 return op1; in chrec_fold_multiply()
[all …]
H A Dexpmed.c2175 op1 = amount; in expand_shift_1()
2198 op1 = GEN_INT ((unsigned HOST_WIDE_INT) INTVAL (op1) in expand_shift_1()
2204 op1 = SUBREG_REG (op1); in expand_shift_1()
2272 op1); in expand_shift_1()
3188 op0 = op1; in expand_mult()
4025 if (MEM_P (op1) && MEM_VOLATILE_P (op1)) in expand_divmod()
4026 op1 = force_reg (compute_mode, op1); in expand_divmod()
4869 op0, op1, in expand_divmod()
4929 op0, op1, in expand_divmod()
5232 op0 = op1; in emit_store_flag_1()
[all …]
H A Dcfgexpand.c1824 tree op0, op1; in expand_gimple_cond() local
2661 if (!op1) in expand_debug_expr()
2851 if (!op1 || !CONST_INT_P (op1)) in expand_debug_expr()
2941 if (!op1) in expand_debug_expr()
2949 op1 = simplify_gen_subreg (addrmode, op1, offmode, in expand_debug_expr()
3057 op1 = simplify_gen_unary (TRUNCATE, GET_MODE (op0), op1, in expand_debug_expr()
3063 op1 = simplify_gen_unary (SIGN_EXTEND, GET_MODE (op0), op1, in expand_debug_expr()
3279 op1 = gen_rtx_CONST (GET_MODE_INNER (mode), op1); in expand_debug_expr()
3379 if (!op1) in expand_debug_expr()
3389 if (!op1) in expand_debug_expr()
[all …]
H A Ddfp.c524 const REAL_VALUE_TYPE *op1) in decimal_do_multiply() argument
546 const REAL_VALUE_TYPE *op1) in decimal_do_divide() argument
642 const REAL_VALUE_TYPE *op1) in decimal_real_arithmetic() argument
652 if (op1 && !op1->decimal) in decimal_real_arithmetic()
655 op1 = &b; in decimal_real_arithmetic()
673 if (op1->cl == rvc_nan) in decimal_real_arithmetic()
674 *r = *op1; in decimal_real_arithmetic()
678 *r = *op1; in decimal_real_arithmetic()
682 if (op1->cl == rvc_nan) in decimal_real_arithmetic()
683 *r = *op1; in decimal_real_arithmetic()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsimplify-rtx.c189 rtx op1) in simplify_gen_binary() argument
517 return op1; in simplify_replace_fn_rtx()
672 if (op1) in simplify_truncation()
2688 return op1; in simplify_binary_operation_1()
2754 return op1; in simplify_binary_operation_1()
2769 return op1; in simplify_binary_operation_1()
2796 return op1; in simplify_binary_operation_1()
2916 num_negated++, op1 = XEXP (op1, 0); in simplify_binary_operation_1()
3219 return op1; in simplify_binary_operation_1()
3546 return op1; in simplify_binary_operation_1()
[all …]
H A Ddojump.c220 if (integer_zerop (op1)) in do_jump_1()
242 if (integer_zerop (op1)) in do_jump_1()
827 if (op1 == const0_rtx) in do_jump_by_parts_equality_rtx()
866 rtx op1 = expand_normal (treeop1); in do_jump_by_parts_equality() local
996 std::swap (op0, op1); in do_compare_rtx_and_jump()
1004 op0, op1)) != 0) in do_compare_rtx_and_jump()
1019 op1 = XEXP (tem, 1); in do_compare_rtx_and_jump()
1098 std::swap (op0, op1); in do_compare_rtx_and_jump()
1189 rtx op0, op1; in do_compare_and_jump() local
1200 op1 = expand_normal (treeop1); in do_compare_and_jump()
[all …]
H A Dgimple-builder.c52 build_assign (enum tree_code code, tree op1, int val, tree lhs) in build_assign() argument
54 tree op2 = build_int_cst (TREE_TYPE (op1), val); in build_assign()
56 lhs = make_ssa_name (get_expr_type (code, op1)); in build_assign()
57 return gimple_build_assign (lhs, code, op1, op2); in build_assign()
76 build_assign (enum tree_code code, tree op1, tree op2, tree lhs) in build_assign() argument
79 lhs = make_ssa_name (get_expr_type (code, op1)); in build_assign()
80 return gimple_build_assign (lhs, code, op1, op2); in build_assign()
84 build_assign (enum tree_code code, gimple *op1, tree op2, tree lhs) in build_assign() argument
86 return build_assign (code, gimple_assign_lhs (op1), op2, lhs); in build_assign()
90 build_assign (enum tree_code code, tree op1, gimple *op2, tree lhs) in build_assign() argument
[all …]
H A Dtree-chrec.c256 tree op1) in chrec_fold_automatically_generated_operands() argument
278 tree op0, tree op1) in chrec_fold_plus_1() argument
343 op1, NULL)), in chrec_fold_plus_1()
387 op1); in chrec_fold_plus_1()
405 tree op1) in chrec_fold_plus() argument
414 if (integer_zerop (op1)) in chrec_fold_plus()
430 tree op1) in chrec_fold_minus() argument
436 if (integer_zerop (op1)) in chrec_fold_minus()
447 tree op1) in chrec_fold_multiply() argument
472 if (integer_onep (op1)) in chrec_fold_multiply()
[all …]
H A Dexpmed.c2450 op1 = amount;
2480 op1 = SUBREG_REG (op1);
2578 op1, GET_MODE (op1));
3420 return op1; in expand_mult()
4307 op1 = convert_modes (compute_mode, mode, op1, unsignedp); in expand_divmod()
4327 if (MEM_P (op1) && MEM_VOLATILE_P (op1)) in expand_divmod()
4328 op1 = force_reg (compute_mode, op1); in expand_divmod()
5184 op0, op1, in expand_divmod()
5211 op0, op1, in expand_divmod()
5244 op0, op1, in expand_divmod()
[all …]
H A Dccmp.c98 tree lhs, op0, op1; in ccmp_candidate_p() local
113 op1 = TREE_OPERAND (rhs, 1); in ccmp_candidate_p()
116 if ((TREE_CODE (op0) != SSA_NAME) || (TREE_CODE (op1) != SSA_NAME) in ccmp_candidate_p()
121 gs1 = get_gimple_for_ssa_name (op1); /* gs1 may be NULL */ in ccmp_candidate_p()
127 if (ccmp_tree_comparison_p (op1, bb) && ccmp_candidate_p (gs0)) in ccmp_candidate_p()
198 tree op1 = TREE_OPERAND (exp, 1); in expand_ccmp_expr_1() local
200 gimple *gs1 = get_gimple_for_ssa_name (op1); in expand_ccmp_expr_1()
207 if (ccmp_tree_comparison_p (op1, bb)) in expand_ccmp_expr_1()
222 get_compare_parts (op1, &unsignedp1, &rcode1, in expand_ccmp_expr_1()
274 gcc_assert (ccmp_tree_comparison_p (op1, bb)); in expand_ccmp_expr_1()
[all …]
H A Ddfp.c518 const REAL_VALUE_TYPE *op1) in decimal_do_multiply() argument
540 const REAL_VALUE_TYPE *op1) in decimal_do_divide() argument
636 const REAL_VALUE_TYPE *op1) in decimal_real_arithmetic() argument
646 if (op1 && !op1->decimal) in decimal_real_arithmetic()
649 op1 = &b; in decimal_real_arithmetic()
667 if (op1->cl == rvc_nan) in decimal_real_arithmetic()
668 *r = *op1; in decimal_real_arithmetic()
672 *r = *op1; in decimal_real_arithmetic()
676 if (op1->cl == rvc_nan) in decimal_real_arithmetic()
677 *r = *op1; in decimal_real_arithmetic()
[all …]
H A Dtree-ssa-uncprop.c90 tree op1 = gimple_cond_rhs (stmt); in associate_equivalences_with_edges() local
98 && is_gimple_min_invariant (op1) in associate_equivalences_with_edges()
99 && (integer_zerop (op1) || integer_onep (op1))) in associate_equivalences_with_edges()
108 equivalency->rhs = (integer_zerop (op1) in associate_equivalences_with_edges()
115 equivalency->rhs = (integer_zerop (op1) in associate_equivalences_with_edges()
124 equivalency->rhs = (integer_zerop (op1) in associate_equivalences_with_edges()
131 equivalency->rhs = (integer_zerop (op1) in associate_equivalences_with_edges()
140 && (is_gimple_min_invariant (op1) in associate_equivalences_with_edges()
141 || (TREE_CODE (op1) == SSA_NAME in associate_equivalences_with_edges()
149 && (TREE_CODE (op1) != REAL_CST in associate_equivalences_with_edges()
[all …]
H A Dinternal-fn.c794 tem = op1; in expand_addsub_overflow()
1104 rtx res, op1; in expand_neg_overflow() local
1210 op1 = convert_modes (wmode, mode, op1, uns); in can_widen_mult_without_libcall()
1317 ops.op1 = make_tree (ops.type, op1); in expand_mul_overflow()
1362 ops.op1 = make_tree (ops.type, op1); in expand_mul_overflow()
1414 ops.op1 = make_tree (ops.type, op1); in expand_mul_overflow()
1433 op1 = rop1; in expand_mul_overflow()
1444 emit_move_insn (op1, expand_unop (mode, neg_optab, op1, in expand_mul_overflow()
1551 ops.op1 = make_tree (type, op1); in expand_mul_overflow()
1883 ops.op1 = make_tree (type, op1); in expand_mul_overflow()
[all …]
H A Dvr-values.c820 set_value_range (&n_vr1, VR_RANGE, op1, op1, NULL); in extract_range_from_binary_expr()
894 tree op0, op1; in extract_range_from_cond_expr() local
2328 op1 = x; in vrp_evaluate_conditional_warnv_with_ops()
2337 op0 = op1; in vrp_evaluate_conditional_warnv_with_ops()
2991 op1 = int_const_binop (BIT_XOR_EXPR, op1, in simplify_truth_ops_using_ranges()
3319 op = op1; in simplify_bit_ops_using_ranges()
3327 op = op1; in simplify_bit_ops_using_ranges()
3371 max = op1; in test_for_singularity()
3385 min = op1; in test_for_singularity()
3520 op0, op1, vr); in simplify_cond_using_ranges_1()
[all …]
H A Doptabs.c94 || (op1 && reg_overlap_mentioned_p (target, op1))) in add_equal_note()
98 || (op1 && rtx_equal_p (target, op1)))) in add_equal_note()
294 if (op1) in expand_widen_pattern_expr()
932 return (REG_P (op1) && !REG_P (op0)) || target == op1; in swap_commutative_operands_with_target()
1147 op1 = negate_rtx (mode, op1); in expand_binop()
1157 op1 = gen_int_mode (INTVAL (op1), GET_MODE_INNER (mode)); in expand_binop()
1158 op1 = force_reg (GET_MODE_INNER (mode), op1); in expand_binop()
1199 newop1 = negate_rtx (GET_MODE (op1), op1); in expand_binop()
1202 gen_int_mode (bits, GET_MODE (op1)), op1, in expand_binop()
3334 op1 = gen_lowpart (imode, op1); in expand_copysign_absneg()
[all …]
/dragonfly/contrib/mpfr/src/
H A Dagm.c44 mpfr_get_prec (op1), mpfr_log_prec, op1, rnd_mode), in mpfr_agm()
49 if (MPFR_ARE_SINGULAR (op1, op2)) in mpfr_agm()
52 if (MPFR_IS_NAN(op1) || MPFR_IS_NAN(op2)) in mpfr_agm()
65 MPFR_SET_SAME_SIGN(r, op1); in mpfr_agm()
97 compare = mpfr_cmp (op1, op2); in mpfr_agm()
100 mpfr_set (r, op1, rnd_mode); in mpfr_agm()
105 mpfr_srcptr t = op1; in mpfr_agm()
106 op1 = op2; in mpfr_agm()
142 e1 = MPFR_GET_EXP (op1); in mpfr_agm()
198 MPFR_ALIAS (sc1, op1, MPFR_SIGN (op1), e1 + scaleop); in mpfr_agm()
[all …]
/dragonfly/contrib/gmp/mpq/
H A Daors.c29 mpq_aors (mpq_ptr rop, mpq_srcptr op1, mpq_srcptr op2, in mpq_aors() argument
34 mp_size_t op1_num_size = ABS (op1->_mp_num._mp_size); in mpq_aors()
35 mp_size_t op1_den_size = op1->_mp_den._mp_size; in mpq_aors()
50 mpz_gcd (gcd, &(op1->_mp_den), &(op2->_mp_den)); in mpq_aors()
56 mpz_mul (tmp1, &(op1->_mp_num), tmp1); in mpq_aors()
58 mpz_divexact_gcd (tmp2, &(op1->_mp_den), gcd); in mpq_aors()
64 mpz_divexact_gcd (tmp2, &(op1->_mp_den), gcd); in mpq_aors()
93 mpq_add (mpq_ptr rop, mpq_srcptr op1, mpq_srcptr op2) in mpq_add() argument
95 mpq_aors (rop, op1, op2, mpz_add); in mpq_add()
99 mpq_sub (mpq_ptr rop, mpq_srcptr op1, mpq_srcptr op2) in mpq_sub() argument
[all …]
H A Dmul.c26 mpq_mul (mpq_ptr prod, mpq_srcptr op1, mpq_srcptr op2) in mpq_mul() argument
37 if (op1 == op2) in mpq_mul()
40 mpz_mul (mpq_numref (prod), mpq_numref (op1), mpq_numref (op1)); in mpq_mul()
41 mpz_mul (mpq_denref (prod), mpq_denref (op1), mpq_denref (op1)); in mpq_mul()
45 op1_num_size = ABS (op1->_mp_num._mp_size); in mpq_mul()
46 op1_den_size = op1->_mp_den._mp_size; in mpq_mul()
79 mpz_gcd (gcd1, &(op1->_mp_num), &(op2->_mp_den)); in mpq_mul()
80 mpz_gcd (gcd2, &(op2->_mp_num), &(op1->_mp_den)); in mpq_mul()
82 mpz_divexact_gcd (tmp1, &(op1->_mp_num), gcd1); in mpq_mul()
88 mpz_divexact_gcd (tmp2, &(op1->_mp_den), gcd2); in mpq_mul()
H A Dcmp.c26 mpq_cmp (const MP_RAT *op1, const MP_RAT *op2) in mpq_cmp() argument
28 mp_size_t num1_size = op1->_mp_num._mp_size; in mpq_cmp()
29 mp_size_t den1_size = op1->_mp_den._mp_size; in mpq_cmp()
73 count_leading_zeros (cnt1, op1->_mp_num._mp_d[num1_size - 1]); in mpq_cmp()
78 count_leading_zeros (cnt2, op1->_mp_den._mp_d[den1_size - 1]); in mpq_cmp()
94 op1->_mp_num._mp_d, num1_size, in mpq_cmp()
99 op1->_mp_num._mp_d, num1_size); in mpq_cmp()
104 op1->_mp_den._mp_d, den1_size); in mpq_cmp()
107 op1->_mp_den._mp_d, den1_size, in mpq_cmp()
H A Dequal.c25 mpq_equal (mpq_srcptr op1, mpq_srcptr op2) __GMP_NOTHROW in mpq_equal() argument
31 ASSERT_MPQ_CANONICAL (op1); in mpq_equal()
34 num1_size = op1->_mp_num._mp_size; in mpq_equal()
39 num1_ptr = op1->_mp_num._mp_d; in mpq_equal()
46 den1_size = op1->_mp_den._mp_size; in mpq_equal()
51 den1_ptr = op1->_mp_den._mp_d; in mpq_equal()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-ubsan.c53 op1 = unshare_expr (op1); in ubsan_instrument_division()
103 op1 = unshare_expr (op1); in ubsan_instrument_division()
105 ubsan_encode_value (op1)); in ubsan_instrument_division()
116 tree op0, tree op1) in ubsan_instrument_shift() argument
120 tree type1 = TREE_TYPE (op1); in ubsan_instrument_shift()
129 op1 = unshare_expr (op1); in ubsan_instrument_shift()
219 op1 = unshare_expr (op1); in ubsan_instrument_shift()
221 ubsan_encode_value (op1)); in ubsan_instrument_shift()
229 op1 = unshare_expr (op1); in ubsan_instrument_shift()
232 ubsan_encode_value (op1)); in ubsan_instrument_shift()
[all …]

12345678910