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
/
isa
/
formats
Age
Commit message (
Expand
)
Author
2009-01-06
X86: Hook in the M5 pseudo insts.
Gabe Black
2008-10-12
X86: Implement CPUID with a magical function instead of microcode.
Gabe Black
2007-10-18
X86: Make the "fault" microop predicated.
Gabe Black
2007-10-09
X86: Get rid of BasicOperate format which wasn't used and referred to SparcSt...
Gabe Black
2007-10-02
X86: Distinguish between the rep and repe prefixes.
Gabe Black
2007-08-07
X86: Add a format to handle string instructions which can use the repe and re...
Gabe Black
2007-07-30
X86: missed a file which adds a "fold" bit.
Gabe Black
2007-07-19
x86 fixes
Gabe Black
2007-07-18
Fix the panic in the "error" format for x86,
Gabe Black
2007-07-14
Pull some hard coded base classes out of the isa description.
Gabe Black
2007-06-20
Implement rip relative addressing and put in some missing loads and stores.
Gabe Black
2007-06-14
Implement a handful more instructions and differentiate macroops based on the...
Gabe Black
2007-06-12
Use objects to pass around output code, and fix/implement a few things.
Gabe Black
2007-06-08
Fix up a potentially misleading comment.
Gabe Black
2007-06-08
Big changes to use the new microcode assembler.
Gabe Black
2007-04-10
Reworked x86 a bit
Gabe Black
2007-04-06
Refactored the x86 isa description some more. There should be more seperation...
Gabe Black
2007-04-06
Clean up the macroop code.
Gabe Black
2007-04-04
Reworking how x86's isa description works. I'm adopting the following definit...
Gabe Black
2007-04-03
A batch of changes and fixes. Macroops are now generated automatically, multi...
Gabe Black
2007-03-29
Made the MultiOp format do a little more. It now sets up single microop instr...
Gabe Black
2007-03-21
Start implementing groups of instructions which do the same thing on differen...
Gabe Black
2007-03-21
Break out the one and two byte opcodes into different files. Also change what...
Gabe Black
2007-03-15
Make the predecoder an object with it's own switched header file. Start addin...
Gabe Black
2007-03-05
Stub decoder. This is probably even farther from finished than it looks...
Gabe Black