ART: Add CRC32.udate(int,int) intrinsic for ARM64

Use crc32 instructions for java.util.zip.CRC32.update(int,int).

Note that CRC32 is an optional feature on ARMv8, this intrinsic
is only enabled for devices with CRC32 intruction support.

Original author: tim.zhang@linaro.org

Performance improvements in CRC32Bench.UpdateInt:
Pixel 2: 22.8x
Nexus 6P:
  little core: 28.3x
  big core   : 21.6x

Test: m test-art-target-gtest
Test: testrunner.py --target --optimizing --jit --interpreter
Test: 580-crc32

Change-Id: I1a9bc2befd2934b04103a27ce05806e919874070
13 files changed