Use Rotate*() functions instead of doing this manually.
authorthakis <thakis@chromium.org>
Wed, 4 Mar 2015 05:53:05 +0000 (21:53 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 4 Mar 2015 05:53:33 +0000 (05:53 +0000)
commitb97df837524de92ef91aa9b1639e1d02101769ff
treefe630652413192f1c59a1c689ac749163f90383b
parent721fdb56e0fc92c662c7d8b42be8a1d689c3b535
Use Rotate*() functions instead of doing this manually.

Shouldn't make a difference in practice, but it's a bit more readable and it
gets the case of a 0 shift correct without undefined behavior.

BUG=463436
LOG=N

Review URL: https://codereview.chromium.org/975283002

Cr-Commit-Position: refs/heads/master@{#26975}
src/arm/assembler-arm.cc
src/arm/disasm-arm.cc
src/arm/simulator-arm.cc
src/base/bits.h
src/mips/simulator-mips.cc
src/mips64/simulator-mips64.cc
src/ppc/simulator-ppc.cc