Home
last modified time | relevance | path

Searched refs:op1 (Results 101 – 125 of 235) sorted by relevance

12345678910

/dragonfly/contrib/binutils-2.34/gold/
H A Di386.cc3335 unsigned char op1 = view[-1]; in tls_gd_to_le() local
3351 ((op1 & 0xc7) == 0x05 && op1 != (4 << 3))); in tls_gd_to_le()
3358 ((op1 & 0xf8) == 0x80 in tls_gd_to_le()
3424 ((op1 & 0xc7) == 0x05 && op1 != (4 << 3))); in tls_gd_to_ie()
3432 ((op1 & 0xf8) == 0x80 in tls_gd_to_ie()
3556 unsigned char reg = op1 & 7; in tls_ld_to_le()
3558 ((op1 & 0xf8) == 0x80 in tls_ld_to_le()
3598 if (op1 == 0xa1) in tls_ie_to_le()
3612 (op1 & 0xc7) == 0x05); in tls_ie_to_le()
3620 (op1 & 0xc7) == 0x05); in tls_ie_to_le()
[all …]
/dragonfly/contrib/binutils-2.27/gold/
H A Di386.cc3332 unsigned char op1 = view[-1]; in tls_gd_to_le() local
3348 ((op1 & 0xc7) == 0x05 && op1 != (4 << 3))); in tls_gd_to_le()
3355 ((op1 & 0xf8) == 0x80 in tls_gd_to_le()
3421 ((op1 & 0xc7) == 0x05 && op1 != (4 << 3))); in tls_gd_to_ie()
3429 ((op1 & 0xf8) == 0x80 in tls_gd_to_ie()
3553 unsigned char reg = op1 & 7; in tls_ld_to_le()
3555 ((op1 & 0xf8) == 0x80 in tls_ld_to_le()
3595 if (op1 == 0xa1) in tls_ie_to_le()
3609 (op1 & 0xc7) == 0x05); in tls_ie_to_le()
3617 (op1 & 0xc7) == 0x05); in tls_ie_to_le()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcse.c3505 op0, op1); in fold_rtx()
3874 rtx op0, op1; in record_jump_equiv() local
4013 op1_hash = HASH (op1, mode); in record_jump_cond()
4027 || op0 == op1 || rtx_equal_p (op0, op1)) in record_jump_cond()
4045 if (!REG_P (op1)) in record_jump_cond()
4046 op1 = equiv_constant (op1); in record_jump_cond()
4064 if (! CONSTANT_P (op1)) in record_jump_cond()
4065 op1_hash = HASH (op1,mode); in record_jump_cond()
4076 if (REG_P (op1)) in record_jump_cond()
4086 rehash_using_reg (op1); in record_jump_cond()
[all …]
H A Dtree-ssa-loop-ivopts.c1757 *bound = op1; in extract_cond_operands()
2797 op1 = strip_offset_1 (op1, false, false, &off1); in strip_offset_1()
2811 expr = op1; in strip_offset_1()
2847 op1 = strip_offset_1 (op1, false, false, &off1); in strip_offset_1()
2919 && (!op1 || op1 == TREE_OPERAND (expr, 1))) in strip_offset_1()
2924 if (op1) in strip_offset_1()
4050 STRIP_NOPS (op1); in get_shiftadd_cost()
4083 tree op0, op1; in force_expr_to_var_cost() local
4171 op1 = NULL_TREE; in force_expr_to_var_cost()
4186 || TREE_CODE (op1) == SSA_NAME || CONSTANT_CLASS_P (op1)) in force_expr_to_var_cost()
[all …]
H A Dgimple-fold.c4782 tree type = TREE_TYPE (op1); in fold_stmt_1()
4802 gimple_assign_set_rhs_with_ops (gsi, TREE_CODE (op1), op1); in fold_stmt_1()
5060 const_tree op1, const_tree op2) in same_bool_comparison_p() argument
5088 if (TREE_CODE (op1) == SSA_NAME in same_bool_comparison_p()
5091 s = SSA_NAME_DEF_STMT (op1); in same_bool_comparison_p()
5119 if (operand_equal_p (op1, op2, 0)) in same_bool_result_p()
5130 if (COMPARISON_CLASS_P (op1) in same_bool_result_p()
5132 TREE_OPERAND (op1, 0), in same_bool_result_p()
5133 TREE_OPERAND (op1, 1))) in same_bool_result_p()
6277 std::swap (op0, op1); in gimple_fold_stmt_to_constant_1()
[all …]
H A Dgimple-expr.h152 tree *op1) in extract_ops_from_tree() argument
155 extract_ops_from_tree (expr, code, op0, op1, &op2); in extract_ops_from_tree()
H A Dtree-if-conv.c392 *op1 = gimple_assign_rhs2 (s); in parse_predicate()
412 *op1 = TREE_OPERAND (cond, 1); in parse_predicate()
453 tree op1 = TREE_OPERAND (cond, 1); in fold_build_cond_expr() local
456 && (integer_zerop (op1))) in fold_build_cond_expr()
1580 tree *op0, tree *op1, bool extended) in is_cond_scalar_reduction() argument
1665 *op0 = r_op1; *op1 = r_op2; in is_cond_scalar_reduction()
1710 swap ? zero : op1, in convert_scalar_cond_reduction()
1711 swap ? op1 : zero); in convert_scalar_cond_reduction()
1794 tree rhs, res, arg0, arg1, op0, op1, scev; in predicate_scalar_phi() local
1861 &op0, &op1, false)) in predicate_scalar_phi()
[all …]
H A Dtree-ssa-loop-niter.c73 tree op0, op1; in split_to_var_and_offset() local
88 op1 = TREE_OPERAND (expr, 1); in split_to_var_and_offset()
90 if (TREE_CODE (op1) != INTEGER_CST) in split_to_var_and_offset()
2306 tree op0, op1; in number_of_iterations_exit_assumptions() local
2350 op1 = gimple_cond_rhs (stmt); in number_of_iterations_exit_assumptions()
2862 op0, code, op1); in derive_constant_upper_bound_assign()
2873 tree op0, op1, op2; in derive_constant_upper_bound() local
2994 || tree_int_cst_sign_bit (op1)) in derive_constant_upper_bound_ops()
3002 || tree_int_cst_sign_bit (op1)) in derive_constant_upper_bound_ops()
3004 return wi::to_widest (op1); in derive_constant_upper_bound_ops()
[all …]
H A Dgimple.c413 tree op1, op2, op3; in gimple_build_assign() local
415 extract_ops_from_tree (rhs, &subcode, &op1, &op2, &op3); in gimple_build_assign()
438 gimple_assign_set_rhs1 (p, op1); in gimple_build_assign_1()
458 gimple_build_assign (tree lhs, enum tree_code subcode, tree op1, in gimple_build_assign() argument
468 gimple_build_assign (tree lhs, enum tree_code subcode, tree op1, in gimple_build_assign() argument
471 return gimple_build_assign_1 (lhs, subcode, op1, op2, NULL_TREE in gimple_build_assign()
1650 tree op1, op2, op3; in gimple_assign_set_rhs_from_tree() local
1652 extract_ops_from_tree (expr, &subcode, &op1, &op2, &op3); in gimple_assign_set_rhs_from_tree()
1653 gimple_assign_set_rhs_with_ops (gsi, subcode, op1, op2, op3); in gimple_assign_set_rhs_from_tree()
1665 tree op1, tree op2, tree op3) in gimple_assign_set_rhs_with_ops() argument
[all …]
H A Dloop-doloop.c347 rtx op0 = XEXP (cond, 0), op1 = XEXP (cond, 1); in add_test() local
359 op1 = force_operand (op1, NULL_RTX); in add_test()
361 do_compare_rtx_and_jump (op0, op1, code, 0, mode, NULL_RTX, NULL, label, in add_test()
H A Dtree-ssa-loop-split.c104 tree op1 = gimple_cond_rhs (stmt); in split_at_bb_p() local
109 if (!simple_iv (loop, useloop, op1, &iv2, false)) in split_at_bb_p()
116 std::swap (op0, op1); in split_at_bb_p()
119 gimple_cond_set_condition (stmt, code, op0, op1); in split_at_bb_p()
H A Dtree-vrp.c3106 && TREE_CODE (op1) == SSA_NAME in overflow_comparison_p_1()
3390 op1 = int_const_binop (reverse_op, val, op1); in register_edge_assert_for_2()
3391 if (TREE_OVERFLOW (op1)) in register_edge_assert_for_2()
3392 op1 = drop_tree_overflow (op1); in register_edge_assert_for_2()
3798 if (TREE_CODE (op1) == SSA_NAME) in register_edge_assert_for_1()
3799 register_edge_assert_for_2 (op1, e, rhs_code, op0, op1, invert, asserts); in register_edge_assert_for_1()
3812 if (TREE_CODE (op1) == SSA_NAME in register_edge_assert_for_1()
3813 && has_single_use (op1)) in register_edge_assert_for_1()
6489 tree op1, gimple *stmt) in vrp_evaluate_conditional() argument
6634 op1 = lhs_of_dominating_assert (op1, bb, stmt); in simplify_stmt_for_jump_threading()
[all …]
H A Dtree-object-size.c815 tree op0, op1; in plus_stmt_object_size() local
820 op1 = gimple_assign_rhs2 (stmt); in plus_stmt_object_size()
827 op1 = TREE_OPERAND (rhs, 1); in plus_stmt_object_size()
836 if (TREE_CODE (op1) == INTEGER_CST in plus_stmt_object_size()
840 if (! tree_fits_uhwi_p (op1)) in plus_stmt_object_size()
843 return merge_object_sizes (osi, var, op0, tree_to_uhwi (op1)); in plus_stmt_object_size()
846 unsigned HOST_WIDE_INT off = tree_to_uhwi (op1); in plus_stmt_object_size()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-omp.c481 tree op1 = TREE_OPERAND (exp, 1); in check_omp_for_incr_expr() local
483 if (BINARY_CLASS_P (op1) in check_omp_for_incr_expr()
484 && TREE_OPERAND (op1, 1) == temp) in check_omp_for_incr_expr()
486 op1 = copy_node (op1); in check_omp_for_incr_expr()
487 TREE_OPERAND (op1, 1) = TARGET_EXPR_INITIAL (op0); in check_omp_for_incr_expr()
488 return check_omp_for_incr_expr (loc, op1, decl); in check_omp_for_incr_expr()
626 tree op1 = TREE_OPERAND (cond, 1); in c_finish_omp_for() local
648 else if (TREE_CODE (op1) == NOP_EXPR in c_finish_omp_for()
649 && decl == TREE_OPERAND (op1, 0)) in c_finish_omp_for()
651 TREE_OPERAND (cond, 1) = TREE_OPERAND (op1, 0); in c_finish_omp_for()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dipa-prop.c560 tree op1; in load_from_unmodified_param() local
565 op1 = gimple_assign_rhs1 (stmt); in load_from_unmodified_param()
566 if (TREE_CODE (op1) != PARM_DECL) in load_from_unmodified_param()
637 tree op1, tc_ssa, base, ssa; in compute_complex_assign_jump_func() local
640 op1 = gimple_assign_rhs1 (stmt); in compute_complex_assign_jump_func()
642 if (TREE_CODE (op1) == SSA_NAME) in compute_complex_assign_jump_func()
648 SSA_NAME_DEF_STMT (op1)); in compute_complex_assign_jump_func()
649 tc_ssa = op1; in compute_complex_assign_jump_func()
666 TREE_TYPE (op1)))) in compute_complex_assign_jump_func()
684 if (TREE_CODE (op1) != ADDR_EXPR) in compute_complex_assign_jump_func()
[all …]
H A Dtree-ssa-pre.c958 if (vro->op1) in print_pre_expr()
1592 newop.op1 = op[1]; in phi_translate_1()
2025 if (vro->op1 && TREE_CODE (vro->op1) == SSA_NAME) in vro_valid_in_sets()
2661 if (currop->op1)
2871 tree op1; local
2880 op1 = currop->op0;
2890 return fold_build3 (COMPONENT_REF, TREE_TYPE (op1), op0, op1,
3994 if (vro->op1 && TREE_CODE (vro->op1) == SSA_NAME) in compute_avail()
4062 if (vro->op1 && TREE_CODE (vro->op1) == SSA_NAME) in compute_avail()
4347 op1 = VN_INFO (op1)->valnum; in eliminate()
[all …]
H A Dloop-doloop.c342 rtx op0 = XEXP (cond, 0), op1 = XEXP (cond, 1); in add_test() local
352 op1 = force_operand (op1, NULL_RTX); in add_test()
354 do_compare_rtx_and_jump (op0, op1, code, 0, mode, NULL_RTX, in add_test()
H A Dtree-object-size.c772 tree op0, op1; in plus_stmt_object_size() local
777 op1 = gimple_assign_rhs2 (stmt); in plus_stmt_object_size()
784 op1 = TREE_OPERAND (rhs, 1); in plus_stmt_object_size()
793 if (TREE_CODE (op1) == INTEGER_CST in plus_stmt_object_size()
797 if (! host_integerp (op1, 1)) in plus_stmt_object_size()
800 return merge_object_sizes (osi, var, op0, tree_low_cst (op1, 1)); in plus_stmt_object_size()
803 unsigned HOST_WIDE_INT off = tree_low_cst (op1, 1); in plus_stmt_object_size()
H A Dvalue-prof.c566 tree optype, op1, op2; in gimple_divmod_fixed_value() local
575 op1 = gimple_assign_rhs1 (stmt); in gimple_divmod_fixed_value()
596 op1, tmp0); in gimple_divmod_fixed_value()
601 op1, op2); in gimple_divmod_fixed_value()
723 tree optype, op1, op2; in gimple_mod_pow2() local
732 op1 = gimple_assign_rhs1 (stmt); in gimple_mod_pow2()
755 stmt1 = gimple_build_assign_with_ops (BIT_AND_EXPR, result, op1, tmp2); in gimple_mod_pow2()
760 op1, op2); in gimple_mod_pow2()
879 tree optype, op1, op2; in gimple_mod_subtract() local
888 op1 = gimple_assign_rhs1 (stmt); in gimple_mod_subtract()
[all …]
H A Dtree-vect-loop.c2102 op1 = PHI_ARG_DEF (def_stmt, 0); in vect_is_simple_reduction_1()
2105 || TREE_CODE (op1) != SSA_NAME) in vect_is_simple_reduction_1()
2113 def1 = SSA_NAME_DEF_STMT (op1); in vect_is_simple_reduction_1()
2138 && TREE_CODE (op1) == SSA_NAME in vect_is_simple_reduction_1()
2139 && SSA_NAME_DEF_STMT (op1) == phi) in vect_is_simple_reduction_1()
2167 op1 = gimple_assign_rhs2 (def_stmt); in vect_is_simple_reduction_1()
2193 if ((TREE_CODE (op1) == SSA_NAME in vect_is_simple_reduction_1()
2285 if (TREE_CODE (op1) == SSA_NAME) in vect_is_simple_reduction_1()
2286 def1 = SSA_NAME_DEF_STMT (op1); in vect_is_simple_reduction_1()
4898 op1 = ops[2]; in vectorizable_reduction()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dpredicates.md182 rtx op1 = XEXP (XEXP (op, 0), 0);
194 switch (GET_CODE (op1))
198 if (SYMBOL_REF_TLS_MODEL (op1))
235 switch (XINT (op1, 1))
288 rtx op1 = XEXP (XEXP (op, 0), 0);
300 switch (GET_CODE (op1))
304 if (SYMBOL_REF_TLS_MODEL (op1))
1536 rtx op0, op1;
1542 op1 = XEXP (op, 1);
1572 rtx op0, op1;
[all …]
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dcvt.c1103 tree op1 = TREE_OPERAND (expr,1); in convert_to_void() local
1105 bool side_effects = ((op1 && TREE_SIDE_EFFECTS (op1)) in convert_to_void()
1111 if (op1) in convert_to_void()
1112 new_op1 = convert_to_void (op1, ICV_SECOND_OF_COND, complain); in convert_to_void()
1117 if (op1) in convert_to_void()
1118 new_op1 = convert_to_void (op1, ICV_CAST, complain); in convert_to_void()
1130 tree op1 = TREE_OPERAND (expr,1); in convert_to_void() local
1133 new_op1 = convert_to_void (op1, ICV_RIGHT_OF_COMMA, complain); in convert_to_void()
1135 new_op1 = convert_to_void (op1, ICV_CAST, complain); in convert_to_void()
1137 if (new_op1 != op1) in convert_to_void()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Dmmx.md715 rtx op1 = operands[1];
716 if (REG_P (op1))
717 op1 = gen_rtx_REG (SFmode, REGNO (op1));
719 op1 = gen_lowpart (SFmode, op1);
720 emit_move_insn (operands[0], op1);
1410 rtx op1 = operands[1];
1411 if (REG_P (op1))
1412 op1 = gen_rtx_REG (SImode, REGNO (op1));
1414 op1 = gen_lowpart (SImode, op1);
1415 emit_move_insn (operands[0], op1);
H A Dsse.md1076 ;; min = (op1 < op2 ? op1 : op2)
1077 ;; max = (!(op1 < op2) ? op1 : op2)
3964 op1 = gen_rtx_REG (SFmode, REGNO (op1));
3966 op1 = gen_lowpart (SFmode, op1);
4134 op1 = gen_rtx_REG (V8HImode, REGNO (op1));
4136 op1 = gen_lowpart (V8HImode, op1);
4177 op1 = gen_rtx_REG (V16QImode, REGNO (op1));
4179 op1 = gen_lowpart (V16QImode, op1);
4677 op1 = gen_rtx_REG (DFmode, REGNO (op1));
4679 op1 = gen_lowpart (DFmode, op1);
[all …]
/dragonfly/contrib/mpc/src/
H A Dmul.c354 mpc_mul_karatsuba (mpc_ptr rop, mpc_srcptr op1, mpc_srcptr op2, mpc_rnd_t rnd) in mpc_mul_karatsuba() argument
375 overlap = (rop == op1) || (rop == op2); in mpc_mul_karatsuba()
381 a = mpc_realref(op1); in mpc_mul_karatsuba()
382 b = mpc_imagref(op1); in mpc_mul_karatsuba()
591 return mpc_mul_naive (rop, op1, op2, rnd); in mpc_mul_karatsuba()

12345678910