Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dobjc-exp.y1018 unsigned LONGEST high_bit; local
1163 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))
H A Df-exp.y655 ULONGEST high_bit; local
757 high_bit = ((ULONGEST)1) << (TARGET_LONG_BIT-1);
763 high_bit = ((ULONGEST)1) << (TARGET_INT_BIT-1);
773 if (unsigned_p || (n & high_bit))
H A Dp-exp.y789 ULONGEST high_bit; local
938 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))
H A Dobjc-exp.c2681 unsigned LONGEST high_bit; local
2826 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))
H A Dc-exp.y1066 ULONGEST high_bit; local
1215 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))
H A Dp-exp.c2132 ULONGEST high_bit; local
2281 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))
H A Df-exp.c2050 ULONGEST high_bit; local
2152 high_bit = ((ULONGEST)1) << (TARGET_LONG_BIT-1);
2158 high_bit = ((ULONGEST)1) << (TARGET_INT_BIT-1);
2168 if (unsigned_p || (n & high_bit))
H A Dc-exp.c2718 ULONGEST high_bit; local
2867 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))
H A DChangeLog-19984241 high_bit to avoid undefined negative shift.
H A DChangeLog-19936677 * c-exp.y (parse_number): Change high_bit to unsigned.
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dalpha.c4071 rtx high_bit = operands[2]; local
4083 if (rtx_equal_p (operands[0], high_bit))
4098 emit_insn ((*operation) (scratch, high_bit, operands[3]));
/openbsd/gnu/gcc/gcc/config/alpha/
H A Dalpha.c3322 rtx high_bit = operands[2]; in alpha_split_tfmode_frobsign() local
3334 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()