Searched refs:s390_emit_compare (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390-protos.h67 extern rtx s390_emit_compare (enum rtx_code, rtx, rtx);
H A Ds390.c1372 s390_emit_compare or s390_canonicalize_comparison will take
1689 /* Helper function for s390_emit_compare. If possible emit a 64 bit
1739 s390_emit_compare (enum rtx_code code, rtx op0, rtx op1) function
1779 return s390_emit_compare (code, gen_rtx_REG (CCZ1mode, CC_REGNUM),
5555 cond = s390_emit_compare (GT, convert_to_mode (Pmode, len, 1),
6519 cc = s390_emit_compare (NE, val, tmp);

Completed in 120 milliseconds