summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/insts/general_purpose/control_transfer/xreturn.py
AgeCommit message (Expand)Author
2013-05-21x86: mark instructions for being function call/returnNilay Vaish
2013-04-23x86: increment the stack pointer in lret instChristian Menard
2010-05-23copyright: Change HP copyright on x86 code to be more friendlyNathan Binkert
2008-10-12X86: Create a SeqOp class of microops and make Br one of them.Gabe Black
2008-10-09X86: Make far ret modify CS instead of some random selector.Gabe Black
2008-06-12X86: Change how segment loading is performed.Gabe Black
2007-12-01X86: First crack at far returns. This is grossly approximate.Gabe Black
2007-10-02X86: Put ldst into the microcode (the earlier changeset didn't really).Gabe Black
2007-09-19X86: Put in stubs for x87, 64 bit and 128 bit SIMD instruction microcode.Gabe Black