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
/
arithmetic
Age
Commit message (
Expand
)
Author
2007-08-04
X86: Start implementing segmentation support.
Gabe Black
2007-07-30
X86: Implement unsigned divide. The non-byte version ignores rdx which it sho...
Gabe Black
2007-07-30
X86: Make instructions use pick, and implement/adjust some multiplication mic...
Gabe Black
2007-07-29
X86: Make arithmetic instructions set the appropriate flags.
Gabe Black
2007-07-26
X86: Fix pc relative versions of add and subtract.
Gabe Black
2007-07-24
Get rid of an old comment.
Gabe Black
2007-07-24
Get rid of an old comment
Gabe Black
2007-07-23
Implement pusha, popa, three operand imul, hook them into the decoder, and cl...
Gabe Black
2007-07-23
Make the operand size reflect the size specifier on the operand tags, and imp...
Gabe Black
2007-07-20
Implement adc and sbb instructions and microops.
Gabe Black
2007-07-20
Define and fill out a lot of different instructions and instruction versions....
Gabe Black
2007-07-20
Implement the increment and decrement instructions, and the two operand form ...
Gabe Black
2007-07-18
Implement some forms of add.
Gabe Black
2007-07-17
Use limm to set up immediate value for subtract instruction.
Gabe Black
2007-06-21
Use the new symbols to clean up the assembler.
Gabe Black
2007-06-20
Implement rip relative addressing and put in some missing loads and stores.
Gabe Black
2007-06-20
Make memory instructions work better, add more macroop implementations, add a...
Gabe Black
2007-06-08
Move the microcode assembly to a python package instead of isa_parser files. ...
Gabe Black