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

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddse.cc1721 machine_mode store_mode = GET_MODE (store_info->mem);
1731 auto byte = subreg_lowpart_offset (new_mode, store_mode);
1733 = simplify_subreg (new_mode, store_info->const_rhs, store_mode, byte);
1776 if (maybe_lt (GET_MODE_SIZE (new_mode), GET_MODE_SIZE (store_mode))
1777 && !TRULY_NOOP_TRUNCATION_MODES_P (new_mode, store_mode))
1783 && !targetm.modes_tieable_p (new_mode, store_mode))
1787 && known_le (GET_MODE_SIZE (new_mode), GET_MODE_SIZE (store_mode)))
1791 = subreg_offset_from_lsb (new_mode, store_mode, shift);
1793 store_mode, offset);
1837 new_lhs = extract_low_bits (new_mode, store_mode,
1719 machine_mode store_mode = GET_MODE (store_info->mem); local
1877 machine_mode store_mode = GET_MODE (store_info->mem); local
1975 machine_mode store_mode = GET_MODE (store_info->mem); local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddse.c1739 machine_mode store_mode = GET_MODE (store_info->mem);
1768 poly_uint64 byte = subreg_lowpart_offset (new_mode, store_mode);
1770 store_mode, byte);
1793 if (maybe_lt (GET_MODE_SIZE (new_mode), GET_MODE_SIZE (store_mode))
1794 && !TRULY_NOOP_TRUNCATION_MODES_P (new_mode, store_mode))
1800 && !targetm.modes_tieable_p (new_mode, store_mode))
1835 new_lhs = extract_low_bits (new_mode, store_mode,
1877 machine_mode store_mode = GET_MODE (store_info->mem);
1884 if (store_mode == BLKmode)
1900 else if (store_mode
1737 machine_mode store_mode = GET_MODE (store_info->mem); local
1875 machine_mode store_mode = GET_MODE (store_info->mem); local
1973 machine_mode store_mode = GET_MODE (store_info->mem); local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/pa/
H A Dpa.c65 machine_mode store_mode; local
75 store_mode = GET_MODE (SET_SRC (PATTERN (in_insn)));
83 return (GET_MODE_SIZE (store_mode) == GET_MODE_SIZE (other_mode));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/pa/
H A Dpa.cc65 machine_mode store_mode; local
75 store_mode = GET_MODE (SET_SRC (PATTERN (in_insn)));
83 return (GET_MODE_SIZE (store_mode) == GET_MODE_SIZE (other_mode));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c15901 machine_mode store_mode = mode;
15963 store_mode = mode = SImode;
15997 else if (store_mode != mode)
15998 x = convert_modes (store_mode, mode, x, 1);
16001 emit_store_conditional (store_mode, cond, mem, x);
16017 else if (store_mode != mode)
15870 machine_mode store_mode = mode; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc16713 machine_mode store_mode = mode;
16775 store_mode = mode = SImode;
16809 else if (store_mode != mode)
16810 x = convert_modes (store_mode, mode, x, 1);
16813 emit_store_conditional (store_mode, cond, mem, x);
16829 else if (store_mode != mode)
16681 machine_mode store_mode = mode; local

Completed in 487 milliseconds