Home
last modified time | relevance | path

Searched refs:mips_const_insns (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/contrib/gcc/config/mips/
Dmips-protos.h134 extern int mips_const_insns (rtx);
Dmips.h2187 #define LEGITIMATE_CONSTANT_P(X) (mips_const_insns (X) > 0)
Dmips.c1783 mips_const_insns (rtx x) in mips_const_insns() function
1831 int n = mips_const_insns (x); in mips_const_insns()
Dmips.md299 (symbol_ref "mips_const_insns (operands[1]) * 4")
/freebsd-9-stable/contrib/gcc/
DChangeLog-20033408 (mips_const_insns): Be more fussy about HIGH constants. Remove use
6561 * config/mips/mips.c (mips_const_insns, mips_output_move): Remove
24197 (mips_const_insns): Use mips_build_integer to determine the number
24592 (mips_const_insns): Always accept HIGH.
24669 (mips_address_insns, mips_fetch_insns, mips_const_insns,
24684 (LEGITIMATE_CONSTANT_P): Use mips_const_insns.
24688 (CONST_COSTS): Use mips_const_insns to calculate the cost of
24707 mips16_unextended_reference_p, mips_address_insns, mips_const_insns,
24753 (define_attr length): Use mips_const_insns for const instructions.
DChangeLog.tree-ssa785 * config/mips/mips.c (mips_const_insns): Likewise.
DChangeLog-200416399 (mips_const_insns): Handle CONST_VECTOR the same as CONST_DOUBLE.