MIPS: Format the register index constants like the other ISAs.
authorGabe Black <gblack@eecs.umich.edu>
Wed, 22 Jul 2009 06:38:26 +0000 (23:38 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Wed, 22 Jul 2009 06:38:26 +0000 (23:38 -0700)
commitc874bfae3fd8dfeb05f4b35eba614ffe0145dfa9
tree3a6c277e4c65b041de01b7b976a60c245729ec65
parentc635d04642723f7dea68ee6c6c882c7751d8484b
MIPS: Format the register index constants like the other ISAs.
Also a few more style fixes.
14 files changed:
src/arch/mips/faults.cc
src/arch/mips/interrupts.cc
src/arch/mips/isa.cc
src/arch/mips/isa/decoder.isa
src/arch/mips/isa/formats/control.isa
src/arch/mips/isa/formats/dsp.isa
src/arch/mips/isa/formats/fp.isa
src/arch/mips/isa/formats/mt.isa
src/arch/mips/isa/operands.isa
src/arch/mips/locked_mem.hh
src/arch/mips/mt.hh
src/arch/mips/registers.hh
src/arch/mips/tlb.cc
src/arch/mips/utility.hh