Hi,

On Tue, Jan 3, 2012 at 3:56 PM, Jason Garrett-Glaser <[email protected]> wrote:
>> +%else ; uyvy
>> +    psrlw          m0, 8                  ; (word) { Y0, Y1, ..., Y7 }
>> +    psrlw          m1, 8                  ; (word) { Y8, Y9, ..., Y15 }
>> +%endif ; yuyv/uyvy
>
> I think you can do psrlw m0, [mem], 8 here too.

Just checked, no you can't; only the third argument, i.e. the shift,
can be xmm/m128, but not the second argument, i.e. the source.

(Working on the other comments.)

Ronald
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to