Commit 153b6955 by H.J. Lu Committed by H.J. Lu

Also check sseishft1 for unit attribute.

2010-06-22  H.J. Lu  <hongjiu.lu@intel.com>

	* config/i386/i386.md (unit): Also check sseishft1.

From-SVN: r161209
parent 5cd2f815
2010-06-22 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/i386.md (unit): Also check sseishft1.
2010-06-22 Jan Hubicka <jh@suse.cz> 2010-06-22 Jan Hubicka <jh@suse.cz>
* gimple.h (gimple_expr_code): Do checking on when gimple checking is enabled. * gimple.h (gimple_expr_code): Do checking on when gimple checking is enabled.
......
...@@ -372,7 +372,7 @@ ...@@ -372,7 +372,7 @@
(define_attr "unit" "integer,i387,sse,mmx,unknown" (define_attr "unit" "integer,i387,sse,mmx,unknown"
(cond [(eq_attr "type" "fmov,fop,fsgn,fmul,fdiv,fpspc,fcmov,fcmp,fxch,fistp,fisttp,frndint") (cond [(eq_attr "type" "fmov,fop,fsgn,fmul,fdiv,fpspc,fcmov,fcmp,fxch,fistp,fisttp,frndint")
(const_string "i387") (const_string "i387")
(eq_attr "type" "sselog,sselog1,sseiadd,sseiadd1,sseishft,sseimul, (eq_attr "type" "sselog,sselog1,sseiadd,sseiadd1,sseishft,sseishft1,sseimul,
sse,ssemov,sseadd,ssemul,ssecmp,ssecomi,ssecvt, sse,ssemov,sseadd,ssemul,ssecmp,ssecomi,ssecvt,
ssecvt1,sseicvt,ssediv,sseins,ssemuladd,sse4arg") ssecvt1,sseicvt,ssediv,sseins,ssemuladd,sse4arg")
(const_string "sse") (const_string "sse")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment