DescriptionAdd rotate-right instruction to hydrogen and use it instead of bitwise operations
of the form ((x >>> i) | (x << (32 - i))).
This CL is based on https://chromiumcodereview.appspot.com/10984057/
by Jay Conrod <dconrod@codeaurora.org>.
R=danno@chromium.org,mstarzinger@chromium.org,dconrod@codeaurora.org
Committed: https://code.google.com/p/v8/source/detail?r=12855
Patch Set 1 #
Total comments: 2
Patch Set 2 : Add missing test file. #
Total comments: 2
Patch Set 3 : Fix representation bug, address comments. #Patch Set 4 : Rebase #Patch Set 5 : Rebase to ToT #Patch Set 6 : rebase #
Messages
Total messages: 7 (0 generated)
|