Re: PATCH: Properly set ix86_gen_leave and ix86_gen_monitor

2012-03-12 Thread Uros Bizjak
On Mon, Mar 12, 2012 at 12:02 AM, H.J. Lu hongjiu...@intel.com wrote: leave_rex64 works on DImode and sse3_monitor64 works on Pmode.  This patch properly sets ix86_gen_leave and ix86_gen_monitor, depending on TARGET_64BIT and Pmode.  Tested on Linux/x86-64.  OK for trunk? 2012-03-11  H.J. Lu

Re: PATCH: Properly set ix86_gen_leave and ix86_gen_monitor

2012-03-12 Thread H.J. Lu
On Mon, Mar 12, 2012 at 12:40 AM, Uros Bizjak ubiz...@gmail.com wrote: On Mon, Mar 12, 2012 at 12:02 AM, H.J. Lu hongjiu...@intel.com wrote: leave_rex64 works on DImode and sse3_monitor64 works on Pmode.  This patch properly sets ix86_gen_leave and ix86_gen_monitor, depending on TARGET_64BIT

PATCH: Properly set ix86_gen_leave and ix86_gen_monitor

2012-03-11 Thread H.J. Lu
Hi, leave_rex64 works on DImode and sse3_monitor64 works on Pmode. This patch properly sets ix86_gen_leave and ix86_gen_monitor, depending on TARGET_64BIT and Pmode. Tested on Linux/x86-64. OK for trunk? Thanks. H.J. --- 2012-03-11 H.J. Lu hongjiu...@intel.com *