Home
last modified time | relevance | path

Searched defs:shifted (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gdb-7/libiberty/
H A Dfloatformat.c437 unsigned int shifted = *(data + cur_byte) >> lo_bit; in get_field() local
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dfloatformat.c448 unsigned int shifted = *(data + cur_byte) >> lo_bit; in get_field() local
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dfloatformat.c447 unsigned int shifted = *(data + cur_byte) >> lo_bit; in get_field() local
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dfloatformat.c437 unsigned int shifted = *(data + cur_byte) >> lo_bit; in get_field() local
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dfloatformat.c447 unsigned int shifted = *(data + cur_byte) >> lo_bit; in get_field() local
/dragonfly/contrib/gcc-4.7/gcc/
H A Dexpmed.c2160 expand_shift_1 (enum tree_code code, enum machine_mode mode, rtx shifted, in expand_shift_1()
2332 expand_shift (enum tree_code code, enum machine_mode mode, rtx shifted, in expand_shift()
2347 expand_variable_shift (enum tree_code code, enum machine_mode mode, rtx shifted, in expand_variable_shift()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dexpmed.c2643 expand_shift (enum tree_code code, machine_mode mode, rtx shifted, in expand_shift()
2654 maybe_expand_shift (enum tree_code code, machine_mode mode, rtx shifted, in maybe_expand_shift()
2669 expand_variable_shift (enum tree_code code, machine_mode mode, rtx shifted, in expand_variable_shift()
/dragonfly/contrib/ncurses/progs/
H A Dtic.c2684 const char *shifted; in check_conflict() member