Searched refs:count_reg (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/config/ns32k/
H A Dns32k.c459 rtx count_reg = gen_rtx(REG, SImode, 0);
506 emit_insn(gen_rtx(CLOBBER, VOIDmode, count_reg));
517 emit_move_insn(count_reg, GEN_INT(bytes >> 2));
526 emit_insn(gen_lshrsi3 (count_reg, bytes_rtx, GEN_INT(2)));
529 emit_insn(gen_andsi3 (count_reg, bytes_rtx, GEN_INT(3)));
552 emit_insn(gen_negsi2 (count_reg, src_reg));
553 emit_insn(gen_andsi3 (count_reg, count_reg, GEN_INT(3)));
554 emit_insn(gen_subsi3 (bytes_reg, bytes_reg, count_reg));
560 emit_insn (gen_lshrsi3 (count_reg, bytes_re
456 rtx count_reg = gen_rtx(REG, SImode, 0); local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dmodulo-sched.c413 fprintf (dump_file, "SMS count_reg found ");
433 const_iteration_count (rtx count_reg, basic_block pre_header,
446 rtx_equal_p (count_reg, SET_DEST (single_set (insn))))
1139 int to_stage, rtx count_reg)
1151 /* Do not duplicate any insn which refers to count_reg as it
1158 if (reg_mentioned_p (count_reg, u_insn)
1178 rtx count_reg, rtx count_init)
1195 sub_reg = expand_simple_binop (GET_MODE (count_reg), MINUS, count_reg,
1197 GET_MODE (count_reg)),
430 const_iteration_count(rtx count_reg, basic_block pre_header, int64_t * count) argument
1135 duplicate_insns_of_cycles(partial_schedule_ptr ps, int from_stage, int to_stage, rtx count_reg) argument
1174 generate_prolog_epilog(partial_schedule_ptr ps, struct loop *loop, rtx count_reg, rtx count_init) argument
1440 rtx count_reg; local
1578 rtx count_reg; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/c4x/
H A Dc4x.c2120 rtx count_reg; local
2126 count_reg = XEXP (XEXP (SET_SRC (XVECEXP (PATTERN (insn), 0, 0)), 0), 0);
2127 if (REGNO (count_reg) != RC_REGNO)

Completed in 120 milliseconds