Home
last modified time | relevance | path

Searched refs:insn_operand_matches (Results 1 – 15 of 15) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDoptabs.c3755 && insn_operand_matches (icode, 0, test)) in can_compare_p()
3759 && insn_operand_matches (icode, 1, test)) in can_compare_p()
3903 && insn_operand_matches (icode, 0, test)); in prepare_cmp_insn()
3915 && insn_operand_matches (icode, 0, test)) in prepare_cmp_insn()
3921 && insn_operand_matches (icode, 1, op0) in prepare_cmp_insn()
3922 && insn_operand_matches (icode, 2, op1)) in prepare_cmp_insn()
4019 if (!insn_operand_matches (icode, opnum, x)) in prepare_operand()
4049 gcc_assert (insn_operand_matches (icode, 0, test)); in emit_cmp_and_jump_insn_1()
4538 gcc_assert (insn_operand_matches (icode, 0, x)); in gen_add2_insn()
4539 gcc_assert (insn_operand_matches (icode, 1, x)); in gen_add2_insn()
[all …]
HDoptabs.h335 extern bool insn_operand_matches (enum insn_code icode, unsigned int opno,
HDtarghooks.c1125 && !insn_operand_matches (icode, in_p, x)) in default_secondary_reload()
HDfunction.c1529 return code < 0 || insn_operand_matches ((enum insn_code) code, operand, x); in safe_insn_predicate()
3215 && insn_operand_matches (icode, 0, op0) in assign_parm_setup_reg()
3216 && insn_operand_matches (icode, 1, op1)) in assign_parm_setup_reg()
HDinternal-fn.c3347 && insn_operand_matches (icode, 2 + output_ops, in internal_gather_scatter_fn_supported_p()
3349 && insn_operand_matches (icode, 3 + output_ops, in internal_gather_scatter_fn_supported_p()
HDreload.c5828 && insn_operand_matches (icode, 0, equiv) in find_reloads_address_1()
5829 && insn_operand_matches (icode, 1, equiv)))) in find_reloads_address_1()
HDexpr.c191 if (insn_operand_matches (ic, 1, mem)) in init_expr_target()
3831 if (!insn_operand_matches (ic, 1, trunc_y)) in compress_float_constant()
HDreload1.c8650 && !insn_operand_matches (code, 2, op1))) in gen_reload()
/dragonfly/contrib/gcc-4.7/gcc/
HDoptabs.c3894 && insn_operand_matches (icode, 0, test)) in can_compare_p()
3898 && insn_operand_matches (icode, 1, test)) in can_compare_p()
4059 && insn_operand_matches (icode, 0, test)) in prepare_cmp_insn()
4065 && insn_operand_matches (icode, 1, op0) in prepare_cmp_insn()
4066 && insn_operand_matches (icode, 2, op1)) in prepare_cmp_insn()
4153 if (!insn_operand_matches (icode, opnum, x)) in prepare_operand()
4178 gcc_assert (insn_operand_matches (icode, 0, test)); in emit_cmp_and_jump_insn_1()
4604 gcc_assert (insn_operand_matches (icode, 0, x)); in gen_add2_insn()
4605 gcc_assert (insn_operand_matches (icode, 1, x)); in gen_add2_insn()
4606 gcc_assert (insn_operand_matches (icode, 2, y)); in gen_add2_insn()
[all …]
HDtarghooks.c866 && !insn_operand_matches (icode, in_p, x)) in default_secondary_reload()
HDoptabs.h1110 extern bool insn_operand_matches (enum insn_code icode, unsigned int opno,
HDfunction.c1488 return code < 0 || insn_operand_matches ((enum insn_code) code, operand, x); in safe_insn_predicate()
2974 && insn_operand_matches (icode, 0, op0) in assign_parm_setup_reg()
2975 && insn_operand_matches (icode, 1, op1)) in assign_parm_setup_reg()
HDreload.c5843 && insn_operand_matches (icode, 0, equiv) in find_reloads_address_1()
5844 && insn_operand_matches (icode, 1, equiv))) in find_reloads_address_1()
HDexpr.c290 if (insn_operand_matches (ic, 1, mem)) in init_expr_target()
3529 if (!insn_operand_matches (ic, 1, trunc_y)) in compress_float_constant()
HDreload1.c8580 && !insn_operand_matches (code, 2, op1))) in gen_reload()