Searched refs:CC_REGNUM (Results 1 - 25 of 39) sorted by relevance

12

/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-cc-fusion.cc229 if (other_use->regno () != CC_REGNUM
256 for (def_info *def : crtl->ssa->reg_defs (CC_REGNUM))
259 && REGNO (SET_DEST (cc_set)) == CC_REGNUM
H A Daarch64-speculation.cc216 && REGNO (XEXP (cond, 0)) == CC_REGNUM
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/v850/
H A Dv850.h344 #define REGNO_REG_CLASS(REGNO) ((REGNO == CC_REGNUM || REGNO == FCC_REGNUM) ? NO_REGS : GENERAL_REGS)
362 && (regno) != CC_REGNUM \
/netbsd-current/external/gpl3/gcc/dist/gcc/config/v850/
H A Dv850.h344 #define REGNO_REG_CLASS(REGNO) ((REGNO == CC_REGNUM || REGNO == FCC_REGNUM) ? NO_REGS : GENERAL_REGS)
362 && (regno) != CC_REGNUM \
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-speculation.cc216 && REGNO (XEXP (cond, 0)) == CC_REGNUM
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/pdp11/
H A Dpdp11.h507 #define TARGET_FLAGS_REGNUM CC_REGNUM
H A Dpdp11.c1733 else if (regno == CC_REGNUM || regno == FCC_REGNUM)
1751 *p1 = CC_REGNUM;
2141 for an asm We do this for CC_REGNUM and FCC_REGNUM (on FPU target)
2150 clobbers.safe_push (gen_rtx_REG (CCmode, CC_REGNUM));
2151 SET_HARD_REG_BIT (clobbered_regs, CC_REGNUM);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/msp430/
H A Dmsp430.h339 #define CC_REGNUM 2
335 #define CC_REGNUM macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rl78/
H A Drl78.h311 #define CC_REGNUM 34
308 #define CC_REGNUM macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rl78/
H A Drl78.h311 #define CC_REGNUM 34
308 #define CC_REGNUM macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/msp430/
H A Dmsp430.h350 #define CC_REGNUM 2
346 #define CC_REGNUM macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/pdp11/
H A Dpdp11.h510 #define TARGET_FLAGS_REGNUM CC_REGNUM
H A Dpdp11.cc1732 else if (regno == CC_REGNUM || regno == FCC_REGNUM)
1750 *p1 = CC_REGNUM;
2138 for an asm We do this for CC_REGNUM and FCC_REGNUM (on FPU target)
2148 clobbers.safe_push (gen_rtx_REG (CCmode, CC_REGNUM));
2149 SET_HARD_REG_BIT (clobbered_regs, CC_REGNUM);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Daarch-common.c630 outputs[i] = gen_rtx_REG (CCmode, CC_REGNUM);
640 rtx x = gen_rtx_REG (mode, CC_REGNUM);
H A Darm-ldmstm.ml238 Printf.printf "%s (clobber (reg:CC CC_REGNUM))])]\n" indent
256 Printf.printf " (clobber (reg:CC CC_REGNUM))])]\n"
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Daarch-common.cc631 outputs[i] = gen_rtx_REG (CCmode, CC_REGNUM);
641 rtx x = gen_rtx_REG (mode, CC_REGNUM);
H A Darm-ldmstm.ml238 Printf.printf "%s (clobber (reg:CC CC_REGNUM))])]\n" indent
256 Printf.printf " (clobber (reg:CC CC_REGNUM))])]\n"
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rx/
H A Drx.h229 #define CC_REGNUM 16
226 #define CC_REGNUM macro
H A Drx.c1485 for (save_mask = high = low = 0, reg = 1; reg < CC_REGNUM; reg++)
1752 for (reg = CC_REGNUM; reg --;)
1786 for (reg = 1; reg < CC_REGNUM; reg ++)
2139 for (reg = 1; reg < CC_REGNUM; reg ++)
2170 for (reg = 0; reg < CC_REGNUM; reg ++)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rx/
H A Drx.h229 #define CC_REGNUM 16
226 #define CC_REGNUM macro
H A Drx.cc1486 for (save_mask = high = low = 0, reg = 1; reg < CC_REGNUM; reg++)
1753 for (reg = CC_REGNUM; reg --;)
1787 for (reg = 1; reg < CC_REGNUM; reg ++)
2140 for (reg = 1; reg < CC_REGNUM; reg ++)
2171 for (reg = 0; reg < CC_REGNUM; reg ++)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c1703 && REGNO (XVECEXP (*op0, 0, 0)) == CC_REGNUM
1730 && REGNO (XVECEXP (*op0, 0, 0)) == CC_REGNUM
1864 cc = gen_rtx_REG (mode, CC_REGNUM);
1898 cc = gen_rtx_REG (ccmode, CC_REGNUM);
1950 gcc_assert (REGNO (XEXP (code, 0)) == CC_REGNUM);
2265 && REGNO (XEXP (code, 0)) == CC_REGNUM
2704 clob = gen_rtx_CLOBBER (VOIDmode, gen_rtx_REG (CCmode, CC_REGNUM));
5773 rtx ccreg = gen_rtx_REG (CCUmode, CC_REGNUM);
5905 gen_rtx_REG (CCRAWmode, CC_REGNUM), GEN_INT (mask));
6224 insn = gen_rtx_SET (gen_rtx_REG (cc_mode, CC_REGNUM),
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.cc1765 && REGNO (XVECEXP (*op0, 0, 0)) == CC_REGNUM
1792 && REGNO (XVECEXP (*op0, 0, 0)) == CC_REGNUM
1930 cc = gen_rtx_REG (mode, CC_REGNUM);
1964 cc = gen_rtx_REG (ccmode, CC_REGNUM);
2016 gcc_assert (REGNO (XEXP (code, 0)) == CC_REGNUM);
2331 && REGNO (XEXP (code, 0)) == CC_REGNUM
2773 clob = gen_rtx_CLOBBER (VOIDmode, gen_rtx_REG (CCmode, CC_REGNUM));
5870 rtx ccreg = gen_rtx_REG (CCUmode, CC_REGNUM);
6002 gen_rtx_REG (CCRAWmode, CC_REGNUM), GEN_INT (mask));
6322 insn = gen_rtx_SET (gen_rtx_REG (cc_mode, CC_REGNUM),
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/epiphany/
H A Depiphany.c447 else if (i == CC_REGNUM)
630 cc_reg = gen_rtx_REG (mode, CC_REGNUM);
2639 cc_reg = gen_rtx_REG (CCmode, CC_REGNUM);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/epiphany/
H A Depiphany.cc447 else if (i == CC_REGNUM)
632 cc_reg = gen_rtx_REG (mode, CC_REGNUM);
2644 cc_reg = gen_rtx_REG (CCmode, CC_REGNUM);

Completed in 380 milliseconds

12