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
/
insts
/
system
Age
Commit message (
Expand
)
Author
2011-05-06
X86: Fix the Lldt instructions so they load the ldtr and not the tr.
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-09-16
X86: Fix setting the busy bit in the task descriptor in LTR.
Gabe Black
2009-07-16
X86: Take limitted advantage of the compilers type checking for microop opera...
Gabe Black
2009-04-19
X86: Explicitly use the right width in a few places that need a 64 bit value.
Gabe Black
2009-04-19
X86: Implement the save machine status word instruction (SMSW).
Gabe Black
2009-04-19
X86: Implement the load machine status word instruction (LMSW).
Gabe Black
2009-02-27
X86: Make instructions that use intseg preserve all 8 bytes of their addresses.
Gabe Black
2009-02-25
X86: Implement the lldt instruction.
Gabe Black
2009-02-25
X86: Implement CLTS.
Gabe Black
2009-02-25
X86: Rename oszForPseudoDesc maxOsz to reflect its more general use.
Gabe Black
2009-02-25
X86: Do a merge for the zero extension microop.
Gabe Black
2009-02-25
X86: Implement the LTR instruction.
Gabe Black
2008-10-12
X86: Implement the swapgs instruction.
Gabe Black
2008-06-12
X86: Bypass unaligned access support for register addressed MSRs.
Gabe Black
2008-06-12
X86: Add in some support for the tsc register.
Gabe Black
2008-02-26
X86: Implement the INVLPG instruction and the TIA microop.
Gabe Black
2008-01-12
X86: Fix the wrmsr instruction.
Gabe Black
2007-12-01
X86: Reorganize segmentation and implement segment selector movs.
Gabe Black
2007-12-01
X86: Implement the LIDT instruction.
Gabe Black
2007-12-01
X86: Implement the lgdt instruction.
Gabe Black
2007-11-12
X86: Fix a stupid typo where WRMSR and RDMSR were switched, and add a debug s...
Gabe Black
2007-10-19
X86: Impelement the HLT instruction and fix the "halt" microop.
Gabe Black
2007-10-12
X86: Implement MSR reads and writes and the wrsmr and rdmsr instructions.
Gabe Black
2007-10-02
X86: Add classes for the actual x86 faults.
Gabe Black
2007-07-20
Implement UD2 and replace the place holder in the decoder.
Gabe Black