Home
last modified time | relevance | path

Searched refs:not_reg_cond (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dflow.c318 static rtx not_reg_cond PARAMS ((rtx));
3145 op0 = and_reg_cond (XEXP (old, 0), not_reg_cond (x), 0);
3147 return not_reg_cond (op0);
3158 not_reg_cond (x) in not_reg_cond() function
3260 op0 = ior_reg_cond (XEXP (old, 0), not_reg_cond (x), 0);
3262 return not_reg_cond (op0);
3326 return not_reg_cond (op0);
3718 ncond = and_reg_cond (ncond, not_reg_cond (cond), 1);
3737 rcli->condition = not_reg_cond (cond);
H A DChangeLog.4567 * flow.c (ior_reg_cond, nand_reg_cond, not_reg_cond): Rewrite
H A DChangeLog.35125 (ior_reg_cond, not_reg_cond, nand_reg_cond): New.
/openbsd/gnu/gcc/gcc/
H A Dflow.c313 static rtx not_reg_cond (rtx);
3309 op0 = and_reg_cond (XEXP (old, 0), not_reg_cond (x), 0); in ior_reg_cond()
3311 return not_reg_cond (op0); in ior_reg_cond()
3322 not_reg_cond (rtx x) in not_reg_cond() function
3417 op0 = ior_reg_cond (XEXP (old, 0), not_reg_cond (x), 0); in and_reg_cond()
3419 return not_reg_cond (op0); in and_reg_cond()
3481 return not_reg_cond (op0); in elim_reg_cond()
3899 ncond = and_reg_cond (ncond, not_reg_cond (cond), 1); in mark_used_reg()
3918 rcli->condition = not_reg_cond (cond); in mark_used_reg()