index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
/
isa
/
formats
Age
Commit message (
Expand
)
Author
2006-05-22
New directory structure:
Steve Reinhardt
2006-05-12
FP programs are back to running... Condition Codes can be read and set...
Korey Sewell
2006-05-11
Fixes for Paired-Single FP Compare Operations...
Korey Sewell
2006-05-10
Support for FP Paired Single Operations
Korey Sewell
2006-05-04
take-out debug only code
Korey Sewell
2006-05-02
Redo the FloatRegFile using unsigned integers
Korey Sewell
2006-04-28
Use lower two bits of FCSR reg to determine rounding mode (may want to move t...
Korey Sewell
2006-04-27
Rewrite CFC1 & CTC1 instruction definitions
Korey Sewell
2006-04-14
These fixes now allow all of the 20 mips tests to work properly!
Korey Sewell
2006-04-12
add OSFlags struct to AlphaISA/MipsISA namespace. The OS classes then use the...
Korey Sewell
2006-04-10
Merge zizzer:/bk/newmem
Korey Sewell
2006-04-10
Finally MIPS does hello world!
Korey Sewell
2006-03-28
Use op_decl instead of op_src_decl + op_dest_decl in .isa templates.
Steve Reinhardt
2006-03-28
Make .isa-file ##include file paths relative to including file.
Steve Reinhardt
2006-03-15
infinitesimal small baby steps toward MIPS actually working
Korey Sewell
2006-03-14
Minor Sconscript edit ... mips decoder changes ... initialize NNPC and output...
Korey Sewell
2006-03-12
MIPS is back to compiling and building now!
Korey Sewell
2006-03-08
updated MIPS ISA files .... all files should be able to compile/build with MI...
Korey Sewell
2006-02-22
MIPS Compiles scons/MIPS_SE/arch/mips/decoder.do!!!!!!
Korey Sewell
2006-02-21
Changed Fault * to Fault, which is a typedef to FaultBase *, which is the old...
Gabe Black
2006-02-20
make MIPS specific
Korey Sewell
2006-02-20
load/store instruction format ... now generates load/store code
Korey Sewell
2006-02-20
Support for All Jump Instructions ...
Korey Sewell
2006-02-18
Support NNPC and branch instructions ... Outputs to decoder.cc correctly
Korey Sewell
2006-02-18
changes from mergedmem
Korey Sewell
2006-02-18
use string name to figure out if we have a "AndLink" instruction
Korey Sewell
2006-02-18
MIPS generates ISA code through scons '.../decoder.cc'!!!
Korey Sewell
2006-02-16
Get ISA parser to at least include all the ISA correctly ... crashes with "No...
Korey Sewell
2006-02-16
file name changes ... minor ISA changes
Korey Sewell
2006-02-14
another big step to a parsable ISA ... no errors after I used a symbolic link...
Korey Sewell
2006-02-14
trying to get ISA to parse correctly ...
Korey Sewell
2006-02-08
Code for more "BasicOp" instructions ... formats for all instructions in plac...
Korey Sewell
2006-02-08
add at least BasicOp Format to most if not all instructions
Korey Sewell
2006-02-07
Actually we do need a separate class for Integer Ops with Immediates!!!
Korey Sewell
2006-02-07
name changes ... minor IntOP format change
Korey Sewell
2006-02-03
mainly added minor support for the basic arithmetic operations (add, mult, sh...
Korey Sewell
2006-02-03
Rename: arch/mips/isa/formats/tlb.format -> arch/mips/isa/formats/tlbop.format
Korey Sewell
2006-02-03
Checkin (Merge?) files ... Added a few new format files
Korey Sewell