Searched refs:const_low (Results 1 – 3 of 3) sorted by relevance
1681 HOST_WIDE_INT const_low;2475 const_low = INTVAL (operands[1]);2476 const_high = (const_low >= 0) - 1;2480 const_low = CONST_DOUBLE_LOW (operands[1]);2541 w = (const_low >> 24) & 0xff;2542 x = (const_low >> 16) & 0xff;2543 y = (const_low >> 8) & 0xff;2544 z = const_low & 0xff;2670 w = (const_low >> 24) & 0xff;2671 x = (const_low >> 16) & 0xff;[all …]
848 int const_low; /* Low bound of constant we can accept. */ in gen_int_relational() member917 if (value < p_info->const_low in gen_int_relational()
3143 int const_low; /* low bound of constant we can accept */ member3214 if (value < p_info->const_low