Age | Commit message (Expand) | Author |
2007-08-29 | X86: Add an fp move microop. | Gabe Black |
2007-08-29 | X86: Add load and store microops that use the fp registers. | Gabe Black |
2007-08-26 | X86: Make the Ruflag microop work correctly, and make the code a little clearer. | Gabe Black |
2007-08-26 | X86: Fix the sign extension microop so it extends zeros correctly. | Gabe Black |
2007-08-26 | X86: Remove x86 code that attempted to fix misaligned accesses. | Gabe Black |
2007-08-07 | X86: Overhaul of ruflags to get it to work correctly. | Gabe Black |
2007-08-07 | X86: Make a microcode branch microop. | Gabe Black |
2007-08-04 | X86: Implement microops and instructions that manipulate the flags register. | Gabe Black |
2007-08-04 | X86: Make 64 bit unaligned accesses work as well as the other sizes. | Gabe Black |
2007-08-04 | X86: Start implementing segmentation support. | Gabe Black |
2007-08-01 | X86: Fix for compilation bug with new cache code. | Gabe Black |
2007-07-30 | X86: Remove a naming conflict between the register index parameters and the "... | Gabe Black |
2007-07-30 | X86: Make instructions use pick, and implement/adjust some multiplication mic... | Gabe Black |
2007-07-30 | X86: Make disassembly use the final register index. Add bits to indicate whet... | Gabe Black |
2007-07-29 | X86: Make logic instructions flag setting work. | Gabe Black |
2007-07-29 | X86: Make limm use merge and allow overriding the data size. | Gabe Black |
2007-07-26 | X86: Add functions to read and write to an exec context. | Gabe Black |
2007-07-26 | X86: Fix carry calculation for subtraction based microops. | Gabe Black |
2007-07-24 | Make the shift and rotate microops mask the shift/rotate amount correctly. | Gabe Black |
2007-07-21 | Implement rotate with carry microops. | Gabe Black |
2007-07-20 | Fixed the distinction between far and near versions of jmp, call and ret. 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 | Make load and store ops use the appropriate sized data access. | Gabe Black |
2007-07-20 | Fix carry flag for subtracts, and clean up code slightly. | Gabe Black |
2007-07-19 | x86 fixes | Gabe Black |
2007-07-18 | Make instructions that conditionally set registers set them to their old valu... | Gabe Black |
2007-07-18 | Make store microops actually store instead of load. | Gabe Black |
2007-07-18 | Make the data size used by regops overridable in the microassembly. | Gabe Black |
2007-07-18 | Add a generateDisassembly function to the MicroFault StaticInst. | Gabe Black |
2007-07-17 | Make disassembled x86 register indices reflect their size. | Gabe Black |
2007-07-17 | Add in support for condition code flags. | Gabe Black |
2007-07-14 | Pull some hard coded base classes out of the isa description. | Gabe Black |
2007-06-21 | Add in code that lays the ground work for setting flags. | Gabe Black |
2007-06-20 | Make memory instructions work better, add more macroop implementations, add a... | Gabe Black |
2007-06-19 | More faithfulness to what instructions should work in what modes, and added t... | Gabe Black |
2007-06-19 | Make instructions that are illegal in 64 bit mode not do the wrong thing in 6... | Gabe Black |
2007-06-19 | Renovate the "fault" microop implementation. | Gabe Black |
2007-06-19 | Get rid of the immediate and displacement components of the EmulEnv struct an... | Gabe Black |
2007-06-18 | Add in incomplete pick and merge functions which read and write pieces of reg... | Gabe Black |
2007-06-14 | Fix limm. | Gabe Black |
2007-06-13 | Move load/store microops into their own file. They still don't do anything, t... | Gabe Black |
2007-06-13 | Fix the immediate version of register operations, and get their name to show ... | Gabe Black |
2007-06-12 | Make microOp vs microop and macroOp vs macroop capitilization consistent. | Gabe Black |
2007-06-08 | Fix the formatting on a comment. | Gabe Black |
2007-06-08 | Big changes to use the new microcode assembler. | Gabe Black |
2007-06-04 | Make limm (load immediate) microop | Gabe Black |
2007-06-04 | Reworking x86's microcode system. This is a work in progress, and X86 doesn't... | Gabe Black |
2007-04-10 | Include the new GenFault microop. | Gabe Black |
2007-04-10 | Reworked x86 a bit | Gabe Black |