Searched refs:NUM_ARCH_INTREGS (Results 1 - 5 of 5) sorted by relevance

/gem5/src/arch/arm/
H A Dintregs.hh126 NUM_ARCH_INTREGS = 32, enumerator in enum:ArmISA::IntRegIndex
304 typedef IntRegIndex IntRegMap[NUM_ARCH_INTREGS];
331 assert(index < NUM_ARCH_INTREGS);
349 assert(index < NUM_ARCH_INTREGS);
367 assert(index < NUM_ARCH_INTREGS);
385 assert(index < NUM_ARCH_INTREGS);
403 assert(index < NUM_ARCH_INTREGS);
421 assert(index < NUM_ARCH_INTREGS);
439 assert(index < NUM_ARCH_INTREGS);
457 assert(index < NUM_ARCH_INTREGS);
[all...]
H A Dregisters.hh82 const int NumIntArchRegs = NUM_ARCH_INTREGS;
H A Disa.hh476 if (reg < NUM_ARCH_INTREGS) {
/gem5/src/arch/arm/tracers/
H A Dtarmac_record_v8.cc94 if (regRelIdx > NUM_ARCH_INTREGS) {
/gem5/src/arch/arm/kvm/
H A Darmv8_cpu.cc49 constexpr static unsigned NUM_XREGS = NUM_ARCH_INTREGS - 1;

Completed in 13 milliseconds