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
Age
Commit message (
Expand
)
Author
2009-07-16
X86: Take limitted advantage of the compilers type checking for microop opera...
Gabe Black
2009-07-16
X86: Fix a number of places where the wrong form of a microop was used.
Gabe Black
2009-07-09
X86: Fold the MiscRegFile all the way into the ISA object.
Gabe Black
2009-07-08
Registers: Add a registers.hh file as an ISA switched header.
Gabe Black
2009-07-08
X86: Fix a bug in IRET_PROT's microcode. The immediate form of sra was intended.
Gabe Black
2009-05-28
X86: Keep track of more descriptor state to accomodate KVM.
Gabe Black
2009-04-23
X86: Put the StoreCheck flag with the others, and don't collide with other fl...
Gabe Black
2009-04-19
X86: Fix up a copyright.
Gabe Black
2009-04-19
X86: Recognize and handle the lock legacy prefix.
Gabe Black
2009-04-19
X86: Implement a locking version of XADD.
Gabe Black
2009-04-19
X86: Implement a locking version of BTC.
Gabe Black
2009-04-19
X86: Implement a locking version of BTR.
Gabe Black
2009-04-19
X86: Implement a locking version of CMPXCHG.
Gabe Black
2009-04-19
X86: Implement a locking version of BTS.
Gabe Black
2009-04-19
X86: Implement a locking version of DEC.
Gabe Black
2009-04-19
X86: Implement a locking version of INC.
Gabe Black
2009-04-19
X86: Implement a locking version of NEG.
Gabe Black
2009-04-19
X86: Implement a locking version of NOT.
Gabe Black
2009-04-19
X86: Implement a locking version of XCHG.
Gabe Black
2009-04-19
X86: Implement a locking version of XOR.
Gabe Black
2009-04-19
X86: Implement a locking version of SUB.
Gabe Black
2009-04-19
X86: Implement a locking version of AND.
Gabe Black
2009-04-19
X86: Implement a locking version of SBB.
Gabe Black
2009-04-19
X86: Implement a locking version of ADC.
Gabe Black
2009-04-19
X86: Implement a locking version of OR.
Gabe Black
2009-04-19
X86: Implement a locking version of ADD.
Gabe Black
2009-04-19
X86: Implement the stul microop.
Gabe Black
2009-04-19
X86: Implement the ldstl microop.
Gabe Black
2009-04-19
X86: Make the TEST instruction set all the flags it's supposed to.
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 far jmp.
Gabe Black
2009-04-19
X86: Fix a bug in the chks microop where it ignored that it found a fault.
Gabe Black
2009-04-19
X86: Make the interrupt entering microcode record the value to use, not actua...
Gabe Black
2009-04-19
X86: LEA calculates an address before segmentation.
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-04-19
X86: Only use %eax to select a function and look like we support sse2.
Gabe Black
2009-04-19
X86: Fix the mov to segment selector in real mode instruction microcode.
Gabe Black
2009-04-19
X86: Implement the INIT IPI.
Gabe Black
2009-04-19
X86: Fix the halt microop.
Gabe Black
2009-02-27
X86: Implement shrd.
Gabe Black
2009-02-27
X86: Set address size to 64 bits when generating addresses internally.
Gabe Black
2009-02-27
X86: Implement sysenter as a system call interface.
Gabe Black
2009-02-27
X86: Take address size into account when computing an effective address.
Gabe Black
2009-02-27
X86: Make instructions that use intseg preserve all 8 bytes of their addresses.
Gabe Black
2009-02-27
X86: Fix a decoder bug and add in some missing instructions.
Gabe Black
2009-02-27
X86: Respect segment override prefixes even when there's no ModRM byte.
Gabe Black
2009-02-27
X86: Fix segment limit checks.
Gabe Black
2009-02-27
X86: Compute shift instruction flags correctly.
Gabe Black
2009-02-27
X86: Implement the int system call interface in the decoder.
Gabe Black
[next]