Searched refs:store_bit_field (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Dexpr.h734 extern rtx store_bit_field (rtx, unsigned HOST_WIDE_INT,
H A Dexpmed.c347 store_bit_field (rtx str_rtx, unsigned HOST_WIDE_INT bitsize,
583 store_bit_field (op0, MIN (BITS_PER_WORD,
692 store_bit_field (tempreg, bitsize, bitpos, fieldmode, orig_value);
346 store_bit_field (rtx str_rtx, unsigned HOST_WIDE_INT bitsize, function
H A Dexpr.c1999 /* store_bit_field always takes its value from the lsb.
2047 store_bit_field (dest, bytelen * BITS_PER_UNIT, bytepos * BITS_PER_UNIT,
2129 store_bit_field (dst, bitsize, bitpos % BITS_PER_WORD, word_mode,
2756 will work. This special case is important, since store_bit_field
2780 store_bit_field (cplx, ibitsize, imag_p ? ibitsize : 0, imode, val);
4073 /* If we are going to use store_bit_field and extract_bit_field,
5607 store_bit_field (target, bitsize, bitpos, mode, temp);
H A Difcvt.c717 /* store_bit_field expects START to be relative to
720 invoke store_bit_field again it is necessary to have the START
734 store_bit_field (op, size, start, GET_MODE (x), y);
788 store_bit_field (inner, GET_MODE_BITSIZE (outmode), bitpos, outmode, y);
H A Dstmt.c1695 store_bit_field (dst, bitsize, xbitpos % BITS_PER_WORD, word_mode,
H A Dcalls.c887 store_bit_field (reg, bitsize, endian_correction, word_mode,
/freebsd-12-stable/contrib/gcc/config/s390/
H A Ds390.c4200 store_bit_field (cmpv, GET_MODE_BITSIZE (mode), 0, SImode, cmp);
4208 store_bit_field (newv, GET_MODE_BITSIZE (mode), 0, SImode, new);
4285 store_bit_field (new, GET_MODE_BITSIZE (mode), 0, SImode, val);

Completed in 311 milliseconds