summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/decoder/two_byte_opcodes.isa
AgeCommit message (Expand)Author
2007-07-20Implement UD2 and replace the place holder in the decoder.Gabe Black
2007-07-20Implement the rest of the conditional jump instructions and hook them into th...Gabe Black
2007-07-20Make the decoder take advantage of the new "B" operand format which takes a r...Gabe Black
2007-07-20Hook in newly implemented instructions.Gabe Black
2007-07-19x86 fixesGabe Black
2007-07-18Check for the two opcode prefix correctly and add in some instructions.Gabe Black
2007-03-21Break out the one and two byte opcodes into different files. Also change what...Gabe Black