Home | History | Annotate | Download | only in rx

Lines Matching refs:cc_mode

3180 /* Convert a CC_MODE to the set of flags that it represents.  */
3202 /* Convert a set of flags to a CC_MODE that can implement it. */
3250 /* Return a CC_MODE of which both M1 and M2 are subsets. */
3285 CC_MODE, and use that in branches based on that compare. */
3288 rx_split_cbranch (machine_mode cc_mode, enum rtx_code cmp1,
3293 flags = gen_rtx_REG (cc_mode, CC_REG);
3294 x = gen_rtx_COMPARE (cc_mode, c1, c2);
3307 rx_match_ccmode (rtx insn, machine_mode cc_mode)
3325 /* Ensure that the mode of FLAGS is compatible with CC_MODE. */
3326 if (flags_from_mode (flags_mode) & ~flags_from_mode (cc_mode))