Searched refs:flattenMiscIndex (Results 1 - 7 of 7) sorted by relevance

/gem5/src/arch/x86/
H A Disa.hh84 return RegId(MiscRegClass, flattenMiscIndex(regId.index()));
132 flattenMiscIndex(int reg) const function in class:X86ISA::ISA
/gem5/src/arch/power/
H A Disa.hh130 flattenMiscIndex(int reg) const function in class:PowerISA::ISA
/gem5/src/arch/riscv/
H A Disa.hh89 int flattenMiscIndex(int reg) const { return reg; } function in class:RiscvISA::ISA
/gem5/src/arch/alpha/
H A Disa.hh138 flattenMiscIndex(int reg) const function in class:AlphaISA::ISA
/gem5/src/arch/arm/
H A Disa.hh467 return RegId(MiscRegClass, flattenMiscIndex(regId.index()));
540 flattenMiscIndex(int reg) const function in class:ArmISA::ISA
607 flat_idx = flattenMiscIndex(MISCREG_MAIR0 +
610 flat_idx = flattenMiscIndex(MISCREG_PRRR +
623 flat_idx = flattenMiscIndex(MISCREG_MAIR1 +
626 flat_idx = flattenMiscIndex(MISCREG_NMRR +
634 flat_idx = flattenMiscIndex(MISCREG_PMCCFILTR);
636 flat_idx = flattenMiscIndex(MISCREG_PMXEVTYPER);
671 int flat_idx = flattenMiscIndex(misc_reg);
/gem5/src/arch/sparc/
H A Disa.hh203 return RegId(MiscRegClass, flattenMiscIndex(regId.index()));
251 flattenMiscIndex(int reg) const
/gem5/src/arch/mips/
H A Disa.hh181 flattenMiscIndex(int reg) const function in class:MipsISA::ISA

Completed in 10 milliseconds