Searched refs:ncond (Results 1 – 2 of 2) sorted by relevance
| /trueos/contrib/gcc/ |
| HD | flow.c | 3105 rtx ncond; in mark_regno_cond_dead() local 3134 ncond = rcli->condition; in mark_regno_cond_dead() 3135 ncond = ior_reg_cond (ncond, cond, 1); in mark_regno_cond_dead() 3149 if (ncond == const1_rtx in mark_regno_cond_dead() 3150 || (ncond == rcli->orig_condition && rcli->stores == const1_rtx)) in mark_regno_cond_dead() 3154 rcli->condition = ncond; in mark_regno_cond_dead() 3883 rtx ncond; in mark_used_reg() local 3898 ncond = rcli->condition; in mark_used_reg() 3899 ncond = and_reg_cond (ncond, not_reg_cond (cond), 1); in mark_used_reg() 3903 if (ncond == const0_rtx) in mark_used_reg() [all …]
|
| HD | ChangeLog-2005 | 18208 * config/cris/cris.md (ncond, ocode, rcond): Remove separate 18210 ("b<ncond:code>", "b<ocond:code>", "b<rcond:code>") 18211 ("*b<ncond:code>_reversed", "*b<ocond:code>_reversed") 18212 ("*b<rcond:code>_reversed", "s<ncond:code>", "s<rcond:code>") 18213 ("s<ocond:code>"): Rename from respectively "b<ncond>", 18214 "b<ocond>", "b<rcond>", ("*b<ncond>_reversed", 18215 "*b<ocond>_reversed", "*b<rcond>_reversed", "s<ncond>", 18404 (szext, shift, shiftrt, ncond, ocond, rcond): New, code-macros. 18405 (u, su, shlr, slr, ncond, ocond, rcond, rCC, oCC, roCC): New, 18475 ("b<ncond>"): Replace "beq", "bne", "bgtu", "bltu", "bgeu" and [all …]
|