Home
last modified time | relevance | path

Searched refs:ior_reg_cond (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dflow.c317 static rtx ior_reg_cond PARAMS ((rtx, rtx, int));
2964 ncond = ior_reg_cond (ncond, cond, 1);
2968 rcli->stores = ior_reg_cond (rcli->stores, cond, 1);
3068 ior_reg_cond (old, x, add) in ior_reg_cond() function
3091 op0 = ior_reg_cond (XEXP (old, 0), x, 0);
3092 op1 = ior_reg_cond (XEXP (old, 1), x, 0);
3118 op0 = ior_reg_cond (XEXP (old, 0), x, 0);
3119 op1 = ior_reg_cond (XEXP (old, 1), x, 0);
3260 op0 = ior_reg_cond (XEXP (old, 0), not_reg_cond (x), 0);
DChangeLog.4512 * flow.c (ior_reg_cond, and_reg_cond, elim_reg_cond): Properly
567 * flow.c (ior_reg_cond, nand_reg_cond, not_reg_cond): Rewrite
DChangeLog.59950 * flow.c (ior_reg_cond): Use REVERSE_CONDEXEC_PREDICATES_P macro.
DChangeLog.35125 (ior_reg_cond, not_reg_cond, nand_reg_cond): New.
DChangeLog.63126 * flow.c (ior_reg_cond): Return NULL if ! add and rtx wasn't optimized.
/openbsd/src/gnu/gcc/gcc/
Dflow.c312 static rtx ior_reg_cond (rtx, rtx, int);
3135 ncond = ior_reg_cond (ncond, cond, 1); in mark_regno_cond_dead()
3139 rcli->stores = ior_reg_cond (rcli->stores, cond, 1); in mark_regno_cond_dead()
3234 ior_reg_cond (rtx old, rtx x, int add) in ior_reg_cond() function
3255 op0 = ior_reg_cond (XEXP (old, 0), x, 0); in ior_reg_cond()
3256 op1 = ior_reg_cond (XEXP (old, 1), x, 0); in ior_reg_cond()
3282 op0 = ior_reg_cond (XEXP (old, 0), x, 0); in ior_reg_cond()
3283 op1 = ior_reg_cond (XEXP (old, 1), x, 0); in ior_reg_cond()
3417 op0 = ior_reg_cond (XEXP (old, 0), not_reg_cond (x), 0); in and_reg_cond()