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

/gem5/src/arch/x86/insts/
H A Dmicrofpop.hh58 const int8_t spm; member in class:X86ISA::FpOp
70 dataSize(_dataSize), spm(_spm)
/gem5/src/arch/x86/
H A Dutility.hh179 * @param spm Stack displacement.
182 uint16_t genX87Tags(uint16_t ftw, uint8_t top, int8_t spm);
H A Dutility.cc335 genX87Tags(uint16_t ftw, uint8_t top, int8_t spm) argument
337 const uint8_t new_top((top + spm + 8) % 8);
339 if (spm > 0) {
343 } else if (spm < 0) {
/gem5/src/mem/cache/prefetch/
H A Dirregular_stream_buffer.cc159 AddressMapping &spm = sp_am->mappings[sp_index + d]; local
161 if (spm.counter > 0) {
162 Addr pf_addr = spm.address << lBlkSize;

Completed in 7 milliseconds