Searched refs:insn_operand_matches (Results 1 – 15 of 15) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | optabs.c | 3755 && 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 …]
|
| HD | optabs.h | 335 extern bool insn_operand_matches (enum insn_code icode, unsigned int opno,
|
| HD | targhooks.c | 1125 && !insn_operand_matches (icode, in_p, x)) in default_secondary_reload()
|
| HD | function.c | 1529 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()
|
| HD | internal-fn.c | 3347 && 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()
|
| HD | reload.c | 5828 && insn_operand_matches (icode, 0, equiv) in find_reloads_address_1() 5829 && insn_operand_matches (icode, 1, equiv)))) in find_reloads_address_1()
|
| HD | expr.c | 191 if (insn_operand_matches (ic, 1, mem)) in init_expr_target() 3831 if (!insn_operand_matches (ic, 1, trunc_y)) in compress_float_constant()
|
| HD | reload1.c | 8650 && !insn_operand_matches (code, 2, op1))) in gen_reload()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | optabs.c | 3894 && 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 …]
|
| HD | targhooks.c | 866 && !insn_operand_matches (icode, in_p, x)) in default_secondary_reload()
|
| HD | optabs.h | 1110 extern bool insn_operand_matches (enum insn_code icode, unsigned int opno,
|
| HD | function.c | 1488 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()
|
| HD | reload.c | 5843 && insn_operand_matches (icode, 0, equiv) in find_reloads_address_1() 5844 && insn_operand_matches (icode, 1, equiv))) in find_reloads_address_1()
|
| HD | expr.c | 290 if (insn_operand_matches (ic, 1, mem)) in init_expr_target() 3529 if (!insn_operand_matches (ic, 1, trunc_y)) in compress_float_constant()
|
| HD | reload1.c | 8580 && !insn_operand_matches (code, 2, op1))) in gen_reload()
|