Searched hist:7708 (Results 1 - 3 of 3) sorted by relevance

/gem5/src/arch/mips/
H A Dtlb.cc7708:956ac83b0a58 Sat Oct 16 03:00:00 EDT 2010 Gabe Black <gblack@eecs.umich.edu> Mem: Reclaim some request flags used by MIPS for alignment checking.

These flags were being used to identify what alignment a request needed, but
the same information is available using the request size. This change also
eliminates the isMisaligned function. If more complicated alignment checks are
needed, they can be signaled using the ASI_BITS space in the flags vector like
is currently done with ARM.
/gem5/src/arch/mips/isa/
H A Ddecoder.isa7708:956ac83b0a58 Sat Oct 16 03:00:00 EDT 2010 Gabe Black <gblack@eecs.umich.edu> Mem: Reclaim some request flags used by MIPS for alignment checking.

These flags were being used to identify what alignment a request needed, but
the same information is available using the request size. This change also
eliminates the isMisaligned function. If more complicated alignment checks are
needed, they can be signaled using the ASI_BITS space in the flags vector like
is currently done with ARM.
/gem5/src/mem/
H A Drequest.hh7708:956ac83b0a58 Sat Oct 16 03:00:00 EDT 2010 Gabe Black <gblack@eecs.umich.edu> Mem: Reclaim some request flags used by MIPS for alignment checking.

These flags were being used to identify what alignment a request needed, but
the same information is available using the request size. This change also
eliminates the isMisaligned function. If more complicated alignment checks are
needed, they can be signaled using the ASI_BITS space in the flags vector like
is currently done with ARM.

Completed in 49 milliseconds