summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/formats
AgeCommit message (Expand)Author
2017-11-07alpha,arm,mips,power,riscv,sparc,x86: Merge exec decl templates.Gabe Black
2017-11-02alpha,arm,mips,power,riscv,sparc,x86,isa: De-specialize ExecContexts.Gabe Black
2017-08-28x86: Add a "CondInst" format for conditionally decoded instructions.Gabe Black
2016-01-17cpu. arch: add initiateMemRead() to ExecContext interfaceSteve Reinhardt
2015-04-03x86: fix debug trace output for mwaitLena Olson
2014-11-06x86 isa: This patch attempts an implementation at mwait.Marc Orr
2014-10-16arch: Use shared_ptr for all FaultsAndreas Hansson
2014-05-09arch: teach ISA parser how to split code across filesCurtis Dunham
2014-05-09arch: remove inline specifiers on all inst constrs, all ISAsCurtis Dunham
2012-06-04X86: Ensure that the CPUID instruction always writes its outputs.Gabe Black
2011-06-02copyright: clean up copyright blocksNathan Binkert
2010-10-31ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.Gabe Black
2010-10-22X86: Make nop a regular, non-microcoded instruction.Gabe Black
2010-09-14X86: Make unrecognized instructions behave better in x86.Gabe Black
2010-08-23X86: Get rid of the flagless microop constructor.Gabe Black
2010-08-23X86: Mark serializing macroops and regular instructions as such.Gabe Black
2010-05-23copyright: Change HP copyright on x86 code to be more friendlyNathan Binkert
2009-01-06X86: Hook in the M5 pseudo insts.Gabe Black
2008-10-12X86: Implement CPUID with a magical function instead of microcode.Gabe Black
2007-10-18X86: Make the "fault" microop predicated.Gabe Black
2007-10-09X86: Get rid of BasicOperate format which wasn't used and referred to SparcSt...Gabe Black
2007-10-02X86: Distinguish between the rep and repe prefixes.Gabe Black
2007-08-07X86: Add a format to handle string instructions which can use the repe and re...Gabe Black
2007-07-30X86: missed a file which adds a "fold" bit.Gabe Black
2007-07-19x86 fixesGabe Black
2007-07-18Fix the panic in the "error" format for x86,Gabe Black
2007-07-14Pull some hard coded base classes out of the isa description.Gabe Black
2007-06-20Implement rip relative addressing and put in some missing loads and stores.Gabe Black
2007-06-14Implement a handful more instructions and differentiate macroops based on the...Gabe Black
2007-06-12Use objects to pass around output code, and fix/implement a few things.Gabe Black
2007-06-08Fix up a potentially misleading comment.Gabe Black
2007-06-08Big changes to use the new microcode assembler.Gabe Black
2007-04-10Reworked x86 a bitGabe Black
2007-04-06Refactored the x86 isa description some more. There should be more seperation...Gabe Black
2007-04-06Clean up the macroop code.Gabe Black
2007-04-04Reworking how x86's isa description works. I'm adopting the following definit...Gabe Black
2007-04-03A batch of changes and fixes. Macroops are now generated automatically, multi...Gabe Black
2007-03-29Made the MultiOp format do a little more. It now sets up single microop instr...Gabe Black
2007-03-21Start implementing groups of instructions which do the same thing on differen...Gabe Black
2007-03-21Break out the one and two byte opcodes into different files. Also change what...Gabe Black
2007-03-15Make the predecoder an object with it's own switched header file. Start addin...Gabe Black
2007-03-05Stub decoder. This is probably even farther from finished than it looks...Gabe Black