Home
last modified time | relevance | path

Searched refs:relational_operator (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/frv/
H A Dfrv-protos.h181 extern int relational_operator (rtx, enum machine_mode);
H A Dfrv.md4330 (match_operator:SI 1 "relational_operator"
4363 (neg:SI (match_operator:SI 1 "relational_operator"
4407 (match_operator 3 "relational_operator"
4951 (if_then_else:QI (match_operator 1 "relational_operator"
5036 (if_then_else:HI (match_operator 1 "relational_operator"
5121 (if_then_else:SI (match_operator 1 "relational_operator"
5186 (if_then_else:SF (match_operator 1 "relational_operator"
H A Dpredicates.md1145 (define_predicate "relational_operator"
/openbsd-src/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv-protos.h225 extern int relational_operator PARAMS ((rtx, enum machine_mode));
H A Dfrv.md4013 (match_operator:SI 1 "relational_operator"
4057 (neg:SI (match_operator:SI 1 "relational_operator"
4111 (match_operator 3 "relational_operator"
4670 (if_then_else:QI (match_operator 1 "relational_operator"
4784 (if_then_else:HI (match_operator 1 "relational_operator"
4898 (if_then_else:SI (match_operator 1 "relational_operator"
4989 (if_then_else:SF (match_operator 1 "relational_operator"
H A Dfrv.c4795 relational_operator (op, mode) in relational_operator() function