Searched refs:s390_tm_ccmode (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390-protos.h84 extern machine_mode s390_tm_ccmode (rtx, rtx, bool);
H A Ds390.c1434 /* s390_tm_ccmode returns VOIDmode to indicate failure. */
1461 s390_tm_ccmode (rtx op1, rtx op2, bool mixed) function
1520 ccmode = s390_tm_ccmode (XEXP (op0, 1), op1, 1);
3877 && s390_tm_ccmode (op1, op2, 0) != VOIDmode)
3880 && s390_tm_ccmode (op1, op2, 1) != VOIDmode)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390-protos.h87 extern machine_mode s390_tm_ccmode (rtx, rtx, bool);
H A Ds390.cc1496 /* s390_tm_ccmode returns VOIDmode to indicate failure. */
1523 s390_tm_ccmode (rtx op1, rtx op2, bool mixed) function
1582 ccmode = s390_tm_ccmode (XEXP (op0, 1), op1, 1);
3946 && s390_tm_ccmode (op1, op2, 0) != VOIDmode)
3949 && s390_tm_ccmode (op1, op2, 1) != VOIDmode)

Completed in 312 milliseconds