Home
last modified time | relevance | path

Searched refs:and_reg_cond (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dflow.c319 static rtx and_reg_cond PARAMS ((rtx, rtx, int));
3145 op0 = and_reg_cond (XEXP (old, 0), not_reg_cond (x), 0);
3183 and_reg_cond (old, x, add) in and_reg_cond() function
3206 op0 = and_reg_cond (XEXP (old, 0), x, 0);
3207 op1 = and_reg_cond (XEXP (old, 1), x, 0);
3233 op0 = and_reg_cond (XEXP (old, 0), x, 0);
3234 op1 = and_reg_cond (XEXP (old, 1), x, 0);
3718 ncond = and_reg_cond (ncond, not_reg_cond (cond), 1);
DChangeLog.4512 * flow.c (ior_reg_cond, and_reg_cond, elim_reg_cond): Properly
569 (and_reg_cond): Renamed from nand_reg_cond; caller changed.
DChangeLog.57263 (and_reg_cond, case AND): Check for redundant AND conditions.
DChangeLog.63129 (and_reg_cond): Similarly.
/openbsd/src/gnu/gcc/gcc/
Dflow.c314 static rtx and_reg_cond (rtx, rtx, int);
3309 op0 = and_reg_cond (XEXP (old, 0), not_reg_cond (x), 0); in ior_reg_cond()
3342 and_reg_cond (rtx old, rtx x, int add) in and_reg_cond() function
3363 op0 = and_reg_cond (XEXP (old, 0), x, 0); in and_reg_cond()
3364 op1 = and_reg_cond (XEXP (old, 1), x, 0); in and_reg_cond()
3390 op0 = and_reg_cond (XEXP (old, 0), x, 0); in and_reg_cond()
3391 op1 = and_reg_cond (XEXP (old, 1), x, 0); in and_reg_cond()
3899 ncond = and_reg_cond (ncond, not_reg_cond (cond), 1); in mark_used_reg()