Lines Matching defs:rotate_amount
4485 rtx rotate_amount = operands[2];
4488 if (h8sx_classify_shift (mode, ROTATE, rotate_amount) == H8SX_SHIFT_UNARY)
4494 if (GET_CODE (rotate_amount) != CONST_INT)
4502 emit_cmp_and_jump_insns (rotate_amount, const0_rtx, LE, NULL_RTX,
4506 emit_move_insn (counter, rotate_amount);
4542 emit_insn (gen_rotlqi3_1 (dst, dst, rotate_amount));
4545 emit_insn (gen_rotlhi3_1 (dst, dst, rotate_amount));
4548 emit_insn (gen_rotlsi3_1 (dst, dst, rotate_amount));
4564 rtx rotate_amount = operands[2];
4572 gcc_assert (GET_CODE (rotate_amount) == CONST_INT);
4601 amount = INTVAL (rotate_amount);