History log of /art/runtime/arch/arm/memcmp16_arm.S
Revision Date Author Comments
943826e5b05bc5a41603398193a610cb876c15f3 06-Nov-2014 Andreas Gampe <agampe@google.com> ART: Fix warnings in memcmp16 for arm32

Rewrite conditional infixes to silence the warnings. Use push and
pop for consistency with our other assembly files.

Change-Id: I3c059ff44b5242fa21c640457d36aaee62f8d59b
4d0589c90971e19c25894414ae7da579269e1fe2 11-Jun-2014 Andreas Gampe <agampe@google.com> ART: Move __memcmp16 from Bionic to ART

Handle __memcmp16 / MemCmp16 in ART. Import assembly implementations
for arm and mips from Bionic. Use a generic C version for all other
platforms.

Removes the memcmp16 quick entrypoint, as it is never used. Bump
the oat version and update thread.cc and checks to reflect the
structural change.

Change-Id: I54a5a1da2a0a43ef271c8aeda0bf2276b8b11ac6