Searched refs:NumXMMRegs (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.hh58 const int NumXMMRegs = 16; member in namespace:X86ISA
/gem5/src/arch/x86/regs/
H A Dfloat.hh105 FLOATREG_MICROFP_BASE = FLOATREG_XMM_BASE + 2 * NumXMMRegs,
/gem5/src/arch/x86/insts/
H A Dstatic_inst.cc207 if (reg_idx < NumXMMRegs * 2) {
212 reg_idx -= NumXMMRegs * 2;

Completed in 8 milliseconds