Searched refs:flattenCCIndex (Results 1 - 8 of 8) sorted by relevance

/gem5/src/arch/x86/
H A Disa.hh82 return RegId(CCRegClass, flattenCCIndex(regId.index()));
126 flattenCCIndex(int reg) const function in class:X86ISA::ISA
/gem5/src/arch/power/
H A Disa.hh124 flattenCCIndex(int reg) const function in class:PowerISA::ISA
/gem5/src/arch/riscv/
H A Disa.hh88 int flattenCCIndex(int reg) const { return reg; } function in class:RiscvISA::ISA
/gem5/src/arch/alpha/
H A Disa.hh132 flattenCCIndex(int reg) const function in class:AlphaISA::ISA
/gem5/src/arch/sparc/
H A Disa.hh201 return RegId(CCRegClass, flattenCCIndex(regId.index()));
245 flattenCCIndex(int reg) const
/gem5/src/arch/mips/
H A Disa.hh175 flattenCCIndex(int reg) const function in class:MipsISA::ISA
/gem5/src/cpu/
H A Dsimple_thread.hh445 int flatIndex = isa->flattenCCIndex(reg_idx);
515 int flatIndex = isa->flattenCCIndex(reg_idx);
/gem5/src/arch/arm/
H A Disa.hh465 return RegId(CCRegClass, flattenCCIndex(regId.index()));
533 flattenCCIndex(int reg) const function in class:ArmISA::ISA

Completed in 9 milliseconds