Refactor arm32/arm64 per-node codegen into functions (#11377)
authorBruce Forstall <brucefo@microsoft.com>
Thu, 4 May 2017 23:07:26 +0000 (16:07 -0700)
committerGitHub <noreply@github.com>
Thu, 4 May 2017 23:07:26 +0000 (16:07 -0700)
commit1aa7ca424deb65c510bc8b7e3ee34039c9f0e6a1
tree607cee66a5c78e035149575c3dd678144b09c401
parent78b34158ef2048e3559a8ca782be609b94d98ed4
Refactor arm32/arm64 per-node codegen into functions (#11377)

These new functions can sometimes be shared, as they are identical or
virtually so.

In addition, the driver function genCodeForTreeNode() has been
made common.
src/jit/codegenarm.cpp
src/jit/codegenarm64.cpp
src/jit/codegenarmarch.cpp
src/jit/codegenlinear.h