Searched refs:BINARY_P (Results 1 – 4 of 4) sorted by relevance
92 return (BINARY_P (op) && NON_COMMUTATIVE_P (op)102 return (BINARY_P (op) && NON_COMMUTATIVE_P (op)
2318 if (BINARY_P (SET_SRC (set))) in h8300_binary_length()
1586 if (BINARY_P (x)) in contains_muldiv()2757 if (BINARY_P (SET_SRC (newpat)) in try_combine()3783 if (BINARY_P (SET_SRC (x)) in find_split_point()3795 if ((BINARY_P (SET_SRC (x)) || UNARY_P (SET_SRC (x))) in find_split_point()4180 if ((BINARY_P (x) in combine_simplify_rtx()7401 else if (BINARY_P (x)) in if_then_else_cond()
401 #define BINARY_P(X) \ macro