This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/36370] Is the sse2 psrlq insn accessible ?



------- Comment #5 from ubizjak at gmail dot com  2008-05-29 14:30 -------
Please note that psrlq doesn't implement x[N] << y[N] shift, but x[N] << y
shift. That is, all elements are shifted by the same value. Please see Intel
instruction reference.

Also, psrlq doesn't support memory operands.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36370


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]