Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/config/s390/
Ds390-protos.h61 extern enum machine_mode s390_tm_ccmode (rtx, rtx, bool);
Ds390.c478 s390_tm_ccmode (rtx op1, rtx op2, bool mixed) in s390_tm_ccmode() function
537 ccmode = s390_tm_ccmode (XEXP (op0, 1), op1, 1); in s390_select_ccmode()
2298 && s390_tm_ccmode (op1, op2, 0) != VOIDmode) in s390_rtx_costs()
2301 && s390_tm_ccmode (op1, op2, 1) != VOIDmode) in s390_rtx_costs()
Ds390.md371 "s390_match_ccmode (insn, s390_tm_ccmode (operands[1], operands[2], false))"
384 && s390_match_ccmode (insn, s390_tm_ccmode (operands[1], operands[2], true))
398 "s390_match_ccmode (insn, s390_tm_ccmode (operands[1], operands[2], true))
409 "s390_match_ccmode (insn, s390_tm_ccmode (constm1_rtx, operands[1], true))"
/freebsd-10-stable/contrib/gcc/
DChangeLog-200519525 (s390_tm_ccmode): Change type of parameter "mixed" into 'bool'.
19532 (s390_tm_ccmode): Change type of parameter "mixed" into 'bool'.
19537 Adapt calls for 's390_tm_ccmode' to the new signature.
DChangeLog-200210368 * s390-protos.h (s390_tm_ccmode): Declare.
10369 s390.c (s390_tm_ccmode): New function.
DChangeLog-20042582 * config/s390/s390.c: (s390_tm_ccmode, s390_select_ccmode,