Implemented and hooked in xchg, rotate with carry, and ret instructions
authorGabe Black <gblack@eecs.umich.edu>
Sun, 22 Jul 2007 02:29:39 +0000 (19:29 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Sun, 22 Jul 2007 02:29:39 +0000 (19:29 -0700)
commitf7ff068b3044706a874459afac859a38307828c9
tree29731a10a37b9ea7ead0a2c88fdf11289d01bc49
parentee6fbdc28b911f0899a93c7711f97b28d22b1039
Implemented and hooked in xchg, rotate with carry, and ret instructions

--HG--
extra : convert_revision : a8e67b0ab4072308f01e0df7f7ee05b31f605a35
src/arch/x86/isa/decoder/one_byte_opcodes.isa
src/arch/x86/isa/insts/control_transfer/xreturn.py
src/arch/x86/isa/insts/data_transfer/__init__.py
src/arch/x86/isa/insts/data_transfer/xchg.py [new file with mode: 0644]
src/arch/x86/isa/insts/rotate_and_shift/rotate.py