Searched refs:newpat_dest (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | combine.c | 3087 rtx newpat_dest; in try_combine() local 3094 newpat_dest = SET_DEST (newpat); in try_combine() 3095 compare_mode = orig_compare_mode = GET_MODE (newpat_dest); in try_combine() 3127 unsigned int regno = REGNO (newpat_dest); in try_combine() 3130 newpat_dest = gen_rtx_REG (compare_mode, regno); in try_combine() 3134 newpat_dest = regno_reg_rtx[regno]; in try_combine() 3146 newpat_dest, const0_rtx)); in try_combine() 3152 SUBST (XEXP (*cc_use_loc, 0), newpat_dest); in try_combine() 3162 SUBST (SET_DEST (newpat), newpat_dest); in try_combine()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | combine.c | 3230 rtx newpat_dest; in try_combine() local 3239 newpat_dest = SET_DEST (newpat); in try_combine() 3240 compare_mode = orig_compare_mode = GET_MODE (newpat_dest); in try_combine() 3271 unsigned int regno = REGNO (newpat_dest); in try_combine() 3274 newpat_dest = gen_rtx_REG (compare_mode, regno); in try_combine() 3278 newpat_dest = regno_reg_rtx[regno]; in try_combine() 3290 newpat_dest, const0_rtx)); in try_combine() 3296 SUBST (XEXP (*cc_use_loc, 0), newpat_dest); in try_combine() 3306 SUBST (SET_DEST (newpat), newpat_dest); in try_combine()
|