Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/config/mips/
Dmips.h1412 extern char mips_hard_regno_mode_ok[][FIRST_PSEUDO_REGISTER];
1415 mips_hard_regno_mode_ok[ (int)(MODE) ][ (REGNO) ]
Dmips.c617 char mips_hard_regno_mode_ok[(int)MAX_MACHINE_MODE][FIRST_PSEUDO_REGISTER]; variable
5073 mips_hard_regno_mode_ok[(int)mode][regno] = temp; in override_options()
/freebsd-10-stable/contrib/gcc/
DChangeLog-200224435 mips_hard_regno_mode_ok properly for coprocessor registers.