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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h395 #define ALL_REGS \ macro
422 ALL_REGS enumerator in enum:llvm::X86Disassembler::EABase
462 ALL_REGS enumerator in enum:llvm::X86Disassembler::Reg
H A DX86Disassembler.cpp1758 static constexpr MCPhysReg llvmRegnums[] = {ALL_REGS};
1995 ALL_REGS
2136 ALL_REGS
/freebsd-11-stable/contrib/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.c547 insn_class = ALL_REGS;
H A Dcfg.c574 if (class != GENERAL_REGS || altclass != ALL_REGS)
576 if (altclass == ALL_REGS || class == ALL_REGS)
H A Dregrename.c890 scan_rtx (insn, &XEXP (note, 0), ALL_REGS, mark_read,
974 scan_rtx (insn, &XEXP (note, 0), ALL_REGS, mark_access,
H A Dlocal-alloc.c2300 GO_IF_HARD_REG_SUBSET (reg_class_contents[(int) ALL_REGS], first_used, fail);
H A Drecog.c2447 || GENERAL_REGS == ALL_REGS
H A Dreload.c1281 /* We used to continue here setting class to ALL_REGS, but it triggers
3339 && (GENERAL_REGS == ALL_REGS
/freebsd-11-stable/contrib/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 */ \
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h1089 One of the classes must always be named ALL_REGS and include all hard regs.
1094 another name such as ALL_REGS). This is the class of registers
1132 ALL_REGS, LIM_REG_CLASSES
1178 "ALL_REGS" }
1283 && ((CLASS) == ALL_REGS || (CLASS) == GENERAL_REGS \
1297 Narrow ALL_REGS to GENERAL_REGS. This supports allowing movsf and
1128 ALL_REGS, LIM_REG_CLASSES enumerator in enum:reg_class
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c664 NO_REGS, ALL_REGS, ALL_REGS, NO_REGS,
690 DSP_ACC_REGS, DSP_ACC_REGS, ALL_REGS, ALL_REGS,
691 ALL_REGS, ALL_REGS, ALL_REGS, ALL_REGS
H A Dmips.h1497 One of the classes must always be named ALL_REGS and include all hard regs.
1502 another name such as ALL_REGS). This is the class of registers
1543 ALL_REGS, /* all registers */
1585 "ALL_REGS" \
1535 ALL_REGS, /* all registers */ enumerator in enum:reg_class
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.h714 enumeral values. `NO_REGS' must be first. `ALL_REGS' must be the last
721 pseudo. The pseudo then ends up using the last class before ALL_REGS.
737 ALL_REGS,
751 "GR_AND_BR_REGS", "GR_AND_FR_REGS", "ALL_REGS" }
803 /* ALL_REGS. */ \
728 ALL_REGS, enumerator in enum:reg_class
H A Dia64.c4886 case ALL_REGS:
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.h990 One of the classes must always be named ALL_REGS and include all hard regs.
995 another name such as ALL_REGS). This is the class of registers
1044 ALL_REGS, LIM_REG_CLASSES };
1053 "ALL_REGS" }
1068 {-1, -1, -1, 0x3f}} /* ALL_REGS */
1038 ALL_REGS, LIM_REG_CLASSES }; enumerator in enum:reg_class
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.h980 ALL_REGS,
1002 "ALL_REGS", \
1023 { 0xFAFFFFFF, 0xFFFFFFFF, 0x7FFFFFFF } /* ALL_REGS */ \
975 ALL_REGS, enumerator in enum:reg_class
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.h944 One of the classes must always be named ALL_REGS and include all hard regs.
949 another name such as ALL_REGS). This is the class of registers
993 ALL_REGS,
1023 "ALL_REGS" \
1052 { 0xffffffff, 0xffffffff, 0xffffffff, 0x0003ffff } /* ALL_REGS */ \
990 ALL_REGS, enumerator in enum:reg_class

Completed in 342 milliseconds