Age | Commit message (Expand) | Author |
2011-02-13 | X86: Put the result used for flags in an intermediate variable. | Gabe Black |
2011-02-13 | X86: On a bad microopc, return a microop that returns a fault that panics. | Gabe Black |
2010-10-31 | ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors. | Gabe Black |
2010-09-13 | Faults: Pass the StaticInst involved, if any, to a Fault's invoke method. | Gabe Black |
2010-09-10 | style: fix sorting of includes and whitespace in some files | Nathan Binkert |
2010-08-23 | X86: Create a directory for files that define register indexes. | Gabe Black |
2010-08-23 | X86: Consolidate extra microop flags into one parameter. | Gabe Black |
2010-05-23 | copyright: Change HP copyright on x86 code to be more friendly | Nathan Binkert |
2009-12-19 | X86: Add a common named flag for signed media operations. | Gabe Black |
2009-12-19 | X86: Create a common flag with a name to indicate high multiplies. | Gabe Black |
2009-12-19 | X86: Create a common flag with a name to indicate scalar media instructions. | Gabe Black |
2009-08-21 | X86: fix some simple compile issues | Nathan Binkert |
2009-08-17 | X86: Rename sel to ext for media microops. | Gabe Black |
2009-08-17 | X86: Create base classes for use with media/SIMD microops. | Gabe Black |
2009-08-05 | X86: Fix how the parity flag is computed. | Gabe Black |
2009-07-17 | X86: Set up a named constant for the "fold bit" for int register indices. | Gabe Black |
2009-07-17 | X86: Shift some register flattening work into the decoder. | Gabe Black |
2009-07-16 | X86: Take limitted advantage of the compilers type checking for microop opera... | Gabe Black |
2009-04-23 | X86: Put the StoreCheck flag with the others, and don't collide with other fl... | Gabe Black |
2009-02-27 | X86: Fix segment limit checks. | Gabe Black |
2009-02-25 | X86: Add a flag to force memory accesses to happen at CPL 0. | Gabe Black |
2009-02-01 | X86: Calculate flags based on the actual result. | Gabe Black |
2009-01-06 | X86: Autogenerate macroop generateDisassemble function. | Gabe Black |
2009-01-06 | X86: Move the function that prints memory args into the inst base class. | Gabe Black |
2009-01-06 | X86: Move the macroop class out of the isa description into C++. | Gabe Black |
2009-01-06 | X86: Change indentation on microop disassembly. | Gabe Black |
2008-11-09 | X86: Fix completeAcc get call. | Gabe Black |
2008-09-27 | gcc: Add extra parens to quell warnings. | Nathan Binkert |
2007-12-01 | X86: Reorganize segmentation and implement segment selector movs. | Gabe Black |
2007-11-12 | X86: Various fixes to indexing segmentation related registers | Gabe Black |
2007-10-31 | String constant const-ness changes to placate g++ 4.2. | Steve Reinhardt |
2007-10-09 | X86: Get rid of stray Sparc DPRINTF | Gabe Black |
2007-10-07 | X86: Significantly filled out misc regs. | Gabe Black |
2007-10-02 | X86: Fix x87 floating point stack register indexing. | Gabe Black |
2007-09-19 | X86: Move the fp microops to their own file with their own base classes in C+... | Gabe Black |
2007-09-13 | X86: Fix how ECF is computed in genFlags, and get rid of some duplicate code. | Gabe Black |
2007-09-06 | X86: Make signed versions of partial register values available to microops. | Gabe Black |
2007-09-04 | X86: Add floating point micro registers. | Gabe Black |
2007-08-26 | X86: Remove x86 code that attempted to fix misaligned accesses. | Gabe Black |
2007-08-07 | X86: Added some missing parenthesis in the condition code calculation function. | Gabe Black |
2007-08-07 | X86: Implemented and hooked in SCAS (scan string) | Gabe Black |
2007-08-04 | X86: Make 64 bit unaligned accesses work as well as the other sizes. | Gabe Black |
2007-08-01 | X86: Hide the irrelevant portions of the address components for load and stor... | Gabe Black |
2007-07-30 | X86: Make merge and pick work with high bytes. Fix a sizing issue in pick. | Gabe Black |
2007-07-30 | X86: Make register names in disassembly reflect high bytes. | Gabe Black |
2007-07-30 | X86: Make disassembly use the final register index. Add bits to indicate whet... | Gabe Black |
2007-07-29 | X86: Fix a bug with merge | Gabe Black |
2007-07-26 | X86: Add functions to read and write to an exec context. | Gabe Black |
2007-07-20 | Fixed width parameter and provided a parameter to flip the carry bit on subtr... | Gabe Black |
2007-07-17 | Make disassembled x86 register indices reflect their size. | Gabe Black |