gem5/src/arch/x86/isa/insts/arithmetic
Gabe Black 1af50a9e8b X86: Make arithmetic instructions set the appropriate flags.
--HG--
extra : convert_revision : 3bdef3876c7b86bc93365edee876b74a201d625f
2007-07-29 13:50:10 -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
add_and_subtract.py X86: Make arithmetic instructions set the appropriate flags. 2007-07-29 13:50:10 -07:00
increment_and_decrement.py Get rid of an old comment. 2007-07-24 15:04:53 -07:00
multiply_and_divide.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