Searched refs:PR_REGS (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.h601 Thus we must not let either PR_REGS or BR_REGS be the last class. The
606 PR_REGS,
628 { "NO_REGS", "PR_REGS", "BR_REGS", "AR_M_REGS", "AR_I_REGS", \
642 /* PR_REGS. */ \
699 : PR_REGNO_P (REGNO) ? PR_REGS \
743 ((MODE) == BImode && (CLASS) == PR_REGS ? 2 \
597 PR_REGS, enumerator in enum:reg_class
H A Dia64.c5808 case PR_REGS:
5810 if (from == PR_REGS)
5966 case PR_REGS:
6414 if (REGNO_REG_CLASS (regno) == PR_REGS
6621 && REGNO_REG_CLASS (REGNO (cond)) == PR_REGS);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.h601 Thus we must not let either PR_REGS or BR_REGS be the last class. The
606 PR_REGS,
628 { "NO_REGS", "PR_REGS", "BR_REGS", "AR_M_REGS", "AR_I_REGS", \
642 /* PR_REGS. */ \
699 : PR_REGNO_P (REGNO) ? PR_REGS \
743 ((MODE) == BImode && (CLASS) == PR_REGS ? 2 \
597 PR_REGS, enumerator in enum:reg_class
H A Dia64.cc5808 case PR_REGS:
5810 if (from == PR_REGS)
5966 case PR_REGS:
6414 if (REGNO_REG_CLASS (regno) == PR_REGS
6621 && REGNO_REG_CLASS (REGNO (cond)) == PR_REGS);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.h693 PR_REGS,
716 "PR_REGS", \
736 { 0x00000000, 0x00000000, 0x000ffff0 }, /* PR_REGS */ \
691 PR_REGS, enumerator in enum:reg_class
H A Daarch64.c2705 case PR_REGS:
11331 case PR_REGS:
23077 /* PR_REGS isn't a useful pressure class because many predicate pseudo
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.h738 PR_REGS,
761 "PR_REGS", \
781 { 0x00000000, 0x00000000, 0x000ffff0 }, /* PR_REGS */ \
736 PR_REGS, enumerator in enum:reg_class
H A Daarch64.cc3962 case PR_REGS:
12772 case PR_REGS:
15151 ? reg_classes_intersect_p (rclass, PR_REGS)
15152 : reg_class_subset_p (rclass, PR_REGS))
26697 /* PR_REGS isn't a useful pressure class because many predicate pseudo
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh.h901 PR_REGS,
926 "PR_REGS", \
952 /* PR_REGS: */ \
897 PR_REGS, enumerator in enum:reg_class
H A Dsh.c162 NO_REGS, GENERAL_REGS, PR_REGS, T_REGS,
10734 if (dstclass == T_REGS || dstclass == PR_REGS)
10773 && (srcclass == PR_REGS || srcclass == MAC_REGS || srcclass == T_REGS))
10775 && (dstclass == PR_REGS || dstclass == MAC_REGS)))
11370 if ((rclass == MAC_REGS || rclass == PR_REGS)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh.h901 PR_REGS,
926 "PR_REGS", \
952 /* PR_REGS: */ \
897 PR_REGS, enumerator in enum:reg_class
H A Dsh.cc162 NO_REGS, GENERAL_REGS, PR_REGS, T_REGS,
10734 if (dstclass == T_REGS || dstclass == PR_REGS)
10773 && (srcclass == PR_REGS || srcclass == MAC_REGS || srcclass == T_REGS))
10775 && (dstclass == PR_REGS || dstclass == MAC_REGS)))
10788 && (srcclass == PR_REGS))
10790 && (dstclass == PR_REGS)))
11376 if ((rclass == MAC_REGS || rclass == PR_REGS)

Completed in 473 milliseconds