Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/stbi/
H A Dstb_image.c3252 static int high_bit(unsigned int z) in high_bit() function
3436 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dalpha.cc3328 rtx high_bit = operands[2]; in alpha_split_tfmode_frobsign() local
3340 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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/alpha/
H A Dalpha.c3323 rtx high_bit = operands[2]; in alpha_split_tfmode_frobsign() local
3335 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()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-19984241 high_bit to avoid undefined negative shift.
H A DChangeLog-19936664 * c-exp.y (parse_number): Change high_bit to unsigned.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-19984241 high_bit to avoid undefined negative shift.
H A DChangeLog-19936664 * c-exp.y (parse_number): Change high_bit to unsigned.