Searched refs:high_bit (Results 1 – 7 of 7) sorted by relevance
3252 static int high_bit(unsigned int z) in high_bit() function3436 rshift = high_bit(mr)-7; rcount = bitcount(mr); in bmp_load()3437 gshift = high_bit(mg)-7; gcount = bitcount(mr); in bmp_load()3438 bshift = high_bit(mb)-7; bcount = bitcount(mr); in bmp_load()3439 ashift = high_bit(ma)-7; acount = bitcount(mr); in bmp_load()
3328 rtx high_bit = operands[2]; in alpha_split_tfmode_frobsign() local3340 if (rtx_equal_p (operands[0], high_bit)) in alpha_split_tfmode_frobsign()3355 emit_insn ((*operation) (scratch, high_bit, operands[3])); in alpha_split_tfmode_frobsign()
3323 rtx high_bit = operands[2]; in alpha_split_tfmode_frobsign() local3335 if (rtx_equal_p (operands[0], high_bit)) in alpha_split_tfmode_frobsign()3350 emit_insn ((*operation) (scratch, high_bit, operands[3])); in alpha_split_tfmode_frobsign()
4241 high_bit to avoid undefined negative shift.
6664 * c-exp.y (parse_number): Change high_bit to unsigned.