Home
last modified time | relevance | path

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

/original-bsd/contrib/gcc-2.3.3/config/
H A Dmips.c1572 struct cmp_info *p_info; local
1583 p_info = &info[ (int)test ];
1584 eqne_p = (p_info->test_code == XOR);
1612 if (value < p_info->const_low || value > p_info->const_high)
1618 ? p_info->invert_const
1619 : p_info->invert_reg;
1631 if (p_info->const_add != 0)
1633 HOST_WIDE_INT new = INTVAL (cmp1) + p_info->const_add;
1637 if ((p_info->unsignedp
1640 != (p_info->const_add > 0))
[all …]