gem5/src/arch/sparc/isa
Gabe Black f1661baf30 Fix up microcode support.
src/arch/sparc/isa/formats/blockmem.isa:
    Several small and medium bug fixes.
src/cpu/simple/base.cc:
    Fixed a few compiler errors and made sure the next micro pc is set to 1 to prevent the first microop from executing twice. Also fixed a fetching bug.
src/cpu/thread_state.cc:
    Made sure the microPC and nextMicroPC are initialized properly.

--HG--
extra : convert_revision : a0fc8aa18d1ade916f17c557181a793c6108a8af
2006-10-16 15:56:46 -04:00
..
formats Fix up microcode support. 2006-10-16 15:56:46 -04:00
base.isa Made sure the constructor for insts use ExtMachInst rather than MachInst, since otherwise the EXT_ASI field is lost. 2006-10-16 15:52:14 -04:00
bitfields.isa Some support for handling block loads and stores and ASIs properly. 2006-10-12 17:38:06 -04:00
decoder.isa Changed how floating point register numbers are decoded to fit with the spec. 2006-10-16 15:53:48 -04:00
formats.isa Some support for handling block loads and stores and ASIs properly. 2006-10-12 17:38:06 -04:00
includes.isa Make the ASI constants available to the decoder. 2006-09-03 02:09:25 -04:00
main.isa Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
operands.isa Changed how floating point register numbers are decoded to fit with the spec. 2006-10-16 15:53:48 -04:00