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
/
src
/
arch
/
x86
Age
Commit message (
Expand
)
Author
2007-04-04
The process of going from an instruction definition to an instruction to be r...
Gabe Black
2007-04-04
Reworking how x86's isa description works. I'm adopting the following definit...
Gabe Black
2007-04-04
Made x86 ExtMachInsts distinguishable from each other by defining a real == a...
Gabe Black
2007-04-04
Added all the different variations of the register names.
Gabe Black
2007-04-03
A batch of changes and fixes. Macroops are now generated automatically, multi...
Gabe Black
2007-04-03
Zero out ModRM if the byte isn't there, and fix some displacement size stuff.
Gabe Black
2007-03-29
Made the MultiOp format do a little more. It now sets up single microop instr...
Gabe Black
2007-03-29
Add a microcode assembler. A microcode "program" is a series of statements. E...
Gabe Black
2007-03-29
Fidget with the syntax of the MultiOp format in anticipation of making it act...
Gabe Black
2007-03-29
Add code to generate register and immediate based integer op microop classes.
Gabe Black
2007-03-21
Add a junk operand. With no operands, the parser breaks.
Gabe Black
2007-03-21
Start implementing groups of instructions which do the same thing on differen...
Gabe Black
2007-03-21
put the int register count in intregs.hh
Gabe Black
2007-03-21
Break out the one and two byte opcodes into different files. Also change what...
Gabe Black
2007-03-21
Missed a const
Gabe Black
2007-03-15
Refactor things a little.
Gabe Black
2007-03-15
File with the predecoder in it.
Gabe Black
2007-03-15
Split the x86 "process" predecoder method into it's own file.
Gabe Black
2007-03-15
Changed warns to DPRINTFs and multiply by 8 where needed.
Gabe Black
2007-03-15
Added immediate value support, and fixed alot of bugs. This won't support 3 b...
Gabe Black
2007-03-15
Compile fix
Gabe Black
2007-03-15
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2007-03-15
Make the predecoder an object with it's own switched header file. Start addin...
Gabe Black
2007-03-13
Replaced makeExtMI with predecode.
Gabe Black
2007-03-10
Rework the way SCons recurses into subdirectories, making it
Nathan Binkert
2007-03-09
implement ipi stufff for SPARC
Ali Saidi
2007-03-07
Merge zizzer:/bk/newmem
Ali Saidi
2007-03-07
*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscReg
Ali Saidi
2007-03-06
Get X86 to load an elf and start a process for it.
Gabe Black
2007-03-05
Fill out a stub version of the vtophys header file.
Gabe Black
2007-03-05
Add in NumGDBRegs so the constructor to the base class can get all it's argum...
Gabe Black
2007-03-05
Reorganize the floating point register file a little.
Gabe Black
2007-03-05
Add some new source files.
Gabe Black
2007-03-05
Stub decoder. This is probably even farther from finished than it looks...
Gabe Black
2007-03-05
Added missing include.
Gabe Black
2007-03-05
Added LargestRead type for x86. I might have picked the wrong type.
Gabe Black
2007-03-05
Stub implementation for x86.
Gabe Black
2007-03-05
Stub implementation for x86
Gabe Black
2007-03-05
Added fault generation functions. I would still like to see these go away. Th...
Gabe Black
2007-03-05
Added stub implementations or prototypes for all the functions in this file.
Gabe Black
2007-03-05
Added in a missing include.
Gabe Black
2007-03-05
Filled in a stub header file for setting the result of a syscall.
Gabe Black
2007-03-05
Filled in a stub header file for a stacktrace object. I'm still not sure what...
Gabe Black
2007-03-05
Filled in a stub header file for remote gdb
Gabe Black
2007-03-05
Correct a typo
Gabe Black
2007-03-05
Make the constructor (and all the other functions) public
Gabe Black
2007-03-05
Various touch ups
Gabe Black
2007-03-05
Added a missing include.
Gabe Black
2007-03-05
Added a missing include.
Gabe Black
2007-03-05
x86 register file includes.
Gabe Black
[next]