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
2016-01-17
cpu. arch: add initiateMemRead() to ExecContext interface
Steve Reinhardt
2015-04-03
x86: fix debug trace output for mwait
Lena Olson
2014-11-06
x86 isa: This patch attempts an implementation at mwait.
Marc Orr
2014-10-16
arch: Use shared_ptr for all Faults
Andreas Hansson
2014-05-09
arch: teach ISA parser how to split code across files
Curtis Dunham
2014-05-09
arch: remove inline specifiers on all inst constrs, all ISAs
Curtis Dunham
2012-06-04
X86: Ensure that the CPUID instruction always writes its outputs.
Gabe Black
2011-06-02
copyright: clean up copyright blocks
Nathan Binkert
2010-10-31
ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.
Gabe Black
2010-10-22
X86: Make nop a regular, non-microcoded instruction.
Gabe Black
2010-09-14
X86: Make unrecognized instructions behave better in x86.
Gabe Black
2010-08-23
X86: Get rid of the flagless microop constructor.
Gabe Black
2010-08-23
X86: Mark serializing macroops and regular instructions as such.
Gabe Black
2010-05-23
copyright: Change HP copyright on x86 code to be more friendly
Nathan Binkert
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