Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/config/mips/
HDmips.h1415 extern char mips_hard_regno_mode_ok[][FIRST_PSEUDO_REGISTER];
1418 mips_hard_regno_mode_ok[ (int)(MODE) ][ (REGNO) ]
HDmips.c617 char mips_hard_regno_mode_ok[(int)MAX_MACHINE_MODE][FIRST_PSEUDO_REGISTER]; variable
5074 mips_hard_regno_mode_ok[(int)mode][regno] = temp; in override_options()
/freebsd-11-stable/contrib/gcc/
HDChangeLog-200224435 mips_hard_regno_mode_ok properly for coprocessor registers.