Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Dcombine.c7933 enum rtx_code inner_code; in apply_distributive_law() local
7958 inner_code = GET_CODE (lhs); in apply_distributive_law()
7959 if (inner_code != GET_CODE (rhs)) in apply_distributive_law()
7963 switch (inner_code) in apply_distributive_law()
8043 if (code == XOR && inner_code == IOR) in apply_distributive_law()
8045 inner_code = AND; in apply_distributive_law()
8052 return simplify_gen_binary (inner_code, GET_MODE (x), in apply_distributive_law()
8079 enum rtx_code outer_code, inner_code; in distribute_and_simplify_rtx() local
8090 inner_code = GET_CODE (decomposed); in distribute_and_simplify_rtx()
8096 if (outer_code == AND && inner_code == XOR && GET_CODE (distributed) == NOT) in distribute_and_simplify_rtx()
[all …]
Dreload.c5026 enum rtx_code inner_code; in find_reloads_address() local
5031 inner_code = GET_CODE (XEXP (ad, 0)); in find_reloads_address()
5034 && (inner_code == PLUS || inner_code == LO_SUM))) in find_reloads_address()
5043 if ((regno_ok_for_base_p (REGNO (operand), mode, inner_code, in find_reloads_address()