Age | Commit message (Expand) | Author |
2007-09-19 | X86: Put in stubs for x87, 64 bit and 128 bit SIMD instruction microcode. | Gabe Black |
2007-09-13 | X86: Total overhaul of the division instructions and microops. | Gabe Black |
2007-09-06 | X86: Rework the multiplication microops so that they work like they would in ... | Gabe Black |
2007-09-06 | X86: Make signed multiplication do something different from unsigned. | Gabe Black |
2007-09-04 | X86: Implement idiv and propogate the mul corner case fix. | Gabe Black |
2007-09-04 | X86: Fix a corner case where mul would overwrite an original register value i... | Gabe Black |
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 |