summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/insts
AgeCommit message (Expand)Author
2007-07-19x86 fixesGabe Black
2007-07-18Implement near returns.Gabe Black
2007-07-18Fix a comment to refer to the right type of instruction.Gabe Black
2007-07-18Implement some forms of add.Gabe Black
2007-07-18Implement the x86 nop to be a "fault" microop which returns "NoFault".Gabe Black
2007-07-17Implemented jnz.Gabe Black
2007-07-17Use limm to set up immediate value for subtract instruction.Gabe Black
2007-07-17Implement the jz instruction.Gabe Black
2007-07-17Make "test" set some condition codes.Gabe Black
2007-06-21Make symbols for regular registers.Gabe Black
2007-06-21Use the new symbols to clean up the assembler.Gabe Black
2007-06-20Implement rip relative addressing and put in some missing loads and stores.Gabe Black
2007-06-20Make memory instructions work better, add more macroop implementations, add a...Gabe Black
2007-06-19More faithfulness to what instructions should work in what modes, and added t...Gabe Black
2007-06-19Make instructions that are illegal in 64 bit mode not do the wrong thing in 6...Gabe Black
2007-06-19Get rid of the commented out versions of macroops which have been reimplement...Gabe Black
2007-06-19Get rid of the immediate and displacement components of the EmulEnv struct an...Gabe Black
2007-06-14Implement a handful more instructions and differentiate macroops based on the...Gabe Black
2007-06-14Make POP special case its dataSize to default to 64 bits in 64 bit mode.Gabe Black
2007-06-13Partially implement "POP"Gabe Black
2007-06-12Add in MOV instructions.Gabe Black
2007-06-08Move the microcode assembly to a python package instead of isa_parser files. ...Gabe Black