Searched refs:NumMicroFpRegs (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.hh59 const int NumMicroFpRegs = 8; member in namespace:X86ISA
/gem5/src/arch/x86/regs/
H A Dfloat.hh115 NUM_FLOATREGS = FLOATREG_MICROFP_BASE + NumMicroFpRegs
/gem5/src/arch/x86/insts/
H A Dstatic_inst.cc213 if (reg_idx < NumMicroFpRegs) {
217 reg_idx -= NumMicroFpRegs;

Completed in 7 milliseconds