Searched hist:9377 (Results 1 - 14 of 14) sorted by relevance
/gem5/src/arch/alpha/ | ||
H A D | decoder.hh | diff 9377:6f294e7a93d1 Fri Jan 04 20:00:00 EST 2013 Gabe Black <gblack@eecs.umich.edu> Decoder: Remove the thread context get/set from the decoder. This interface is no longer used, and getting rid of it simplifies the decoders and code that sets up the decoders. The thread context had been used to read architectural state which was used to contextualize the instruction memory as it came in. That was changed so that the state is now sent to the decoders to keep locally if/when it changes. That's significantly more efficient. Committed by: Nilay Vaish <nilay@cs.wisc.edu> |
/gem5/src/arch/power/ | ||
H A D | decoder.hh | diff 9377:6f294e7a93d1 Fri Jan 04 20:00:00 EST 2013 Gabe Black <gblack@eecs.umich.edu> Decoder: Remove the thread context get/set from the decoder. This interface is no longer used, and getting rid of it simplifies the decoders and code that sets up the decoders. The thread context had been used to read architectural state which was used to contextualize the instruction memory as it came in. That was changed so that the state is now sent to the decoders to keep locally if/when it changes. That's significantly more efficient. Committed by: Nilay Vaish <nilay@cs.wisc.edu> |
/gem5/src/arch/mips/ | ||
H A D | decoder.hh | diff 9377:6f294e7a93d1 Fri Jan 04 20:00:00 EST 2013 Gabe Black <gblack@eecs.umich.edu> Decoder: Remove the thread context get/set from the decoder. This interface is no longer used, and getting rid of it simplifies the decoders and code that sets up the decoders. The thread context had been used to read architectural state which was used to contextualize the instruction memory as it came in. That was changed so that the state is now sent to the decoders to keep locally if/when it changes. That's significantly more efficient. Committed by: Nilay Vaish <nilay@cs.wisc.edu> |
/gem5/src/arch/sparc/ | ||
H A D | decoder.hh | diff 9377:6f294e7a93d1 Fri Jan 04 20:00:00 EST 2013 Gabe Black <gblack@eecs.umich.edu> Decoder: Remove the thread context get/set from the decoder. This interface is no longer used, and getting rid of it simplifies the decoders and code that sets up the decoders. The thread context had been used to read architectural state which was used to contextualize the instruction memory as it came in. That was changed so that the state is now sent to the decoders to keep locally if/when it changes. That's significantly more efficient. Committed by: Nilay Vaish <nilay@cs.wisc.edu> |
H A D | isa.cc | diff 9377:6f294e7a93d1 Fri Jan 04 20:00:00 EST 2013 Gabe Black <gblack@eecs.umich.edu> Decoder: Remove the thread context get/set from the decoder. This interface is no longer used, and getting rid of it simplifies the decoders and code that sets up the decoders. The thread context had been used to read architectural state which was used to contextualize the instruction memory as it came in. That was changed so that the state is now sent to the decoders to keep locally if/when it changes. That's significantly more efficient. Committed by: Nilay Vaish <nilay@cs.wisc.edu> |
/gem5/src/arch/x86/ | ||
H A D | decoder.cc | diff 9377:6f294e7a93d1 Fri Jan 04 20:00:00 EST 2013 Gabe Black <gblack@eecs.umich.edu> Decoder: Remove the thread context get/set from the decoder. This interface is no longer used, and getting rid of it simplifies the decoders and code that sets up the decoders. The thread context had been used to read architectural state which was used to contextualize the instruction memory as it came in. That was changed so that the state is now sent to the decoders to keep locally if/when it changes. That's significantly more efficient. Committed by: Nilay Vaish <nilay@cs.wisc.edu> |
H A D | decoder.hh | diff 9377:6f294e7a93d1 Fri Jan 04 20:00:00 EST 2013 Gabe Black <gblack@eecs.umich.edu> Decoder: Remove the thread context get/set from the decoder. This interface is no longer used, and getting rid of it simplifies the decoders and code that sets up the decoders. The thread context had been used to read architectural state which was used to contextualize the instruction memory as it came in. That was changed so that the state is now sent to the decoders to keep locally if/when it changes. That's significantly more efficient. Committed by: Nilay Vaish <nilay@cs.wisc.edu> |
/gem5/src/arch/arm/ | ||
H A D | decoder.hh | diff 9377:6f294e7a93d1 Fri Jan 04 20:00:00 EST 2013 Gabe Black <gblack@eecs.umich.edu> Decoder: Remove the thread context get/set from the decoder. This interface is no longer used, and getting rid of it simplifies the decoders and code that sets up the decoders. The thread context had been used to read architectural state which was used to contextualize the instruction memory as it came in. That was changed so that the state is now sent to the decoders to keep locally if/when it changes. That's significantly more efficient. Committed by: Nilay Vaish <nilay@cs.wisc.edu> |
H A D | decoder.cc | diff 9377:6f294e7a93d1 Fri Jan 04 20:00:00 EST 2013 Gabe Black <gblack@eecs.umich.edu> Decoder: Remove the thread context get/set from the decoder. This interface is no longer used, and getting rid of it simplifies the decoders and code that sets up the decoders. The thread context had been used to read architectural state which was used to contextualize the instruction memory as it came in. That was changed so that the state is now sent to the decoders to keep locally if/when it changes. That's significantly more efficient. Committed by: Nilay Vaish <nilay@cs.wisc.edu> |
H A D | isa.cc | diff 9377:6f294e7a93d1 Fri Jan 04 20:00:00 EST 2013 Gabe Black <gblack@eecs.umich.edu> Decoder: Remove the thread context get/set from the decoder. This interface is no longer used, and getting rid of it simplifies the decoders and code that sets up the decoders. The thread context had been used to read architectural state which was used to contextualize the instruction memory as it came in. That was changed so that the state is now sent to the decoders to keep locally if/when it changes. That's significantly more efficient. Committed by: Nilay Vaish <nilay@cs.wisc.edu> |
/gem5/src/cpu/checker/ | ||
H A D | cpu_impl.hh | diff 9377:6f294e7a93d1 Fri Jan 04 20:00:00 EST 2013 Gabe Black <gblack@eecs.umich.edu> Decoder: Remove the thread context get/set from the decoder. This interface is no longer used, and getting rid of it simplifies the decoders and code that sets up the decoders. The thread context had been used to read architectural state which was used to contextualize the instruction memory as it came in. That was changed so that the state is now sent to the decoders to keep locally if/when it changes. That's significantly more efficient. Committed by: Nilay Vaish <nilay@cs.wisc.edu> |
/gem5/src/cpu/ | ||
H A D | simple_thread.cc | diff 9377:6f294e7a93d1 Fri Jan 04 20:00:00 EST 2013 Gabe Black <gblack@eecs.umich.edu> Decoder: Remove the thread context get/set from the decoder. This interface is no longer used, and getting rid of it simplifies the decoders and code that sets up the decoders. The thread context had been used to read architectural state which was used to contextualize the instruction memory as it came in. That was changed so that the state is now sent to the decoders to keep locally if/when it changes. That's significantly more efficient. Committed by: Nilay Vaish <nilay@cs.wisc.edu> |
/gem5/src/cpu/simple/ | ||
H A D | base.cc | diff 9377:6f294e7a93d1 Fri Jan 04 20:00:00 EST 2013 Gabe Black <gblack@eecs.umich.edu> Decoder: Remove the thread context get/set from the decoder. This interface is no longer used, and getting rid of it simplifies the decoders and code that sets up the decoders. The thread context had been used to read architectural state which was used to contextualize the instruction memory as it came in. That was changed so that the state is now sent to the decoders to keep locally if/when it changes. That's significantly more efficient. Committed by: Nilay Vaish <nilay@cs.wisc.edu> |
/gem5/src/cpu/o3/ | ||
H A D | fetch_impl.hh | diff 9377:6f294e7a93d1 Fri Jan 04 20:00:00 EST 2013 Gabe Black <gblack@eecs.umich.edu> Decoder: Remove the thread context get/set from the decoder. This interface is no longer used, and getting rid of it simplifies the decoders and code that sets up the decoders. The thread context had been used to read architectural state which was used to contextualize the instruction memory as it came in. That was changed so that the state is now sent to the decoders to keep locally if/when it changes. That's significantly more efficient. Committed by: Nilay Vaish <nilay@cs.wisc.edu> |
Completed in 202 milliseconds