summaryrefslogtreecommitdiff
path: root/src/arch/x86/utility.hh
AgeCommit message (Expand)Author
2016-11-09style: [patch 3/22] reduce include dependencies in some headersBrandon Potter
2015-10-12misc: Remove redundant compiler-specific definesAndreas Hansson
2014-09-27arch: Use const StaticInstPtr references where possibleAndreas Hansson
2013-09-30x86: Add support routines to load and store 80-bit floatsAndreas Sandberg
2013-09-19x86: Add support routines to convert between x87 tag formatsAndreas Sandberg
2013-06-18x86: Add support for maintaining the x87 tag wordAndreas Sandberg
2013-06-18x86: Fix loading of floating point constantsAndreas Sandberg
2013-06-18x86: Add helper functions to access rflagsAndreas Sandberg
2012-03-19gcc: Clean-up of non-C++0x compliant code, first stepsAndreas Hansson
2011-10-30X86: Get rid of more uses of FULL_SYSTEM.Gabe Black
2011-05-13Trace: Allow printing ASIDs and selectively tracing based on user/kernel code.Chander Sudanthi
2010-10-31ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.Gabe Black
2010-10-15GetArgument: Rework getArgument so that X86_FS compiles again.Gabe Black
2010-10-01Debug: Implement getArgument() and function skipping for ARM.Ali Saidi
2010-09-14CPU: Trim unnecessary includes from some common files.Gabe Black
2010-08-23X86: Create a directory for files that define register indexes.Gabe Black
2010-08-23ISA: Get rid of old, unused utility functions cluttering up the ISAs.Gabe Black
2010-05-23copyright: Change HP copyright on x86 code to be more friendlyNathan Binkert
2009-08-03X86: Fix segment override prefixes on instructions that use rbp/rsp and a dis...Gabe Black
2009-07-08Registers: Add a registers.hh file as an ISA switched header.Gabe Black
2009-07-08Registers: Add an ISA object which replaces the MiscRegFile.Gabe Black
2009-05-17includes: sort includes againNathan Binkert
2009-05-17types: Move stuff for global types into src/base/types.hhNathan Binkert
2009-02-25X86: Implement inUserMode for x86.Gabe Black
2007-10-07X86: Make initCPU and startupCPU do something basic.Gabe Black
2007-09-24X86: Get X86_FS to compile.Gabe Black
2007-06-19Get rid of the immediate and displacement components of the EmulEnv struct an...Gabe Black
2007-06-14Put the mode in the ExtMachInst.Gabe Black
2007-04-06Clean up the code a little, fix (I think) a perceived problem with immediate ...Gabe Black
2007-04-04Made x86 ExtMachInsts distinguishable from each other by defining a real == a...Gabe Black
2007-03-15Compile fixGabe Black
2007-03-15Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-15Make the predecoder an object with it's own switched header file. Start addin...Gabe Black
2007-03-13Replaced makeExtMI with predecode.Gabe Black
2007-03-09implement ipi stufff for SPARCAli Saidi
2007-03-05Added missing include.Gabe Black
2007-03-05Added stub implementations or prototypes for all the functions in this file.Gabe Black
2007-03-03Add build hooks for x86.Gabe Black