<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic lea behaviour in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/lea-behaviour/m-p/971283#M24005</link>
    <description>&lt;P&gt;What are the sideeffects of LEA instruction ?&lt;/P&gt;
&lt;P&gt;I am seeing a fairly large number of CPU&amp;nbsp; cycles attributed to LEA, which is used to compute &amp;amp;ARRAY[base+i*stride+j]. Does the computed address cause a cache fault ?&lt;/P&gt;
&lt;P&gt;thank you&lt;/P&gt;
&lt;P&gt;Vladimir Dergachev&lt;/P&gt;</description>
    <pubDate>Sat, 25 May 2013 00:33:22 GMT</pubDate>
    <dc:creator>Vladimir_Dergachev</dc:creator>
    <dc:date>2013-05-25T00:33:22Z</dc:date>
    <item>
      <title>lea behaviour</title>
      <link>https://community.intel.com/t5/Software-Archive/lea-behaviour/m-p/971283#M24005</link>
      <description>&lt;P&gt;What are the sideeffects of LEA instruction ?&lt;/P&gt;
&lt;P&gt;I am seeing a fairly large number of CPU&amp;nbsp; cycles attributed to LEA, which is used to compute &amp;amp;ARRAY[base+i*stride+j]. Does the computed address cause a cache fault ?&lt;/P&gt;
&lt;P&gt;thank you&lt;/P&gt;
&lt;P&gt;Vladimir Dergachev&lt;/P&gt;</description>
      <pubDate>Sat, 25 May 2013 00:33:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/lea-behaviour/m-p/971283#M24005</guid>
      <dc:creator>Vladimir_Dergachev</dc:creator>
      <dc:date>2013-05-25T00:33:22Z</dc:date>
    </item>
    <item>
      <title>lea cannot cause a cache miss</title>
      <link>https://community.intel.com/t5/Software-Archive/lea-behaviour/m-p/971284#M24006</link>
      <description>&lt;P&gt;&lt;STRONG&gt;lea&lt;/STRONG&gt;&amp;nbsp;cannot cause a cache miss, because it does not perform a memory access. It is just doing arithmetic on registers. If you are seeing a lot of time attributed to lea operations, then it is probably caused by dependency stalls in the in-order pipe (so cases where the lea is using as input a register whose value was modified in the previous instruction).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2013 07:16:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/lea-behaviour/m-p/971284#M24006</guid>
      <dc:creator>James_C_Intel2</dc:creator>
      <dc:date>2013-05-28T07:16:46Z</dc:date>
    </item>
    <item>
      <title>Ahh, thank you ! I was not</title>
      <link>https://community.intel.com/t5/Software-Archive/lea-behaviour/m-p/971285#M24007</link>
      <description>&lt;P&gt;Ahh, thank you ! I was not sure how much of &lt;STRONG&gt;mov&lt;/STRONG&gt; functionality was retained. Is the latency information available anywhere ? I'd like to understand where the stalls are coming from - in some cases &lt;STRONG&gt;lea&lt;/STRONG&gt; had a lot of time attributed to it, even though neighbouring instructions with similar dependency levels had much lower time.&lt;/P&gt;
&lt;P&gt;Could this be due to difficulty sharing &lt;STRONG&gt;lea&lt;/STRONG&gt; hardware between four threads ?&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2013 15:47:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/lea-behaviour/m-p/971285#M24007</guid>
      <dc:creator>Vladimir_Dergachev</dc:creator>
      <dc:date>2013-05-28T15:47:52Z</dc:date>
    </item>
    <item>
      <title>The best tool to identify</title>
      <link>https://community.intel.com/t5/Software-Archive/lea-behaviour/m-p/971286#M24008</link>
      <description>&lt;P&gt;The best tool to identify such stalls is VTune (&lt;A href="http://software.intel.com/en-us/intel-vtune-amplifier-xe"&gt;http://software.intel.com/en-us/intel-vtune-amplifier-xe&lt;/A&gt;) or a simliar tool.&lt;/P&gt;
&lt;P&gt;Regards&lt;BR /&gt;--&lt;BR /&gt;Taylor&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2013 20:13:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/lea-behaviour/m-p/971286#M24008</guid>
      <dc:creator>TaylorIoTKidd</dc:creator>
      <dc:date>2013-08-26T20:13:57Z</dc:date>
    </item>
  </channel>
</rss>

