Looks good. - Roy

From: Gautam Chakrabarti [mailto:[email protected]]
Sent: Thursday, August 26, 2010 8:38 AM
To: Hui Shi; [email protected]
Subject: Re: [Open64-devel] unpackhi_epi8/16/32 map to wrong instruction.

Looks fine to me. But I am not a gatekeeper of CG.

Gautam

________________________________
From: Hui Shi <[email protected]>
To: [email protected]
Sent: Thu, August 26, 2010 2:44:57 AM
Subject: [Open64-devel] unpackhi_epi8/16/32 map to wrong instruction.

Can gatekeeper help review this problem?

Index: ../osprey/be/cg/x8664/cgemit_targ.cxx
===================================================================
--- ../osprey/be/cg/x8664/cgemit_targ.cxx       (revision 1187)
+++ ../osprey/be/cg/x8664/cgemit_targ.cxx       (working copy)
@@ -973,9 +973,9 @@
   OP_Name[TOP_punpcklbw128] = "punpcklbw",
   OP_Name[TOP_punpcklwd128] = "punpcklwd",
   OP_Name[TOP_punpckldq128] = "punpckldq";
-  OP_Name[TOP_punpckhbw128] = "punpcklbw",
-  OP_Name[TOP_punpckhwd128] = "punpcklwd",
-  OP_Name[TOP_punpckhdq128] = "punpckldq";
+  OP_Name[TOP_punpckhbw128] = "punpckhbw",
+  OP_Name[TOP_punpckhwd128] = "punpckhwd",
+  OP_Name[TOP_punpckhdq128] = "punpckhdq";
   OP_Name[TOP_packsswb128] = "packsswb",
   OP_Name[TOP_packssdw128] = "packssdw",
   OP_Name[TOP_packuswb128] = "packuswb";

Best Regards
Shi Hui

------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
Open64-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/open64-devel

Reply via email to