Searched refs:s390_tm_ccmode (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/contrib/gcc/config/s390/ |
| D | s390-protos.h | 61 extern enum machine_mode s390_tm_ccmode (rtx, rtx, bool);
|
| D | s390.c | 478 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()
|
| D | s390.md | 371 "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/ |
| D | ChangeLog-2005 | 19525 (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.
|
| D | ChangeLog-2002 | 10368 * s390-protos.h (s390_tm_ccmode): Declare. 10369 s390.c (s390_tm_ccmode): New function.
|
| D | ChangeLog-2004 | 2582 * config/s390/s390.c: (s390_tm_ccmode, s390_select_ccmode,
|