Get rid of the commented out versions of macroops which have been reimplemented. The comments are basically functioning like a todo list.

--HG--
extra : convert_revision : cb07e3813f6cf882b4a5c77c498ffbca26adf586
This commit is contained in:
Gabe Black 2007-06-19 14:26:42 +00:00
parent 053c715f21
commit 056cfc345b
2 changed files with 0 additions and 14 deletions

View 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):

View 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"