Age | Commit message (Expand) | Author |
2016-02-06 | x86: revamp cmpxchg8b/cmpxchg16b implementation | Alexandru Dutu |
2016-02-06 | arch, x86: add support for arrays as memory operands | Steve Reinhardt |
2013-10-15 | arch/x86: add support for explicit CC register file | Yasuko Eckert |
2013-03-11 | x86: implement some of the x87 instructions | Nilay Vaish |
2013-01-15 | x86: implements emms instruction | Nilay Vaish |
2013-01-15 | x86: implement fabs, fchs instructions | Nilay Vaish |
2012-09-11 | X86: make use of register predication | Nilay Vaish |
2012-09-11 | x86: Add a separate register for D flag bit | Nilay Vaish |
2012-05-22 | X86: Split Condition Code register | Nilay Vaish |
2011-08-13 | X86: Use IsSquashAfter if an instruction could affect fetch translation. | Gabe Black |
2011-07-05 | ISA parser: Define operand types with a ctype directly. | Gabe Black |
2010-12-08 | X86: Take advantage of new PCState syntax. | Gabe Black |
2010-10-31 | ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors. | Gabe Black |
2010-05-23 | copyright: Change HP copyright on x86 code to be more friendly | Nathan Binkert |
2009-08-07 | X86: Implement shift right/left double microops. | Gabe Black |
2009-07-17 | X86: Tame the wilds of def operands. | Gabe Black |
2009-02-25 | X86: Add microops for reading/writing debug registers. | Gabe Black |
2009-02-01 | X86: Fix some incorrect register widths. | Gabe Black |
2009-01-06 | X86: Hook in the M5 pseudo insts. | Gabe Black |
2008-10-12 | X86: Add wrval/rdval microops for reading significant miscregs. | Gabe Black |
2008-10-12 | X86: Implement CPUID with a magical function instead of microcode. | Gabe Black |
2008-06-12 | X86: Keep handy values like the operating mode in one register. | Gabe Black |
2008-06-12 | X86: Change what the microop chks does. | Gabe Black |
2008-06-12 | X86: Add microops and supporting code to manipulate the whole rflags register. | Gabe Black |
2008-06-12 | X86: Add in some support for the tsc register. | Gabe Black |
2007-12-01 | X86: Reorganize segmentation and implement segment selector movs. | Gabe Black |
2007-12-01 | X86: Implement the lgdt instruction. | Gabe Black |
2007-12-01 | X86: Implement wrbase and wrlimit for loading pseudo descriptors. | Gabe Black |
2007-12-01 | X86: Separate the effective seg base and the "hidden" seg base. | Gabe Black |
2007-11-13 | X86: Make microcode use presegmentation RIPs and the rest of m5 use post segm... | Gabe Black |
2007-11-12 | X86: Implement the wrcr microop which writes a control register, and some con... | 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-19 | X86: Put in the foundation for x87 stack based fp registers. | 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-08-29 | X86: Add operands to handle floating point registers. | Gabe Black |
2007-08-29 | X86: Flesh out register indexing constants. | Gabe Black |
2007-08-07 | X86: Make a microcode branch microop. | Gabe Black |
2007-08-04 | X86: Start implementing segmentation support. | Gabe Black |
2007-07-30 | X86: Take into account the regular registers and the microcode registers when... | Gabe Black |
2007-07-30 | Make the register indices use the appropriate "fold" bit. | Gabe Black |
2007-07-19 | x86 fixes | Gabe Black |
2007-07-17 | Add in operand which holds the condition code bits of the flag register. | Gabe Black |
2007-06-19 | Get rid of the immediate and displacement components of the EmulEnv struct an... | Gabe Black |
2007-06-04 | Reworking x86's microcode system. This is a work in progress, and X86 doesn't... | Gabe Black |
2007-04-04 | The process of going from an instruction definition to an instruction to be r... | Gabe Black |
2007-03-29 | Add code to generate register and immediate based integer op microop classes. | Gabe Black |
2007-03-21 | Add a junk operand. With no operands, the parser breaks. | Gabe Black |
2007-03-05 | Stub decoder. This is probably even farther from finished than it looks... | Gabe Black |