Searched refs:const_high (Results 1 – 3 of 3) sorted by relevance
1682 HOST_WIDE_INT const_high;2476 const_high = (const_low >= 0) - 1;2481 const_high = CONST_DOUBLE_HIGH (operands[1]);2537 s = (const_high >> 24) & 0xff;2538 t = (const_high >> 16) & 0xff;2539 u = (const_high >> 8) & 0xff;2540 v = const_high & 0xff;2666 s = (const_high >> 24) & 0xff;2667 t = (const_high >> 16) & 0xff;2668 u = (const_high >> 8) & 0xff;[all …]
849 int const_high; /* High bound of constant we can accept. */ in gen_int_relational() member918 || value > p_info->const_high) in gen_int_relational()
3144 int const_high; /* high bound of constant we can accept */ member3215 || value > p_info->const_high