Lines Matching defs:variable

76   COSTS_N_BYTES (2),			/* variable shift costs */
130 COSTS_N_INSNS (3), /* variable shift costs */
183 COSTS_N_INSNS (3), /* variable shift costs */
236 COSTS_N_INSNS (4), /* variable shift costs */
289 COSTS_N_INSNS (1), /* variable shift costs */
342 COSTS_N_INSNS (2), /* variable shift costs */
396 COSTS_N_INSNS (1), /* variable shift costs */
449 COSTS_N_INSNS (1), /* variable shift costs */
502 COSTS_N_INSNS (1), /* variable shift costs */
554 COSTS_N_INSNS (1), /* variable shift costs */
620 COSTS_N_INSNS (4), /* variable shift costs */
673 COSTS_N_INSNS (1), /* variable shift costs */
726 COSTS_N_INSNS (1), /* variable shift costs */
783 COSTS_N_INSNS (1), /* variable shift costs */
839 COSTS_N_INSNS (1), /* variable shift costs */
987 for outgoing arguments will be computed and placed into the variable
1197 stand that it should say that a variable lives in %st(0) (when
1200 variable in question (via a `/' command).
1206 location for each floating-point variable, and the memory
1208 attribute for the variable in question.
2557 if they are not variable. */
2560 if they are not variable. */
2854 variable. */
2876 /* Each global register variable increases register preassure,
2959 of args is fixed, but if the number is variable then the caller
2977 variable args. */
3059 /* Initialize a variable CUM of type CUMULATIVE_ARGS
3115 /* Determine if this function has variable arguments. This is
3117 are no variable arguments. If there are variable arguments, then
3918 CUM is a variable of type CUMULATIVE_ARGS which gives info about
9994 /* Deconstruct a copysign operation into bit masks. Operand 0 is variable,
11616 /* Try a few things more with specific constants and a variable. */
11658 /* Mask in the interesting variable. */
12891 ix86_expand_aligntest (rtx variable, int value)
12894 rtx tmpcount = gen_reg_rtx (GET_MODE (variable));
12895 if (GET_MODE (variable) == DImode)
12896 emit_insn (gen_anddi3 (tmpcount, variable, GEN_INT (value)));
12898 emit_insn (gen_andsi3 (tmpcount, variable, GEN_INT (value)));
12899 emit_cmp_and_jump_insns (tmpcount, const0_rtx, EQ, 0, GET_MODE (variable),
14358 /* Compute the alignment for a static variable.
14425 /* Compute the alignment for a local variable.
14481 /* Emit RTL insns to initialize the variable parts of a trampoline.
18315 /* Figure out whether or not the function has a variable number of
19051 /* Zero extend the variable element to SImode and recurse. */
19107 the variable value with its adjacent constant value, and
19143 all values variable, and none identical. */