Searched refs:ALL_REGS (Results 1 - 25 of 106) sorted by relevance

12345

/openbsd-current/gnu/usr.bin/gcc/gcc/config/pa/
H A Dpa64-regs.h186 One of the classes must always be named ALL_REGS and include all hard regs.
191 another name such as ALL_REGS). This is the class of registers
208 GENERAL_OR_FP_REGS, SHIFT_REGS, ALL_REGS, LIM_REG_CLASSES}; enumerator in enum:reg_class
216 "GENERAL_OR_FP_REGS", "SHIFT_REGS", "ALL_REGS"}
231 {0xfffffffe, 0x1fffffff}} /* ALL_REGS */
265 (C) == 'Z' ? ALL_REGS : NO_REGS)
H A Dpa32-regs.h205 One of the classes must always be named ALL_REGS and include all hard regs.
210 another name such as ALL_REGS). This is the class of registers
227 GENERAL_OR_FP_REGS, SHIFT_REGS, ALL_REGS, LIM_REG_CLASSES}; enumerator in enum:reg_class
235 "GENERAL_OR_FP_REGS", "SHIFT_REGS", "ALL_REGS"}
250 {0xfffffffe, 0xffffffff, 0x01ffffff}} /* ALL_REGS */
272 (C) == 'Z' ? ALL_REGS : NO_REGS)
/openbsd-current/gnu/gcc/gcc/config/pa/
H A Dpa32-regs.h244 One of the classes must always be named ALL_REGS and include all hard regs.
249 another name such as ALL_REGS). This is the class of registers
266 GENERAL_OR_FP_REGS, SHIFT_REGS, ALL_REGS, LIM_REG_CLASSES}; enumerator in enum:reg_class
274 "GENERAL_OR_FP_REGS", "SHIFT_REGS", "ALL_REGS"}
289 {0xfffffffe, 0xffffffff, 0x01ffffff}} /* ALL_REGS */
311 (C) == 'Z' ? ALL_REGS : NO_REGS)
H A Dpa64-regs.h199 One of the classes must always be named ALL_REGS and include all hard regs.
204 another name such as ALL_REGS). This is the class of registers
221 GENERAL_OR_FP_REGS, SHIFT_REGS, ALL_REGS, LIM_REG_CLASSES}; enumerator in enum:reg_class
229 "GENERAL_OR_FP_REGS", "SHIFT_REGS", "ALL_REGS"}
244 {0xfffffffe, 0x1fffffff}} /* ALL_REGS */
278 (C) == 'Z' ? ALL_REGS : NO_REGS)
/openbsd-current/gnu/gcc/gcc/config/vax/
H A Dvax.h200 One of the classes must always be named ALL_REGS and include all hard regs.
205 another name such as ALL_REGS). This is the class of registers
217 /* The VAX has only one kind of registers, so NO_REGS and ALL_REGS enumerator in enum:reg_class
220 enum reg_class { NO_REGS, ALL_REGS, LIM_REG_CLASSES };
224 /* Since GENERAL_REGS is the same class as ALL_REGS,
227 #define GENERAL_REGS ALL_REGS
232 { "NO_REGS", "ALL_REGS" }
245 #define REGNO_REG_CLASS(REGNO) ALL_REGS
249 #define INDEX_REG_CLASS ALL_REGS
250 #define BASE_REG_CLASS ALL_REGS
[all...]
/openbsd-current/gnu/gcc/gcc/config/fr30/
H A Dfr30.h271 enumeral values. `NO_REGS' must be first. `ALL_REGS' must be the last
286 ALL_REGS,
303 "ALL_REGS" \
335 : ALL_REGS)
369 : (CHAR) == 'a' ? ALL_REGS \
279 ALL_REGS, enumerator in enum:reg_class
/openbsd-current/gnu/usr.bin/gcc/gcc/config/fr30/
H A Dfr30.h288 enumeral values. `NO_REGS' must be first. `ALL_REGS' must be the last
303 ALL_REGS,
320 "ALL_REGS" \
352 : ALL_REGS)
386 : (CHAR) == 'a' ? ALL_REGS \
296 ALL_REGS, enumerator in enum:reg_class
/openbsd-current/gnu/usr.bin/gcc/gcc/config/vax/
H A Dvax.h238 One of the classes must always be named ALL_REGS and include all hard regs.
243 another name such as ALL_REGS). This is the class of registers
255 /* The VAX has only one kind of registers, so NO_REGS and ALL_REGS enumerator in enum:reg_class
258 enum reg_class { NO_REGS, ALL_REGS, LIM_REG_CLASSES };
262 /* Since GENERAL_REGS is the same class as ALL_REGS,
265 #define GENERAL_REGS ALL_REGS
270 {"NO_REGS", "ALL_REGS" }
283 #define REGNO_REG_CLASS(REGNO) ALL_REGS
287 #define INDEX_REG_CLASS ALL_REGS
288 #define BASE_REG_CLASS ALL_REGS
[all...]
/openbsd-current/gnu/gcc/gcc/config/stormy16/
H A Dstormy16.h204 ALL_REGS,
222 "ALL_REGS" \
248 : ALL_REGS)
196 ALL_REGS, enumerator in enum:reg_class
/openbsd-current/gnu/gcc/gcc/config/mt/
H A Dmt.h305 ALL_REGS,
309 #define GENERAL_REGS ALL_REGS
313 #define REG_CLASS_NAMES {"NO_REGS", "ALL_REGS" }
298 ALL_REGS, enumerator in enum:reg_class
/openbsd-current/gnu/gcc/gcc/config/cris/
H A Dcris.h507 MOF_REGS, CC0_REGS, SPECIAL_REGS, GENERAL_REGS, ALL_REGS, enumerator in enum:reg_class
515 "MOF_REGS", "CC0_REGS", "SPECIAL_REGS", "GENERAL_REGS", "ALL_REGS"}
1096 We also do this for ALL_REGS, since we don't want that class to be
1099 present a higher cost for ALL_REGS than memory, a SPECIAL_REGS may be
1111 || (FROM) == ALL_REGS \
1112 || (TO) == ALL_REGS \
/openbsd-current/gnu/gcc/gcc/config/iq2000/
H A Diq2000.h206 ALL_REGS, /* All registers. */
218 "ALL_REGS" \
237 (C) == 'b' ? ALL_REGS : \
244 ((CLASS) != ALL_REGS \
199 ALL_REGS, /* All registers. */ enumerator in enum:reg_class
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i960/
H A Di960.h603 One of the classes must always be named ALL_REGS and include all hard regs.
608 another name such as ALL_REGS). This is the class of registers
625 FP_REGS, ALL_REGS, LIM_REG_CLASSES };
629 #define GENERAL_REGS ((TARGET_NUMERICS) ? ALL_REGS : LOCAL_OR_GLOBAL_REGS)
637 "FP_REGS", "ALL_REGS" }
719 : (CLASS) == ALL_REGS ? LOCAL_OR_GLOBAL_REGS : (CLASS)))
622 FP_REGS, ALL_REGS, LIM_REG_CLASSES }; enumerator in enum:reg_class
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dcfg.c557 if (class != GENERAL_REGS || altclass != ALL_REGS)
559 if (altclass == ALL_REGS || class == ALL_REGS)
H A Dregclass.c897 return ALL_REGS;
1296 enum reg_class best = ALL_REGS, alt = NO_REGS;
1307 for (class = (int) ALL_REGS - 1; class > 0; class--)
1362 if (alt == ALL_REGS || best == ALL_REGS)
2595 if (c2 == ALL_REGS)
2618 if (c1 == ALL_REGS || c2 == ALL_REGS)
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h397 #define ALL_REGS \ macro
424 ALL_REGS enumerator in enum:llvm::X86Disassembler::EABase
464 ALL_REGS enumerator in enum:llvm::X86Disassembler::Reg
/openbsd-current/gnu/gcc/gcc/
H A Dregclass.c905 return ALL_REGS;
1289 enum reg_class best = ALL_REGS, alt = NO_REGS;
1300 for (class = (int) ALL_REGS - 1; class > 0; class--)
1358 if (alt == ALL_REGS || best == ALL_REGS)
2539 if (c2 == ALL_REGS)
2557 if (c1 == ALL_REGS || c2 == ALL_REGS)
H A Dtarghooks.c556 insn_class = ALL_REGS;
H A Dcfg.c574 if (class != GENERAL_REGS || altclass != ALL_REGS)
576 if (altclass == ALL_REGS || class == ALL_REGS)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/stormy16/
H A Dstormy16.h399 enumeral values. `NO_REGS' must be first. `ALL_REGS' must be the last
418 ALL_REGS,
441 "ALL_REGS" \
480 : ALL_REGS)
409 ALL_REGS, enumerator in enum:reg_class
/openbsd-current/gnu/gcc/gcc/config/crx/
H A Dcrx.h180 ALL_REGS, enumerator in enum:reg_class
194 "ALL_REGS" \
205 {0x0007ffff} /* ALL_REGS : 0 - 18 */ \
/openbsd-current/gnu/gcc/gcc/config/m32c/
H A Dm32c.h323 ALL_REGS, enumerator in enum:reg_class
363 "ALL_REGS", \
/openbsd-current/gnu/usr.bin/gcc/gcc/config/dsp16xx/
H A Ddsp16xx.h627 ((CLASS) != ALL_REGS && (CLASS) != YBASE_VIRT_REGS)
685 One of the classes must always be named ALL_REGS and include all hard regs.
690 another name such as ALL_REGS). This is the class of registers
769 ALL_REGS,
774 #define GENERAL_REGS ALL_REGS
846 "ALL_REGS" \
765 ALL_REGS, enumerator in enum:reg_class
/openbsd-current/gnu/gcc/gcc/config/s390/
H A Ds390.h405 ALL_REGS All registers
415 ALL_REGS, LIM_REG_CLASSES enumerator in enum:reg_class
422 "FP_REGS", "ADDR_FP_REGS", "GENERAL_FP_REGS", "ALL_REGS" }
437 { 0xffffffff, 0x0000003f }, /* ALL_REGS */ \
/openbsd-current/gnu/gcc/gcc/config/score/
H A Dscore.h343 ALL_REGS, enumerator in enum:reg_class
375 "ALL_REGS", \
401 /* ALL_REGS */ \

Completed in 290 milliseconds

12345