Home
last modified time | relevance | path

Searched refs:s390_expand_logical_operator (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/gcc/config/s390/
Ds390-protos.h98 extern void s390_expand_logical_operator (enum rtx_code,
Ds390.md5004 "s390_expand_logical_operator (AND, <MODE>mode, operands); DONE;")
5309 "s390_expand_logical_operator (IOR, <MODE>mode, operands); DONE;")
5599 "s390_expand_logical_operator (XOR, <MODE>mode, operands); DONE;")
Ds390.c1200 s390_expand_logical_operator (enum rtx_code code, enum machine_mode mode, in s390_expand_logical_operator() function
/freebsd-10-stable/contrib/gcc/
DChangeLog-200410194 * config/s390/s390-protos.h (s390_expand_logical_operator): Add
10197 * config/s390/s390.c (s390_expand_logical_operator): New function.
10202 ("andsi3"): Use s390_expand_logical_operator.
10214 ("iorsi3"): Use s390_expand_logical_operator.