From: Gabe Black Date: Thu, 29 Mar 2007 07:50:54 +0000 (-0700) Subject: Fidget with the syntax of the MultiOp format in anticipation of making it actually... X-Git-Tag: m5_2.0_beta3~66^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=77ce05f47842606169e7575ef82e65da65bd6c6e;p=gem5.git Fidget with the syntax of the MultiOp format in anticipation of making it actually work. --HG-- extra : convert_revision : f62a1f035cc11677df8eb5a839ca1247d819fab3 --- diff --git a/src/arch/x86/isa/decoder/one_byte_opcodes.isa b/src/arch/x86/isa/decoder/one_byte_opcodes.isa index c56a8bf92..0f030299a 100644 --- a/src/arch/x86/isa/decoder/one_byte_opcodes.isa +++ b/src/arch/x86/isa/decoder/one_byte_opcodes.isa @@ -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],