Home
last modified time | relevance | path

Searched refs:mips_mode_ok_for_mov_fmt_p (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc13219 mips_mode_ok_for_mov_fmt_p (machine_mode mode) in mips_mode_ok_for_mov_fmt_p() function
13246 || (!mips_mode_ok_for_mov_fmt_p (mode1) in mips_modes_tieable_p()
13247 && !mips_mode_ok_for_mov_fmt_p (mode2))); in mips_modes_tieable_p()
13259 && mips_mode_ok_for_mov_fmt_p (GET_MODE (x))) in mips_preferred_reload_class()
13374 if (to == FP_REGS && mips_mode_ok_for_mov_fmt_p (mode)) in mips_register_move_cost()
13506 if (FP_REG_P (regno) && mips_mode_ok_for_mov_fmt_p (mode)) in mips_secondary_reload_class()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c13066 mips_mode_ok_for_mov_fmt_p (machine_mode mode) in mips_mode_ok_for_mov_fmt_p() function
13093 || (!mips_mode_ok_for_mov_fmt_p (mode1) in mips_modes_tieable_p()
13094 && !mips_mode_ok_for_mov_fmt_p (mode2))); in mips_modes_tieable_p()
13106 && mips_mode_ok_for_mov_fmt_p (GET_MODE (x))) in mips_preferred_reload_class()
13221 if (to == FP_REGS && mips_mode_ok_for_mov_fmt_p (mode)) in mips_register_move_cost()
13353 if (FP_REG_P (regno) && mips_mode_ok_for_mov_fmt_p (mode)) in mips_secondary_reload_class()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20074693 mips_mode_ok_for_mov_fmt_p.
5001 (mips_mode_ok_for_mov_fmt_p): New function.
5006 satisfy mips_mode_ok_for_mov_fmt_p. Only allow loads and stores
H A DChangeLog-201625242 (mips_mode_ok_for_mov_fmt_p): Allow MSA to use move.v
H A DChangeLog-201719411 (mips_mode_ok_for_mov_fmt_p): Likewise.
H A DChangeLog-2014334 (mips_mode_ok_for_mov_fmt_p): Likewise.