From 0477a3c8f9d3f65d028ae5263460a8b95f391e05 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 16 Apr 2011 13:39:42 -0700 Subject: [PATCH] sse: Fix pextrw emission --- orc/orcx86insn.c | 1 + 1 file changed, 1 insertion(+) diff --git a/orc/orcx86insn.c b/orc/orcx86insn.c index 9dffb38..8d1c1c9 100644 --- a/orc/orcx86insn.c +++ b/orc/orcx86insn.c @@ -489,6 +489,7 @@ orc_x86_emit_cpuinsn_store_memoffset (OrcCompiler *p, int index, int size, } if (opcode->type == ORC_X86_INSN_TYPE_SD_REV || + opcode->type == ORC_X86_INSN_TYPE_SDI_REV || opcode->type == ORC_X86_INSN_TYPE_ED_REV) { output_opcode (p, opcode, 4, dest, src); } else { -- 2.7.4