Searched refs:NumMMXRegs (Results 1 - 4 of 4) sorted by relevance

/gem5/src/arch/x86/
H A Dregisters.hh68 NumMMXRegs + 2 * NumXMMRegs + NumMicroFpRegs + 8;
H A Dx86_traits.hh57 const int NumMMXRegs = 8; member in namespace:X86ISA
/gem5/src/arch/x86/regs/
H A Dfloat.hh71 FLOATREG_XMM_BASE = FLOATREG_MMX_BASE + NumMMXRegs,
/gem5/src/arch/x86/insts/
H A Dstatic_inst.cc202 if (reg_idx < NumMMXRegs) {
206 reg_idx -= NumMMXRegs;

Completed in 6 milliseconds