gem5/src/arch/x86/isa/insts/data_transfer
Gabe Black ecf2621f4f Implement pusha, popa, three operand imul, hook them into the decoder, and clean up the decoder a little.
--HG--
extra : convert_revision : c1b8f0f433f629e4104e2b04addcdaabf57595e3
2007-07-23 11:20:57 -07:00
..
__init__.py Implemented and hooked in xchg, rotate with carry, and ret instructions 2007-07-21 19:29:39 -07:00
conditional_move.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
move.py Comment, implement, fix, and trim the move microassembly. 2007-07-20 15:04:41 -07:00
stack_operations.py Implement pusha, popa, three operand imul, hook them into the decoder, and clean up the decoder a little. 2007-07-23 11:20:57 -07:00
xchg.py Implemented and hooked in xchg, rotate with carry, and ret instructions 2007-07-21 19:29:39 -07:00