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

/freebsd-10.0-release/contrib/gcc/
H A Dexpr.c146 static rtx store_field (rtx, HOST_WIDE_INT, HOST_WIDE_INT, enum machine_mode,
3935 /* If the bit field covers the whole REG/MEM, store_field
4153 result = store_field (to_rtx, bitsize, bitpos, mode1, from,
4835 TARGET, BITSIZE, BITPOS, MODE, EXP are as for store_field.
4841 necessary to go through store_field. This is so that we can pass through
4856 let store_field do the bitfield handling. This is unlikely to
4880 store_field (target, bitsize, bitpos, mode, exp, type, alias_set);
5464 store_field (rtx target, HOST_WIDE_INT bitsize, HOST_WIDE_INT bitpos,
5489 twice, once with emit_move_insn and once via store_field. */
5500 store_field (blk_objec
5450 store_field (rtx target, HOST_WIDE_INT bitsize, HOST_WIDE_INT bitpos, function
[all...]

Completed in 130 milliseconds