Implement support for MMX movd instruction generation.

Based on http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20150202/257325.html
and http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20121029/154639.html

Change-Id: I098654245c06a975b8b0bc66e0feb5acea0e9c89
Reviewed-on: https://swiftshader-review.googlesource.com/4510
Tested-by: Nicolas Capens <capn@google.com>
Reviewed-by: Alexis Hétu <sugoi@google.com>
Reviewed-by: Nicolas Capens <capn@google.com>
diff --git a/src/Reactor/Nucleus.hpp b/src/Reactor/Nucleus.hpp
index a892e21..a7aaf79 100644
--- a/src/Reactor/Nucleus.hpp
+++ b/src/Reactor/Nucleus.hpp
@@ -1310,11 +1310,9 @@
 	//	explicit Long1(RValue<Short> cast);

 	//	explicit Long1(RValue<UShort> cast);

 	//	explicit Long1(RValue<Int> cast);

-	//	explicit Long1(RValue<UInt> cast);

+		explicit Long1(RValue<UInt> cast);

 	//	explicit Long1(RValue<Float> cast);

 

-		explicit Long1(const Reference<UInt> &cast);

-

 	//	Long1();

 	//	Long1(qword x);

 		Long1(RValue<Long1> rhs);