Lines Matching refs:shift

76   COSTS_N_BYTES (2),			/* variable shift costs */
77 COSTS_N_BYTES (3), /* constant shift costs */
130 COSTS_N_INSNS (3), /* variable shift costs */
131 COSTS_N_INSNS (2), /* constant shift costs */
183 COSTS_N_INSNS (3), /* variable shift costs */
184 COSTS_N_INSNS (2), /* constant shift costs */
236 COSTS_N_INSNS (4), /* variable shift costs */
237 COSTS_N_INSNS (1), /* constant shift costs */
289 COSTS_N_INSNS (1), /* variable shift costs */
290 COSTS_N_INSNS (1), /* constant shift costs */
342 COSTS_N_INSNS (2), /* variable shift costs */
343 COSTS_N_INSNS (1), /* constant shift costs */
396 COSTS_N_INSNS (1), /* variable shift costs */
397 COSTS_N_INSNS (1), /* constant shift costs */
449 COSTS_N_INSNS (1), /* variable shift costs */
450 COSTS_N_INSNS (1), /* constant shift costs */
502 COSTS_N_INSNS (1), /* variable shift costs */
503 COSTS_N_INSNS (1), /* constant shift costs */
554 COSTS_N_INSNS (1), /* variable shift costs */
555 COSTS_N_INSNS (1), /* constant shift costs */
620 COSTS_N_INSNS (4), /* variable shift costs */
621 COSTS_N_INSNS (4), /* constant shift costs */
673 COSTS_N_INSNS (1), /* variable shift costs */
674 COSTS_N_INSNS (1), /* constant shift costs */
726 COSTS_N_INSNS (1), /* variable shift costs */
727 COSTS_N_INSNS (1), /* constant shift costs */
783 COSTS_N_INSNS (1), /* variable shift costs */
784 COSTS_N_INSNS (1), /* constant shift costs */
839 COSTS_N_INSNS (1), /* variable shift costs */
840 COSTS_N_INSNS (1), /* constant shift costs */
8002 s -- print a shift double count, followed by the assemblers argument
9791 int shift = 63;
9799 lo = (HOST_WIDE_INT)1 << shift, hi = -1;
9801 lo = 0, hi = (HOST_WIDE_INT)1 << (shift - HOST_BITS_PER_WIDE_INT);
12319 /* Do not use shift by 32 to avoid warning on 32bit systems. */
12576 left shift by a constant, either using a single shift or
12665 the same size. Avoiding the shift in the bit extract case helps
16797 error ("shift must be an immediate");
16881 error ("shift must be an immediate");
17077 error ("shift must be an immediate");
19204 rtx words[4], shift;
19210 shift = GEN_INT (GET_MODE_BITSIZE (inner_mode));
19225 word = expand_simple_binop (word_mode, ASHIFT, word, shift,
19570 /* ??? Could extract the appropriate HImode element and shift. */