Implement BinaryPrimitives.ReverseEndianness for arm64 using rev (#34617)
authorEgor Bogatov <egorbo@gmail.com>
Fri, 24 Apr 2020 17:35:36 +0000 (20:35 +0300)
committerGitHub <noreply@github.com>
Fri, 24 Apr 2020 17:35:36 +0000 (10:35 -0700)
commit89d08de5d2e29c45a904513dcc554aa31f3a5d2e
treebf9854fb649ad9059974e1ccc1dc1e971c5e996a
parent59593640865d1c5869bfc72a27f623318411cb14
Implement BinaryPrimitives.ReverseEndianness for arm64 using rev (#34617)

* Implement GT_BSWAP for arm64

* Add GT_BSWAP16

* use TARGET_ARM64 in codegenarmarch.cpp
src/coreclr/src/jit/codegenarm64.cpp
src/coreclr/src/jit/codegenarmarch.cpp
src/coreclr/src/jit/importer.cpp