summaryrefslogtreecommitdiff
path: root/src/arch/x86/utility.hh
AgeCommit message (Expand)Author
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