summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/insts/arithmetic/multiply_and_divide.py
AgeCommit message (Expand)Author
2007-09-19X86: Put in stubs for x87, 64 bit and 128 bit SIMD instruction microcode.Gabe Black
2007-09-13X86: Total overhaul of the division instructions and microops.Gabe Black
2007-09-06X86: Rework the multiplication microops so that they work like they would in ...Gabe Black
2007-09-06X86: Make signed multiplication do something different from unsigned.Gabe Black
2007-09-04X86: Implement idiv and propogate the mul corner case fix.Gabe Black
2007-09-04X86: Fix a corner case where mul would overwrite an original register value i...Gabe Black
2007-08-04X86: Start implementing segmentation support.Gabe Black
2007-07-30X86: Implement unsigned divide. The non-byte version ignores rdx which it sho...Gabe Black
2007-07-30X86: Make instructions use pick, and implement/adjust some multiplication mic...Gabe Black
2007-07-23Implement pusha, popa, three operand imul, hook them into the decoder, and cl...Gabe Black
2007-07-20Implement the increment and decrement instructions, and the two operand form ...Gabe Black
2007-06-08Move the microcode assembly to a python package instead of isa_parser files. ...Gabe Black