Searched refs:high_bit (Results 1 – 12 of 12) sorted by relevance
1018 unsigned LONGEST high_bit; local1163 high_bit = ((unsigned LONGEST)1) << (TARGET_INT_BIT-1);1177 high_bit = ((unsigned LONGEST)1) << (TARGET_LONG_BIT-1);1183 high_bit = (((unsigned LONGEST)1)1187 if (high_bit == 0)1189 high_bit =1200 if (unsigned_p || (n & high_bit))
655 ULONGEST high_bit; local757 high_bit = ((ULONGEST)1) << (TARGET_LONG_BIT-1);763 high_bit = ((ULONGEST)1) << (TARGET_INT_BIT-1);773 if (unsigned_p || (n & high_bit))
789 ULONGEST high_bit; local938 high_bit = ((ULONGEST)1) << (TARGET_INT_BIT-1);952 high_bit = ((ULONGEST)1) << (TARGET_LONG_BIT-1);964 high_bit = (ULONGEST) 1 << shift;974 if (unsigned_p || (n & high_bit))
2681 unsigned LONGEST high_bit; local2826 high_bit = ((unsigned LONGEST)1) << (TARGET_INT_BIT-1);2840 high_bit = ((unsigned LONGEST)1) << (TARGET_LONG_BIT-1);2846 high_bit = (((unsigned LONGEST)1)2850 if (high_bit == 0)2852 high_bit =2863 if (unsigned_p || (n & high_bit))
1066 ULONGEST high_bit; local1215 high_bit = ((ULONGEST)1) << (TARGET_INT_BIT-1);1229 high_bit = ((ULONGEST)1) << (TARGET_LONG_BIT-1);1241 high_bit = (ULONGEST) 1 << shift;1251 if (unsigned_p || (n & high_bit))
2132 ULONGEST high_bit; local2281 high_bit = ((ULONGEST)1) << (TARGET_INT_BIT-1);2295 high_bit = ((ULONGEST)1) << (TARGET_LONG_BIT-1);2307 high_bit = (ULONGEST) 1 << shift;2317 if (unsigned_p || (n & high_bit))
2050 ULONGEST high_bit; local2152 high_bit = ((ULONGEST)1) << (TARGET_LONG_BIT-1);2158 high_bit = ((ULONGEST)1) << (TARGET_INT_BIT-1);2168 if (unsigned_p || (n & high_bit))
2718 ULONGEST high_bit; local2867 high_bit = ((ULONGEST)1) << (TARGET_INT_BIT-1);2881 high_bit = ((ULONGEST)1) << (TARGET_LONG_BIT-1);2893 high_bit = (ULONGEST) 1 << shift;2903 if (unsigned_p || (n & high_bit))
4241 high_bit to avoid undefined negative shift.
6677 * c-exp.y (parse_number): Change high_bit to unsigned.
4071 rtx high_bit = operands[2]; local4083 if (rtx_equal_p (operands[0], high_bit))4098 emit_insn ((*operation) (scratch, high_bit, operands[3]));
3322 rtx high_bit = operands[2]; in alpha_split_tfmode_frobsign() local3334 if (rtx_equal_p (operands[0], high_bit)) in alpha_split_tfmode_frobsign()3349 emit_insn ((*operation) (scratch, high_bit, operands[3])); in alpha_split_tfmode_frobsign()