gem5/src/arch/x86/isa/insts/control_transfer
Gabe Black f7ff068b30 Implemented and hooked in xchg, rotate with carry, and ret instructions
--HG--
extra : convert_revision : a8e67b0ab4072308f01e0df7f7ee05b31f605a35
2007-07-21 19:29:39 -07:00
..
__init__.py Move the microcode assembly to a python package instead of isa_parser files. Also, the code is now a single string which runs through the microcode assembler rather than docstrings associated with classes named after each architectural level instruction. 2007-06-08 16:13:20 +00:00
call.py Fixed the distinction between far and near versions of jmp, call and ret. Implemented some shifts, rotates, and pushes. 2007-07-20 23:16:03 -07:00
conditional_jump.py Move the microcode assembly to a python package instead of isa_parser files. Also, the code is now a single string which runs through the microcode assembler rather than docstrings associated with classes named after each architectural level instruction. 2007-06-08 16:13:20 +00:00
interrupts_and_exceptions.py Move the microcode assembly to a python package instead of isa_parser files. Also, the code is now a single string which runs through the microcode assembler rather than docstrings associated with classes named after each architectural level instruction. 2007-06-08 16:13:20 +00:00
jump.py Fixed the distinction between far and near versions of jmp, call and ret. Implemented some shifts, rotates, and pushes. 2007-07-20 23:16:03 -07:00
loop.py Move the microcode assembly to a python package instead of isa_parser files. Also, the code is now a single string which runs through the microcode assembler rather than docstrings associated with classes named after each architectural level instruction. 2007-06-08 16:13:20 +00:00
xreturn.py Implemented and hooked in xchg, rotate with carry, and ret instructions 2007-07-21 19:29:39 -07:00