Home
last modified time | relevance | path

Searched refs:GR_REGS (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/iq2000/
H A Diq2000.h180 ((REGNO_REG_CLASS (REGNO) == GR_REGS) \
198 GR_REGS, /* Integer registers. */ enumerator
203 #define GENERAL_REGS GR_REGS
222 ((REGNO) <= GP_REG_LAST + 1 ? GR_REGS : NO_REGS)
224 #define BASE_REG_CLASS (GR_REGS)
229 ((C) == 'd' ? GR_REGS : \
231 (C) == 'y' ? GR_REGS : \
241 ? (GR_REGS) \
244 ? (GR_REGS) \
920 ((CLASS) == GR_REGS)
/openbsd-src/gnu/gcc/gcc/config/ia64/
H A Dia64.h723 GR_REGS, enumerator
732 #define GENERAL_REGS GR_REGS
808 : GENERAL_REGNO_P (REGNO) ? GR_REGS \
888 && (((CLASS1) == GR_REGS && (CLASS2) == FR_REGS) \
889 || ((CLASS1) == FR_REGS && (CLASS2) == GR_REGS)))
H A Dia64.c4823 to = GR_REGS; in ia64_register_move_cost()
4825 from = GR_REGS; in ia64_register_move_cost()
4841 if (to != GR_REGS || from != GR_REGS) in ia64_register_move_cost()
4854 if (from != GR_REGS) in ia64_register_move_cost()
4860 if (from != GR_REGS && from != GR_AND_BR_REGS) in ia64_register_move_cost()
4867 if (from != GR_REGS) in ia64_register_move_cost()
4871 case GR_REGS: in ia64_register_move_cost()
4952 return GR_REGS; in ia64_secondary_reload_class()
4957 return GR_REGS; in ia64_secondary_reload_class()
4964 return GR_REGS; in ia64_secondary_reload_class()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.c457 GR_REGS, GR_REGS, M16_NA_REGS, M16_NA_REGS, enumerator
459 GR_REGS, GR_REGS, GR_REGS, GR_REGS, enumerator
460 GR_REGS, GR_REGS, GR_REGS, GR_REGS, enumerator
461 M16_NA_REGS, M16_NA_REGS, GR_REGS, GR_REGS, enumerator
462 GR_REGS, GR_REGS, GR_REGS, GR_REGS, enumerator
463 T_REG, GR_REGS, GR_REGS, GR_REGS, enumerator
464 GR_REGS, GR_REGS, GR_REGS, GR_REGS, enumerator
475 ST_REGS, ST_REGS, ST_REGS, GR_REGS, enumerator
5408 mips_char_to_class['d'] = TARGET_MIPS16 ? M16_REGS : GR_REGS; in override_options()
5417 mips_char_to_class['y'] = GR_REGS; in override_options()
[all …]
H A Dmips.h2035 GR_REGS, /* integer registers */ enumerator
2060 #define GENERAL_REGS GR_REGS
2150 #define BASE_REG_CLASS (TARGET_MIPS16 ? M16_REGS : GR_REGS)
2169 ((CLASS) == GR_REGS || (CLASS) == M16_REGS || (CLASS) == T_REG \
2315 : ((CLASS) != GR_REGS \
2321 ? (TARGET_MIPS16 ? M16_REGS : GR_REGS) \
2325 ? (TARGET_MIPS16 ? M16_REGS : GR_REGS) \
/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dconstraints.md47 : GR_REGS"
60 (define_register_constraint "y" "GR_REGS"
H A Dmips.h1487 GR_REGS, /* integer registers */ enumerator
1512 #define GENERAL_REGS GR_REGS
1608 #define BASE_REG_CLASS (TARGET_MIPS16 ? M16_REGS : GR_REGS)
1627 ((CLASS) == GR_REGS || (CLASS) == M16_REGS || (CLASS) == T_REG \
H A Dmips.c7667 if (reg_class_subset_p (GR_REGS, class)) in mips_preferred_reload_class()
7668 class = GR_REGS; in mips_preferred_reload_class()
7686 enum reg_class gr_regs = TARGET_MIPS16 ? M16_REGS : GR_REGS; in mips_secondary_reload_class()
/openbsd-src/gnu/gcc/gcc/config/xtensa/
H A Dxtensa.c115 RL_REGS, RL_REGS, RL_REGS, GR_REGS, enumerator
1524 xtensa_char_to_class['a'] = GR_REGS; in override_options()
1528 xtensa_char_to_class['B'] = ((TARGET_SEXT) ? GR_REGS : NO_REGS); in override_options()
1529 xtensa_char_to_class['C'] = ((TARGET_MUL16) ? GR_REGS: NO_REGS); in override_options()
1530 xtensa_char_to_class['D'] = ((TARGET_DENSITY) ? GR_REGS: NO_REGS); in override_options()
1532 xtensa_char_to_class['W'] = ((TARGET_CONST16) ? GR_REGS: NO_REGS); in override_options()
2339 if (class == AR_REGS || class == GR_REGS) in xtensa_preferred_reload_class()
2364 return ((class == GR_REGS || class == RL_REGS) ? NO_REGS : RL_REGS); in xtensa_secondary_reload_class()
H A Dxtensa.h427 GR_REGS, /* integer registers except sp */ enumerator
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dia64.h842 GR_REGS, enumerator
850 #define GENERAL_REGS GR_REGS
922 : GENERAL_REGNO_P (REGNO) ? GR_REGS \
1009 ((MODE) == TFmode && (((CLASS1) == GR_REGS && (CLASS2) == FR_REGS) \
1010 || ((CLASS1) == FR_REGS && (CLASS2) == GR_REGS)))
H A Dia64.c4064 to = GR_REGS;
4066 from = GR_REGS;
4082 if (to != GR_REGS || from != GR_REGS)
4095 if (from != GR_REGS)
4101 if (from != GR_REGS && from != GR_AND_BR_REGS)
4108 if (from != GR_REGS)
4112 case GR_REGS:
4160 return GR_REGS;
4165 return GR_REGS;
4171 return GR_REGS;
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/xtensa/
H A Dxtensa.c114 RL_REGS, RL_REGS, RL_REGS, GR_REGS, enumerator
1857 xtensa_char_to_class['a'] = GR_REGS; in override_options()
1861 xtensa_char_to_class['B'] = ((TARGET_SEXT) ? GR_REGS : NO_REGS); in override_options()
1862 xtensa_char_to_class['C'] = ((TARGET_MUL16) ? GR_REGS: NO_REGS); in override_options()
1863 xtensa_char_to_class['D'] = ((TARGET_DENSITY) ? GR_REGS: NO_REGS); in override_options()
2643 if (class == AR_REGS || class == GR_REGS)
2670 return ((class == GR_REGS || class == RL_REGS) ? NO_REGS : RL_REGS);
H A Dxtensa.h553 GR_REGS, /* integer registers except sp */ enumerator
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.411849 (ia64_secondary_reload_class): Request GR_REGS for integer
13711 GR_REGS.
H A DChangeLog.02377 GP_REG_P. Use gr_regs instead of GR_REGS.
H A DFSFChangeLog.1110729 extra condition modes. If mips_isa >= 4, permit CCmode in GR_REGS
H A DChangeLog12192 instead of either AR_REGS or GR_REGS classes.