summaryrefslogtreecommitdiff
path: root/src/arch/x86/predecoder_tables.cc
AgeCommit message (Expand)Author
2010-05-23copyright: Change HP copyright on x86 code to be more friendlyNathan Binkert
2009-09-17X86: Fix the expected size of the immediate offset in MOV_MI.Gabe Black
2009-01-06X86: Hook in the M5 pseudo insts.Gabe Black
2008-08-03X86: Make hint nops consume their modrm byte.Gabe Black
2008-06-12X86: Flesh out 3dnow instruction decoding a bit and grab the byte immediate.Gabe Black
2007-07-24The groups of instructions hanging off opcode 71h, 72h, and 73h all need a by...Gabe Black
2007-05-31x86 work that hadn't been checked in.Gabe Black
2007-04-06Clean up the code a little, fix (I think) a perceived problem with immediate ...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