summaryrefslogtreecommitdiff
path: root/src/arch/x86/types.hh
AgeCommit message (Expand)Author
2007-06-20Make memory instructions work better, add more macroop implementations, add a...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-06-12Add an address size bitfield to the isa description and the ExtMachInstGabe 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-21Break out the one and two byte opcodes into different files. Also change what...Gabe Black
2007-03-15Added immediate value support, and fixed alot of bugs. This won't support 3 b...Gabe 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-05Added LargestRead type for x86. I might have picked the wrong type.Gabe Black
2007-03-05Added in a missing include.Gabe Black
2007-03-03Filled in with basic x86 stuff. Some things are missing, wrong, or nonsensica...Gabe Black
2007-03-03Add build hooks for x86.Gabe Black