Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/config/s390/
H A Ds390-protos.h61 extern enum machine_mode s390_tm_ccmode (rtx, rtx, bool);
H A 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()
H A 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))"
/openbsd/gnu/usr.bin/gcc/gcc/config/s390/
H A Ds390-protos.h50 extern enum machine_mode s390_tm_ccmode PARAMS ((rtx, rtx, int));
H A Ds390.md335 && 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 Ds390.c283 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 DChangeLog16076 * s390-protos.h (s390_tm_ccmode): Declare.
16077 s390.c (s390_tm_ccmode): New function.