OSDN Git Service

MIPS64: Add intrinsic support for bit rotation
authorChris Larsen <chris.larsen@imgtec.com>
Sat, 3 Oct 2015 00:25:58 +0000 (17:25 -0700)
committerAndreas Gampe <agampe@google.com>
Mon, 19 Oct 2015 22:04:59 +0000 (15:04 -0700)
commit0f8f8643bc10160a9034b9e3ccfd81e9e6ed8e74
treedfe6bcfac59d0f44be3a2c2c6b88896e0bfd6712
parentaeae32f846a04c9472fd3bdbbee92c0e1ace9b6c
MIPS64: Add intrinsic support for bit rotation

- int java.lang.Integer.rotateLeft(int i, int distance)
- int java.lang.Long.rotateLeft(long i, int distance)

Change-Id: I048ebf310265c6b20a80108673a7931cbeee0513
compiler/optimizing/intrinsics_mips64.cc