ARM: Keep a copy of the fpscr len and stride fields in the decoder.
authorGabe Black <gblack@eecs.umich.edu>
Sat, 5 Jan 2013 00:09:35 +0000 (18:09 -0600)
committerGabe Black <gblack@eecs.umich.edu>
Sat, 5 Jan 2013 00:09:35 +0000 (18:09 -0600)
commita83e74b37adc26afe4e69e59ed0092dafa63fc09
tree5419dab639987b79738898cad8425656746d877e
parent1945f9963d95cdd244a4540519f3d9d1b9597767
ARM: Keep a copy of the fpscr len and stride fields in the decoder.
Avoid reading them every instruction, and also eliminate the last use of the
thread context in the decoders.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
src/arch/arm/decoder.cc
src/arch/arm/decoder.hh
src/arch/arm/isa.cc
src/arch/arm/remote_gdb.cc