Searched refs:inner_code (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | combine.cc | 9837 enum rtx_code inner_code; in apply_distributive_law() local 9862 inner_code = GET_CODE (lhs); in apply_distributive_law() 9863 if (inner_code != GET_CODE (rhs)) in apply_distributive_law() 9867 switch (inner_code) in apply_distributive_law() 9931 if (code == XOR && inner_code == IOR) in apply_distributive_law() 9933 inner_code = AND; in apply_distributive_law() 9940 return simplify_gen_binary (inner_code, GET_MODE (x), in apply_distributive_law() 9967 enum rtx_code outer_code, inner_code; in distribute_and_simplify_rtx() local 9984 inner_code = GET_CODE (decomposed); in distribute_and_simplify_rtx() 9990 if (outer_code == AND && inner_code == XOR && GET_CODE (distributed) == NOT) in distribute_and_simplify_rtx() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | combine.c | 9964 enum rtx_code inner_code; in apply_distributive_law() local 9989 inner_code = GET_CODE (lhs); in apply_distributive_law() 9990 if (inner_code != GET_CODE (rhs)) in apply_distributive_law() 9994 switch (inner_code) in apply_distributive_law() 10058 if (code == XOR && inner_code == IOR) in apply_distributive_law() 10060 inner_code = AND; in apply_distributive_law() 10067 return simplify_gen_binary (inner_code, GET_MODE (x), in apply_distributive_law() 10094 enum rtx_code outer_code, inner_code; in distribute_and_simplify_rtx() local 10111 inner_code = GET_CODE (decomposed); in distribute_and_simplify_rtx() 10117 if (outer_code == AND && inner_code == XOR && GET_CODE (distributed) == NOT) in distribute_and_simplify_rtx() [all …]
|
H A D | reload.c | 5204 enum rtx_code inner_code; in find_reloads_address() local 5209 inner_code = GET_CODE (XEXP (ad, 0)); in find_reloads_address() 5212 && (inner_code == PLUS || inner_code == LO_SUM))) in find_reloads_address() 5221 if ((regno_ok_for_base_p (REGNO (operand), mode, as, inner_code, in find_reloads_address()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64.c | 12143 rtx_code inner_code = GET_CODE (inner); in aarch64_extend_bitfield_pattern_p() local 12147 switch (inner_code) in aarch64_extend_bitfield_pattern_p()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64.cc | 13630 rtx_code inner_code = GET_CODE (inner); in aarch64_extend_bitfield_pattern_p() local 13634 switch (inner_code) in aarch64_extend_bitfield_pattern_p()
|