summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/decoder/one_byte_opcodes.isa
AgeCommit message (Expand)Author
2009-08-09X86: Decode byte sized singed divide as byte sized.Gabe Black
2009-08-05X86: Use the new forced folding mechanism for the SAHF and LAHF instructions.Gabe Black
2009-04-19X86: Implement far jmp.Gabe Black
2009-02-27X86: Implement the int system call interface in the decoder.Gabe Black
2008-06-12X86: Implement and hook up STI and CLI instructions.Gabe Black
2008-06-12X86: Implement a partial, sort of correct version of the protected mode varia...Gabe Black
2007-12-01X86: First crack at far returns. This is grossly approximate.Gabe Black
2007-12-01X86: Reorganize segmentation and implement segment selector movs.Gabe Black
2007-10-19X86: Implement the PUSHF, POPF, SAHF, and LAHF instructions.Gabe Black
2007-10-19X86: Impelement the HLT instruction and fix the "halt" microop.Gabe Black
2007-10-19X86: Implement the ENTER instruction. This could probably be optimized by cle...Gabe Black
2007-10-18X86: Replace "group10" placeholder with the corresponding instructions in the...Gabe Black
2007-10-18X86: Implement the string IO instructions, ins and outs.Gabe Black
2007-10-18X86: Implement the undocumented SALC instruction which sets AL to 0xFF if CF=...Gabe Black
2007-10-18X86: Implement the XLAT instruction.Gabe Black
2007-10-18X86: Implement the BOUND instruction.Gabe Black
2007-10-18X86: Make "Inst" the default format instead of WarnUnimpl for one byte opcodes.Gabe Black
2007-10-18X86: Implement the in/out instructions. These will still need support from th...Gabe Black
2007-10-18X86: Implement the LOOP instructions.Gabe Black
2007-10-18X86: Attach the CMC instruction to the decoder.Gabe Black
2007-10-18X86: Implemented the jrcx instruction.Gabe Black
2007-10-12X86: Added some new versions of MOV and a new argument type tag.Gabe Black
2007-10-12X86: Implemented LODS.Gabe Black
2007-10-02X86: Distinguish between the rep and repe prefixes.Gabe Black
2007-10-02X86: Hook in another version of the XCHG instruction.Gabe Black
2007-10-02X86: Implement MOVSGabe Black
2007-10-02X86: Implement STOS.Gabe Black
2007-09-04X86: Implement idiv and propogate the mul corner case fix.Gabe Black
2007-08-26X86: Implement cmps (string compare)Gabe Black
2007-08-07X86: Implemented and hooked in SCAS (scan string)Gabe Black
2007-08-04X86: Implement microops and instructions that manipulate the flags register.Gabe Black
2007-07-30X86: Add decoding for x87 floating point.Gabe Black
2007-07-30X86: Attach the "DIV" instruction implementation to the decoder.Gabe Black
2007-07-30X86: Hook in the new instructions.Gabe Black
2007-07-26X86: Hook in shift and rotate by one instructions, and NOT.Gabe Black
2007-07-24Hook in a bunch of new instructions, fix a few minor bugs, and expand out one...Gabe Black
2007-07-23Implement pusha, popa, three operand imul, hook them into the decoder, and cl...Gabe Black
2007-07-23Make the operand size reflect the size specifier on the operand tags, and imp...Gabe Black
2007-07-21Implemented and hooked in xchg, rotate with carry, and ret instructionsGabe Black
2007-07-20Fixed the distinction between far and near versions of jmp, call and ret. Imp...Gabe Black
2007-07-20Implement UD2 and replace the place holder in the decoder.Gabe Black
2007-07-20Implement adc and sbb instructions and microops.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-20Define and fill out a lot of different instructions and instruction versions....Gabe Black
2007-07-20Hook in newly implemented instructions.Gabe Black
2007-07-19x86 fixesGabe Black
2007-07-18Hook near returns into the decoder.Gabe Black
2007-07-18Implement some forms of add.Gabe Black
2007-07-18Fix the operand types in a section of the decoder.Gabe Black