Fidget with the syntax of the MultiOp format in anticipation of making it actually...
authorGabe Black <gblack@eecs.umich.edu>
Thu, 29 Mar 2007 07:50:54 +0000 (00:50 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Thu, 29 Mar 2007 07:50:54 +0000 (00:50 -0700)
--HG--
extra : convert_revision : f62a1f035cc11677df8eb5a839ca1247d819fab3

src/arch/x86/isa/decoder/one_byte_opcodes.isa

index c56a8bf92197eed51fccdb2e1508b0ae4e071024..0f030299a6b557414f9ebe5aba5c27d04bb7090d 100644 (file)
@@ -64,7 +64,7 @@
             0x6: push_ES();
             0x7: pop_ES();
             default: MultiOp::add(
-                {{out1 = in1 + in2}},
+                {{Add op0, op0, op1}},
                 OPCODE_OP_BOTTOM3,
                 [[Eb,Gb],[Ev,Gv],
                  [Gb,Eb],[Gv,Ev],