<div dir="ltr"><div><span style="font-family:arial,sans-serif;font-size:12.727272033691406px">Only the last pixel got the dependency of m1(uninitialized), anyway that particular pixel was not used anywhere on the code.</span><br>
</div><div><span style="font-family:arial,sans-serif;font-size:12.727272033691406px"><br></span></div><div><font face="arial, sans-serif">Moreover psrldq has higher latency than the palignr and also need to use additional mov instruction.</font></div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jan 17, 2014 at 12:08 PM, chen <span dir="ltr"><<a href="mailto:chenm003@163.com" target="_blank">chenm003@163.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="line-height:1.7;font-size:14px;font-family:arial"><div>At 2014-01-17 14:00:55,"Jason Garrett-Glaser" <<a href="mailto:jason@x264.com" target="_blank">jason@x264.com</a>> wrote:<div class="im"><br>
>+    movu        m0,        [r2 + 1]                   ; [16 15 14 13<br>>12 11 10 9 8 7 6 5 4 3 2 1]<br>>+    palignr     m1,        m0, 1                      ; [x 16 15 14<br>>13 12 11 10 9 8 7 6 5 4 3 2]<br>
><br>>Shouldn't this be pslrdq or similar?  The dependency on uninitialized<br>>registers is a bit weird too...<br></div></div>
<div>This algorithm is suggest by me, the  psrldq can't move register, we</div>
<div>have to wasting some instruction to do it.</div>
<div>Of course, we have a restrict use uninitialize value on other instruction.</div>
<div> </div></div><br>_______________________________________________<br>
x265-devel mailing list<br>
<a href="mailto:x265-devel@videolan.org">x265-devel@videolan.org</a><br>
<a href="https://mailman.videolan.org/listinfo/x265-devel" target="_blank">https://mailman.videolan.org/listinfo/x265-devel</a><br>
<br></blockquote></div><br></div>