summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/insts/control_transfer/call.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-20Fixed the distinction between far and near versions of jmp, call and ret. Imp...Gabe Black
2007-07-20Appended _NEAR to the near version of call and return.Gabe Black
2007-07-18Fix a comment to refer to the right type of instruction.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-19Make instructions that are illegal in 64 bit mode not do the wrong thing in 6...Gabe Black
2007-06-08Move the microcode assembly to a python package instead of isa_parser files. ...Gabe Black