Home
last modified time | relevance | path

Searched refs:mips_hard_regno_mode_ok (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/
Dmips.cc13054 mips_hard_regno_mode_ok (unsigned int regno, machine_mode mode) in mips_hard_regno_mode_ok() function
13142 if (mips_hard_regno_mode_ok (ST_REG_FIRST, mode)) in mips_class_max_nregs()
13149 if (mips_hard_regno_mode_ok (FP_REG_FIRST, mode)) in mips_class_max_nregs()
23047 #define TARGET_HARD_REGNO_MODE_OK mips_hard_regno_mode_ok
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-201717077 (mips_hard_regno_mode_ok): Delete.
17078 * config/mips/mips.c (mips_hard_regno_mode_ok): Rename to...
17082 (mips_hard_regno_mode_ok): New function.
17083 (mips_class_max_nregs): Use mips_hard_regno_mode_ok instead
DChangeLog-20073359 (mips_print_operand_punct, mips_hard_regno_mode_ok): Change the
3380 (mips_print_operand_punct, mips_hard_regno_mode_ok): Change the
DChangeLog-200224435 mips_hard_regno_mode_ok properly for coprocessor registers.