Home | History | Annotate | Download | only in frv

Lines Matching defs:cc_reg

4696   rtx cc_reg;
4705 cc_reg = ((TARGET_ALLOC_CC)
4710 emit_insn (gen_rtx_SET (cc_reg, gen_rtx_COMPARE (cc_mode, op0, op1)));
4712 return cc_reg;
4728 rtx cc_reg = frv_emit_comparison (test, operands[1], operands[2]);
4729 machine_mode cc_mode = GET_MODE (cc_reg);
4733 (if_then_else (<test>, <cc_reg>, (const_int 0))
4737 test_rtx = gen_rtx_fmt_ee (test, cc_mode, cc_reg, const0_rtx);
4755 rtx cc_reg = frv_emit_comparison (test, operands[2], operands[3]);
4758 (parallel [(set <target> (<test>, <cc_reg>, (const_int 0))
4760 test_rtx = gen_rtx_fmt_ee (test, SImode, cc_reg, const0_rtx);
4766 ((GET_MODE (cc_reg) == CC_FPmode)
4781 frv_split_scc (rtx dest, rtx test, rtx cc_reg, rtx cr_reg, HOST_WIDE_INT value)
4791 cc_reg,
4824 rtx cc_reg = frv_emit_comparison (test,
4826 machine_mode cc_mode = GET_MODE (cc_reg);
4830 (if_then_else (<test> <cc_reg> (const_int 0))
4874 test2 = gen_rtx_fmt_ee (test, cc_mode, cc_reg, const0_rtx);
4899 rtx cc_reg = operands[2];
4912 cc_reg,
5053 rtx cc_reg = operands[4];
5074 emit_insn (gen_rtx_SET (cc_reg, gen_rtx_COMPARE (GET_MODE (cc_reg),
5080 cc_reg,
5127 rtx cc_reg = operands[2];
5134 emit_insn (gen_rtx_SET (cc_reg, gen_rtx_COMPARE (CCmode, src, const0_rtx)));
5138 cc_reg, const0_rtx)));