Get rid of the commented out versions of macroops which have been reimplemented....
authorGabe Black <gblack@eecs.umich.edu>
Tue, 19 Jun 2007 14:26:42 +0000 (14:26 +0000)
committerGabe Black <gblack@eecs.umich.edu>
Tue, 19 Jun 2007 14:26:42 +0000 (14:26 +0000)
--HG--
extra : convert_revision : cb07e3813f6cf882b4a5c77c498ffbca26adf586

src/arch/x86/isa/insts/data_transfer/stack_operations.py
src/arch/x86/isa/insts/logical.py

index 50b690354423801826877d8e0d57b0344614aa09..ad95fd468a193a691384eb0e94e913be0f9e1715 100644 (file)
@@ -73,16 +73,10 @@ def macroop PUSH_R {
 };
 '''
 #let {{
-#    class POP(Inst):
-#      "GenFault ${new UnimpInstFault}"
-#    class POPA(Inst):
-#      "GenFault ${new UnimpInstFault}"
 #    class POPA(Inst):
 #      "GenFault ${new UnimpInstFault}"
 #    class POPAD(Inst):
 #      "GenFault ${new UnimpInstFault}"
-#    class PUSH(Inst):
-#      "GenFault ${new UnimpInstFault}"
 #    class PUSHA(Inst):
 #      "GenFault ${new UnimpInstFault}"
 #    class PUSHAD(Inst):
index 824c75053ae3dc20df329c918126cf4d66557a34..0b7c412085c8326941340e780745fc155f2a1306 100644 (file)
@@ -94,18 +94,10 @@ def macroop AND_M_I
 '''
 #let {{
 #microcodeString = '''
-#    def macroop AND
-#    {
-#      And reg reg regm
-#    };
 #    def macroop OR
 #    {
 #      Or reg reg regm
 #    };
-#    def macroop XOR
-#    {
-#      Xor reg reg regm
-#    };
 #    def macroop NOT
 #    {
 #      Xor reg reg "0xFFFFFFFFFFFFFFFFULL"