OSDN Git Service

MIPS64: Implement bitCount intrinsics.
authorChris Larsen <chris.larsen@imgtec.com>
Thu, 21 Apr 2016 23:00:36 +0000 (16:00 -0700)
committerChris Larsen <chris.larsen@imgtec.com>
Thu, 21 Apr 2016 23:00:36 +0000 (16:00 -0700)
commit7fda7854ed734c4cdc786e46fcfdaa71ec600ecf
treefb8580dbd8bd13f527f3c57e10885a6e280f799e
parent7424025c8566bf560815c75659f30edff7e0df41
MIPS64: Implement bitCount intrinsics.

- int java.lang.Integer.bitCount(int)
- int java.lang.Long.bitCount(long)

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