summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/insts/arithmetic/add_and_subtract.py
AgeCommit message (Expand)Author
2007-09-19X86: Put in stubs for x87, 64 bit and 128 bit SIMD instruction microcode.Gabe Black
2007-08-04X86: Start implementing segmentation support.Gabe Black
2007-07-29X86: Make arithmetic instructions set the appropriate flags.Gabe Black
2007-07-26X86: Fix pc relative versions of add and subtract.Gabe Black
2007-07-24Get rid of an old commentGabe Black
2007-07-23Make the operand size reflect the size specifier on the operand tags, and imp...Gabe Black
2007-07-20Implement adc and sbb instructions and microops.Gabe Black
2007-07-20Define and fill out a lot of different instructions and instruction versions....Gabe Black
2007-07-18Implement some forms of add.Gabe Black
2007-07-17Use limm to set up immediate value for subtract instruction.Gabe Black
2007-06-21Use the new symbols to clean up the assembler.Gabe Black
2007-06-20Implement rip relative addressing and put in some missing loads and stores.Gabe Black
2007-06-20Make memory instructions work better, add more macroop implementations, add a...Gabe Black
2007-06-08Move the microcode assembly to a python package instead of isa_parser files. ...Gabe Black