Home
last modified time | relevance | path

Searched refs:shift_init (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilegx/
H A Dtilegx.c1972 HOST_WIDE_INT shift_init, shift_increment, shift_amt; in tilegx_expand_unaligned_store() local
1977 shift_init = BYTES_BIG_ENDIAN ? (bitsize - BITS_PER_UNIT) : 0; in tilegx_expand_unaligned_store()
1980 for (i = 0, shift_amt = shift_init; in tilegx_expand_unaligned_store()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilegx/
H A Dtilegx.cc1973 HOST_WIDE_INT shift_init, shift_increment, shift_amt; in tilegx_expand_unaligned_store() local
1978 shift_init = BYTES_BIG_ENDIAN ? (bitsize - BITS_PER_UNIT) : 0; in tilegx_expand_unaligned_store()
1981 for (i = 0, shift_amt = shift_init; in tilegx_expand_unaligned_store()