Searched refs:s390_tm_ccmode (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/gcc/gcc/config/s390/ |
H A D | s390-protos.h | 61 extern enum machine_mode s390_tm_ccmode (rtx, rtx, bool);
|
H A 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()
|
H A 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))"
|
/openbsd/gnu/usr.bin/gcc/gcc/config/s390/ |
H A D | s390-protos.h | 50 extern enum machine_mode s390_tm_ccmode PARAMS ((rtx, rtx, int));
|
H A D | s390.md | 335 && s390_match_ccmode (insn, s390_tm_ccmode (operands[1], operands[2], 0)) 354 "s390_match_ccmode (insn, s390_tm_ccmode (operands[1], operands[2], 0)) 373 "s390_match_ccmode (insn, s390_tm_ccmode (operands[1], operands[2], 0)) 392 "s390_match_ccmode (insn, s390_tm_ccmode (operands[1], operands[2], 0))" 403 && s390_match_ccmode (insn, s390_tm_ccmode (operands[1], operands[2], 1)) 426 "s390_match_ccmode (insn, s390_tm_ccmode (operands[1], operands[2], 1)) 446 "s390_match_ccmode (insn, s390_tm_ccmode (GEN_INT (-1), operands[1], 1))" 454 "s390_match_ccmode (insn, s390_tm_ccmode (GEN_INT (-1), operands[1], 1))"
|
H A D | s390.c | 283 s390_tm_ccmode (op1, op2, mixed) in s390_tm_ccmode() function 339 ccmode = s390_tm_ccmode (XEXP (op0, 1), op1, 1);
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog | 16076 * s390-protos.h (s390_tm_ccmode): Declare. 16077 s390.c (s390_tm_ccmode): New function.
|