summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-03-29 00:50:54 -0700
committerGabe Black <gblack@eecs.umich.edu>2007-03-29 00:50:54 -0700
commit77ce05f47842606169e7575ef82e65da65bd6c6e (patch)
tree40ea7200bc4600aacbd971206d0f5eff06c1f948 /src/arch/x86/isa
parentfd77212b72427f57a800fceface8a85a5b5e4001 (diff)
downloadgem5-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/arch/x86/isa')
-rw-r--r--src/arch/x86/isa/decoder/one_byte_opcodes.isa2
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],