summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/decoder
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2009-08-17 18:21:09 -0700
committerGabe Black <gblack@eecs.umich.edu>2009-08-17 18:21:09 -0700
commitcfaeb5eaf7d1aaa6dad7c8677c8829ac1be5c90b (patch)
tree191c8bc08491d4398df09d138d5f5dd7afa3bf33 /src/arch/x86/isa/decoder
parentaabbb22cca3d3f759a55d2108504b6409e7ba402 (diff)
downloadgem5-cfaeb5eaf7d1aaa6dad7c8677c8829ac1be5c90b.tar.xz
X86: Implement PUNPCKHQDQ.
Diffstat (limited to 'src/arch/x86/isa/decoder')
-rw-r--r--src/arch/x86/isa/decoder/two_byte_opcodes.isa2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/isa/decoder/two_byte_opcodes.isa b/src/arch/x86/isa/decoder/two_byte_opcodes.isa
index efc3d295b..fd07f3192 100644
--- a/src/arch/x86/isa/decoder/two_byte_opcodes.isa
+++ b/src/arch/x86/isa/decoder/two_byte_opcodes.isa
@@ -596,7 +596,7 @@
0x2: Inst::PUNPCKHDQ(Vo,Wo);
0x3: packssdw_Vo_Wo();
0x4: punpcklqdq_Vo_Wq();
- 0x5: punpcklqdq_Vo_Wq();
+ 0x5: Inst::PUNPCKHQDQ(Vo,Wq);
0x6: movd_Vo_Ed();
0x7: movdqa_Vo_Wo();
}