summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/insts/control_transfer/xreturn.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-21Implemented and hooked in xchg, rotate with carry, and ret instructionsGabe Black
2007-07-20Appended _NEAR to the near version of call and return.Gabe Black
2007-07-18Implement near returns.Gabe Black
2007-06-08Move the microcode assembly to a python package instead of isa_parser files. ...Gabe Black