Lines Matching refs:STORE_FLAG_VALUE
855 && (normalize == 0 || STORE_FLAG_VALUE == normalize)) in noce_emit_store_flag()
1219 && INTVAL (if_info->b) == STORE_FLAG_VALUE in noce_try_store_flag()
1224 && INTVAL (if_info->a) == STORE_FLAG_VALUE in noce_try_store_flag()
1388 if (diff == STORE_FLAG_VALUE || diff == -STORE_FLAG_VALUE) in noce_try_store_flag_constants()
1397 if (diff < 0 && STORE_FLAG_VALUE < 0) in noce_try_store_flag_constants()
1402 else if (diff > 0 && STORE_FLAG_VALUE < 0) in noce_try_store_flag_constants()
1415 else if (diff < 0 && STORE_FLAG_VALUE > 0) in noce_try_store_flag_constants()
1427 else if (diff > 0 && STORE_FLAG_VALUE > 0) in noce_try_store_flag_constants()
1434 && STORE_FLAG_VALUE == 1) in noce_try_store_flag_constants()
1438 && STORE_FLAG_VALUE == 1) in noce_try_store_flag_constants()
1445 && STORE_FLAG_VALUE == -1) in noce_try_store_flag_constants()
1449 && STORE_FLAG_VALUE == -1) in noce_try_store_flag_constants()
1482 if (diff == STORE_FLAG_VALUE || diff == -STORE_FLAG_VALUE) in noce_try_store_flag_constants()
1618 if (STORE_FLAG_VALUE == INTVAL (XEXP (if_info->a, 1))) in noce_try_addcc()
1620 else if (-STORE_FLAG_VALUE == INTVAL (XEXP (if_info->a, 1))) in noce_try_addcc()