Home
last modified time | relevance | path

Searched refs:inner_code (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dcombine.c9244 enum rtx_code inner_code; in apply_distributive_law() local
9269 inner_code = GET_CODE (lhs); in apply_distributive_law()
9270 if (inner_code != GET_CODE (rhs)) in apply_distributive_law()
9274 switch (inner_code) in apply_distributive_law()
9352 if (code == XOR && inner_code == IOR) in apply_distributive_law()
9354 inner_code = AND; in apply_distributive_law()
9361 return simplify_gen_binary (inner_code, GET_MODE (x), in apply_distributive_law()
9388 enum rtx_code outer_code, inner_code; in distribute_and_simplify_rtx() local
9405 inner_code = GET_CODE (decomposed); in distribute_and_simplify_rtx()
9411 if (outer_code == AND && inner_code == XOR && GET_CODE (distributed) == NOT) in distribute_and_simplify_rtx()
[all …]
H A Dreload.c5153 enum rtx_code inner_code; in find_reloads_address() local
5158 inner_code = GET_CODE (XEXP (ad, 0)); in find_reloads_address()
5161 && (inner_code == PLUS || inner_code == LO_SUM))) in find_reloads_address()
5170 if ((regno_ok_for_base_p (REGNO (operand), mode, as, inner_code, in find_reloads_address()
H A Dfold-const.c9593 enum tree_code inner_code; in get_pointer_modulus_and_residue() local
9602 inner_code = TREE_CODE (op1); in get_pointer_modulus_and_residue()
9603 if (inner_code == INTEGER_CST) in get_pointer_modulus_and_residue()
9608 else if (inner_code == MULT_EXPR) in get_pointer_modulus_and_residue()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dcombine.c9846 enum rtx_code inner_code; in apply_distributive_law() local
9871 inner_code = GET_CODE (lhs); in apply_distributive_law()
9872 if (inner_code != GET_CODE (rhs)) in apply_distributive_law()
9876 switch (inner_code) in apply_distributive_law()
9940 if (code == XOR && inner_code == IOR) in apply_distributive_law()
9942 inner_code = AND; in apply_distributive_law()
9949 return simplify_gen_binary (inner_code, GET_MODE (x), in apply_distributive_law()
9976 enum rtx_code outer_code, inner_code; in distribute_and_simplify_rtx() local
9993 inner_code = GET_CODE (decomposed); in distribute_and_simplify_rtx()
9999 if (outer_code == AND && inner_code == XOR && GET_CODE (distributed) == NOT) in distribute_and_simplify_rtx()
[all …]
H A Dreload.c5139 enum rtx_code inner_code; in find_reloads_address() local
5144 inner_code = GET_CODE (XEXP (ad, 0)); in find_reloads_address()
5147 && (inner_code == PLUS || inner_code == LO_SUM))) in find_reloads_address()
5156 if ((regno_ok_for_base_p (REGNO (operand), mode, as, inner_code, in find_reloads_address()