Searched refs:and_reg_cond (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | flow.c | 319 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);
|
| D | ChangeLog.4 | 512 * flow.c (ior_reg_cond, and_reg_cond, elim_reg_cond): Properly 569 (and_reg_cond): Renamed from nand_reg_cond; caller changed.
|
| D | ChangeLog.5 | 7263 (and_reg_cond, case AND): Check for redundant AND conditions.
|
| D | ChangeLog.6 | 3129 (and_reg_cond): Similarly.
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | flow.c | 314 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()
|