Home
last modified time | relevance | path

Searched refs:mips_class_max_nregs (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips-protos.h301 extern int mips_class_max_nregs (enum reg_class, machine_mode);
H A Dmips.h2318 #define CLASS_MAX_NREGS(CLASS, MODE) mips_class_max_nregs (CLASS, MODE)
H A Dmips.c12980 mips_class_max_nregs (enum reg_class rclass, machine_mode mode) in mips_class_max_nregs() function
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips-protos.h301 extern int mips_class_max_nregs (enum reg_class, machine_mode);
H A Dmips.h2337 #define CLASS_MAX_NREGS(CLASS, MODE) mips_class_max_nregs (CLASS, MODE)
H A Dmips.cc13133 mips_class_max_nregs (enum reg_class rclass, machine_mode mode) in mips_class_max_nregs() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200224394 * mips.c (mips_class_max_nregs, mips_register_move_cost): New
24398 * mips-protos.h (mips_class_max_nregs, mips_register_move_cost):
24432 (mips_class_max_nregs, mips_register_move_cost): Handle
H A DChangeLog-201915131 * config/mips/mips.c (mips_class_max_nregs): Likewise.
15254 * config/mips/mips.c (mips_class_max_nregs): Likewise.
H A DChangeLog-20064425 (mips_class_max_nregs): Handle float registers case seperately.
H A DChangeLog-200811503 mips_class_max_nregs, mips_cannot_change_mode_class,
H A DChangeLog-20073744 (mips_class_max_nregs): Calculate the smallest consituent register
H A DChangeLog-201625239 (mips_class_max_nregs): Add register size for MSA supported mode.
H A DChangeLog-200322238 * config/mips/mips.c (mips_class_max_nregs): Return the number of
H A DChangeLog-201113847 * config/mips/mips.c (mips_class_max_nregs): Check that the mode is
H A DChangeLog-201717083 (mips_class_max_nregs): Use mips_hard_regno_mode_ok instead
H A DChangeLog-200416413 (mips_class_max_nregs): Check for ST_REGS, and handle CCmodes.