Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc13275 mips_canonicalize_move_class (reg_class_t rclass) in mips_canonicalize_move_class() function
13368 from = mips_canonicalize_move_class (from); in mips_register_move_cost()
13369 to = mips_canonicalize_move_class (to); in mips_register_move_cost()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c13122 mips_canonicalize_move_class (reg_class_t rclass) in mips_canonicalize_move_class() function
13215 from = mips_canonicalize_move_class (from); in mips_register_move_cost()
13216 to = mips_canonicalize_move_class (to); in mips_register_move_cost()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20083144 * config/mips/mips.c (mips_canonicalize_move_class): New function.
H A DChangeLog-201017468 (mips_canonicalize_move_class): Change argument type to reg_class_t.