Home
last modified time | relevance | path

Searched refs:memory_move_secondary_cost (Results 1 – 10 of 10) sorted by relevance

/trueos/contrib/gcc/
HDreload.h36 (4 + memory_move_secondary_cost ((MODE), (CLASS), (IN)))
38 extern int memory_move_secondary_cost (enum machine_mode, enum reg_class, int);
HDregclass.c606 memory_move_secondary_cost (enum machine_mode mode, enum reg_class class, int in) in memory_move_secondary_cost() function
637 return memory_move_secondary_cost (mode, altclass, in) + partial_cost; in memory_move_secondary_cost()
HDFSFChangeLog1682 * regclass.c (memory_move_secondary_cost): Protect uses of
1694 (memory_move_secondary_cost): Declare.
1696 (memory_move_secondary_cost) [HAVE_SECONDARY_RELOADS]: New function.
1708 Add memory_move_secondary_cost result to cpu-specific cost.
HDChangeLog-199814821 * regclass.c (memory_move_secondary_cost): Wrap uses of
HDChangeLog-1999244 * regclass.c (memory_move_secondary_cost): Mark variable `mem'
HDChangeLog-20016601 (MEMORY_MOVE_COST): Allow for memory_move_secondary_cost.
HDChangeLog-20053472 (memory_move_secondary_cost, init_reg_autoinc): Remove
HDChangeLog-200413741 memory_move_secondary_cost): Likewise.
/trueos/contrib/gcc/config/mips/
HDmips.h2309 + memory_move_secondary_cost ((MODE), (CLASS), (TO_P)))
/trueos/contrib/gcc/doc/
HDtm.texi5602 GCC defines the function @code{memory_move_secondary_cost} if