gem5/src/arch/x86/isa/insts/arithmetic
Gabe Black 44c3419e1a X86: Implement unsigned divide. The non-byte version ignores rdx which it shouldn't.
--HG--
extra : convert_revision : 07e5509fb8ed9d73c144d6f52951ebc02e7c0032
2007-07-30 15:40: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
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 X86: Implement unsigned divide. The non-byte version ignores rdx which it shouldn't. 2007-07-30 15:40:39 -07:00