Home
last modified time | relevance | path

Searched refs:rotate_amount (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dh8300.cc4471 rtx rotate_amount = operands[2]; in expand_a_rotate() local
4474 if (h8sx_classify_shift (mode, ROTATE, rotate_amount) == H8SX_SHIFT_UNARY) in expand_a_rotate()
4480 if (GET_CODE (rotate_amount) != CONST_INT) in expand_a_rotate()
4488 emit_cmp_and_jump_insns (rotate_amount, const0_rtx, LE, NULL_RTX, in expand_a_rotate()
4492 emit_move_insn (counter, rotate_amount); in expand_a_rotate()
4528 emit_insn (gen_rotlqi3_1 (dst, dst, rotate_amount)); in expand_a_rotate()
4531 emit_insn (gen_rotlhi3_1 (dst, dst, rotate_amount)); in expand_a_rotate()
4534 emit_insn (gen_rotlsi3_1 (dst, dst, rotate_amount)); in expand_a_rotate()
4550 rtx rotate_amount = operands[2]; in output_a_rotate() local
4558 gcc_assert (GET_CODE (rotate_amount) == CONST_INT); in output_a_rotate()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/h8300/
H A Dh8300.c4848 rtx rotate_amount = operands[2]; in expand_a_rotate() local
4851 if (h8sx_classify_shift (mode, ROTATE, rotate_amount) == H8SX_SHIFT_UNARY) in expand_a_rotate()
4857 if (GET_CODE (rotate_amount) != CONST_INT) in expand_a_rotate()
4865 emit_cmp_and_jump_insns (rotate_amount, const0_rtx, LE, NULL_RTX, in expand_a_rotate()
4869 emit_move_insn (counter, rotate_amount); in expand_a_rotate()
4905 emit_insn (gen_rotlqi3_1 (dst, dst, rotate_amount)); in expand_a_rotate()
4908 emit_insn (gen_rotlhi3_1 (dst, dst, rotate_amount)); in expand_a_rotate()
4911 emit_insn (gen_rotlsi3_1 (dst, dst, rotate_amount)); in expand_a_rotate()
4927 rtx rotate_amount = operands[2]; in output_a_rotate() local
4935 gcc_assert (GET_CODE (rotate_amount) == CONST_INT); in output_a_rotate()
[all …]