diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2007-03-29 00:50:54 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2007-03-29 00:50:54 -0700 |
commit | 77ce05f47842606169e7575ef82e65da65bd6c6e (patch) | |
tree | 40ea7200bc4600aacbd971206d0f5eff06c1f948 /src | |
parent | fd77212b72427f57a800fceface8a85a5b5e4001 (diff) | |
download | gem5-77ce05f47842606169e7575ef82e65da65bd6c6e.tar.xz |
Fidget with the syntax of the MultiOp format in anticipation of making it actually work.
--HG--
extra : convert_revision : f62a1f035cc11677df8eb5a839ca1247d819fab3
Diffstat (limited to 'src')
-rw-r--r-- | src/arch/x86/isa/decoder/one_byte_opcodes.isa | 2 |
1 files changed, 1 insertions, 1 deletions
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], |