summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/insts/data_transfer/stack_operations.py
AgeCommit message (Expand)Author
2007-09-19X86: Put in stubs for x87, 64 bit and 128 bit SIMD instruction microcode.Gabe Black
2007-08-04X86: Start implementing segmentation support.Gabe Black
2007-07-30X86: Implement LEAVEGabe Black
2007-07-29X86: Fix popa and push with the stack pointer.Gabe Black
2007-07-23Implement pusha, popa, three operand imul, hook them into the decoder, and cl...Gabe Black
2007-07-20Fixed the distinction between far and near versions of jmp, call and ret. Imp...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-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-08Move the microcode assembly to a python package instead of isa_parser files. ...Gabe Black