X86: Implement the movlpd instruction.
authorGabe Black <gblack@eecs.umich.edu>
Thu, 30 Aug 2007 03:37:16 +0000 (20:37 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Thu, 30 Aug 2007 03:37:16 +0000 (20:37 -0700)
commitf0b20ff9703c2443535bc3b39334a957d44723d5
tree3335d2fc0d29f5e5ea19fdf81108eb6405d3f675
parent3b97b6e0e25ebf33507dcd68cd9d21096df50cda
X86: Implement the movlpd instruction.

--HG--
extra : convert_revision : dddb20fe48c0ae9de7cd0ba1a1467ecb690056c1
src/arch/x86/isa/decoder/two_byte_opcodes.isa
src/arch/x86/isa/insts/__init__.py
src/arch/x86/isa/insts/sse/move.py [new file with mode: 0644]
src/arch/x86/isa/microasm.isa