Intrinsics in the INLINE_FUNCTION_LIST are now avaliable without '_', too.
authorsvenpanne <svenpanne@chromium.org>
Fri, 6 Mar 2015 13:49:54 +0000 (05:49 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 6 Mar 2015 13:50:06 +0000 (13:50 +0000)
commitd8416f5524830213ce1a618c344d776f50f91bf2
tree65eb49f018d903bf546ce21a0a674e57e6544608
parent934dd88d3b2cee6d3952676fc89844c41b77adf2
Intrinsics in the INLINE_FUNCTION_LIST are now avaliable without '_', too.

This involved renaming apart a few more intrinsics. In the long run,
we want to clean up redundant intrinsics which just delegate.

BUG=v8:3947
LOG=n

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

Cr-Commit-Position: refs/heads/master@{#27043}
17 files changed:
src/arm/code-stubs-arm.cc
src/arm64/code-stubs-arm64.cc
src/code-stubs.cc
src/compiler/linkage.cc
src/compiler/simplified-lowering.cc
src/hydrogen.cc
src/ia32/code-stubs-ia32.cc
src/mips/code-stubs-mips.cc
src/mips64/code-stubs-mips64.cc
src/ppc/code-stubs-ppc.cc
src/runtime/runtime-regexp.cc
src/runtime/runtime-strings.cc
src/runtime/runtime.cc
src/runtime/runtime.h
src/x64/code-stubs-x64.cc
src/x87/code-stubs-x87.cc
test/mjsunit/regress/string-compare-memcmp.js