summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa_traits.hh
AgeCommit message (Expand)Author
2018-01-10alpha,arm,mips,power,riscv,sparc,x86,cpu: Get rid of ISA_HAS_DELAY_SLOT.Gabe Black
2017-12-23alpha,arm,mips,power,riscv,sparc,x86: Get rid of TheISA::NoopMachInst.Gabe Black
2016-11-09style: [patch 3/22] reduce include dependencies in some headersBrandon Potter
2015-07-17x86: decode instructions with vex prefixNilay Vaish
2015-05-15misc: Appease gcc 5.1Andreas Hansson
2014-12-04x86: Rework opcode parsing to support 3 byte opcodes properly.Gabe Black
2014-09-03arch: Cleanup unused ISA traits constantsAndreas Hansson
2012-11-02ISA: generic Linux thread info supportDam Sunwoo
2012-06-05ISA: Back-out NoopMachInst as a StaticInstPtr change.Ali Saidi
2012-06-04ISA: Turn the ExtMachInst NoopMachinst into the StaticInstPtr NoopStaticInst.Gabe Black
2012-05-25ISA: Make the decode function part of the ISA's decoder.Gabe Black
2012-03-19gcc: Clean-up of non-C++0x compliant code, first stepsAndreas Hansson
2011-09-09StaticInst: Merge StaticInst and StaticInstBase.Gabe Black
2010-08-23X86: Define a noop ExtMachInst.Gabe Black
2010-08-23Loader: Make the load address mask be a parameter of the system rather than a...Ali Saidi
2010-05-23copyright: Change HP copyright on x86 code to be more friendlyNathan Binkert
2010-02-12O3PCU: Split loads and stores that cross cache line boundaries.Timothy M. Jones
2009-07-08Registers: Add a registers.hh file as an ISA switched header.Gabe Black
2009-05-17types: Move stuff for global types into src/base/types.hhNathan Binkert
2009-04-21syscall: Resolve conflicts between m5threads and Gabe's recent SE changes.Steve Reinhardt
2009-02-27Processes: Make getting and setting system call arguments part of a process o...Gabe Black
2007-11-08ISA parser: Make the isa parser generate MaxInstSrcRegs and MaxInstDestRegs.Gabe Black
2007-10-12Loader: Identify sections based on virtual addresses, and set the LoadAddrMas...Gabe Black
2007-10-04X86: Fix the PageShift constant in isa_traits.hh (I thought I alread did this?)Gabe Black
2007-10-02X86: Fix x87 floating point stack register indexing.Gabe Black
2007-09-24X86: Get X86_FS to compile.Gabe Black
2007-09-19X86: Put in the foundation for x87 stack based fp registers.Gabe Black
2007-09-06X86: Rework the multiplication microops so that they work like they would in ...Gabe Black
2007-07-30X86: Make sure FP_Base_DepTag is big enough to avoid trouble.Gabe Black
2007-07-26X86: Fix argument register indexing.Gabe Black
2007-06-19Get rid of the immediate and displacement components of the EmulEnv struct an...Gabe Black
2007-06-18Add in incomplete pick and merge functions which read and write pieces of reg...Gabe Black
2007-03-06Get X86 to load an elf and start a process for it.Gabe Black
2007-03-05Various touch upsGabe Black
2007-03-05Include the x86 specific traits file.Gabe Black
2007-03-03Filled in with basic x86 information. Some things are missing, wrong, or non-...Gabe Black
2007-03-03Add build hooks for x86.Gabe Black