summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/insts/control_transfer/jump.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: Force jumps to use 64 bit operand size.Gabe Black
2007-07-20Fixed the distinction between far and near versions of jmp, call and ret. Imp...Gabe Black
2007-07-20Implement the rest of the conditional jump instructions and hook them into th...Gabe Black
2007-07-20Define and fill out a lot of different instructions and instruction versions....Gabe Black
2007-07-20Implement jnbe.Gabe Black
2007-07-19x86 fixesGabe Black
2007-07-17Implemented jnz.Gabe Black
2007-07-17Implement the jz instruction.Gabe Black
2007-06-08Move the microcode assembly to a python package instead of isa_parser files. ...Gabe Black