Gabe Black
|
7548082d3b
|
MIPS: Many style fixes.
White space, commented out code, some other minor fixes.
|
2009-07-21 01:08:53 -07:00 |
|
Gabe Black
|
5161bc19d9
|
MIPS: Use BitUnions instead of bits() functions and constants.
Also fix style issues in regions around these changes.
|
2009-07-20 20:14:15 -07:00 |
|
Gabe Black
|
b398b8ff1b
|
Registers: Add a registers.hh file as an ISA switched header.
This file is for register indices, Num* constants, and register types.
copyRegs and copyMiscRegs were moved to utility.hh and utility.cc.
--HG--
rename : src/arch/alpha/regfile.hh => src/arch/alpha/registers.hh
rename : src/arch/arm/regfile.hh => src/arch/arm/registers.hh
rename : src/arch/mips/regfile.hh => src/arch/mips/registers.hh
rename : src/arch/sparc/regfile.hh => src/arch/sparc/registers.hh
rename : src/arch/x86/regfile.hh => src/arch/x86/registers.hh
|
2009-07-08 23:02:21 -07:00 |
|
Nathan Binkert
|
47877cf2db
|
types: add a type for thread IDs and try to use it everywhere
|
2009-05-26 09:23:13 -07:00 |
|
Steve Reinhardt
|
e3d6e8882e
|
Get rid of 'using namespace' declarations in headers.
|
2009-03-05 17:15:31 -08:00 |
|
Lisa Hsu
|
dd99ff23c6
|
get rid of all instances of readTid() and getThreadNum(). Unify and eliminate
redundancies with threadId() as their replacement.
|
2008-11-04 11:35:42 -05:00 |
|
Nathan Binkert
|
abca171e24
|
Use logical operator instead of bitwise operator for correctness.
|
2008-09-26 08:18:56 -07:00 |
|
Korey Sewell
|
f2fea63c65
|
go back and fix up MIPS copyright headers
--HG--
extra : convert_revision : 886e762e13b7a05d6d8a14bde6c2a3567c32a4d1
|
2007-11-16 21:32:22 -05:00 |
|
Korey Sewell
|
3110b157e6
|
fix MIPS headers
--HG--
extra : convert_revision : 2870a146a1be0e8c80878090f39c0eaa15d2eb13
|
2007-11-15 14:21:01 -05:00 |
|
Korey Sewell
|
2692590049
|
Add in files from merge-bare-iron, get them compiling in FS and SE mode
--HG--
extra : convert_revision : d4e19afda897bc3797868b40469ce2ec7ec7d251
|
2007-11-13 16:58:16 -05:00 |
|
Korey Sewell
|
753adb38d5
|
mips import pt. 1
src/arch/mips/SConscript:
"mips import pt.1".
--HG--
extra : convert_revision : 2e393341938bebf32fb638a209262d074fad4cc1
|
2007-06-22 19:03:42 -04:00 |
|