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
/
general_purpose
/
arithmetic
Age
Commit message (
Expand
)
Author
2009-08-17
X86: Turn the DIV and IDIV microcode into templates and generate all the vari...
Gabe Black
2009-08-17
X86: Remove some FIXMEs from IDIV that have been fixed.
Gabe Black
2009-08-17
X86: Fix a bug introduced to IDIV in a recent attempt to fix another bug.
Gabe Black
2009-08-09
X86: Don't clobber the original dividend when doing signed divide.
Gabe Black
2009-08-05
X86: Fix condition code setting for signed multiplies with negative results.
Gabe Black
2009-08-05
X86: Fix the indexing for ah in byte division instructions.
Gabe Black
2009-08-05
X86: Fix the indexing for ah in byte multiply instructions.
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 SUB.
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 ADD.
Gabe Black
2008-10-12
X86: Create a SeqOp class of microops and make Br one of them.
Gabe Black
2007-10-02
X86: Put ldst into the microcode (the earlier changeset didn't really).
Gabe Black
2007-09-19
X86: Put in stubs for x87, 64 bit and 128 bit SIMD instruction microcode.
Gabe Black