OSDN Git Service

ARM: VIXL32: Fix the assembler usage in the intrinsics.
authorAnton Kirilov <anton.kirilov@linaro.org>
Mon, 14 Nov 2016 14:37:00 +0000 (14:37 +0000)
committerAnton Kirilov <anton.kirilov@linaro.org>
Mon, 21 Nov 2016 20:11:54 +0000 (20:11 +0000)
commitb88c484affe83b59c73dbd00855cb28754e041a2
tree5b20e66eec70ad325544d80fd456f975a285ed3e
parentdac7ad17c78387d15d7aefae0f852dddf5f37e34
ARM: VIXL32: Fix the assembler usage in the intrinsics.

The assembler must not be used outside of any scopes;
the macroassembler methods should be called instead.

Test: ART_USE_VIXL_ARM_BACKEND=true m test-art-host
Test: ART_USE_VIXL_ARM_BACKEND=true m test-art-target
Change-Id: I1358bea5330547db9b7a8446932d85ba946e5683
compiler/optimizing/intrinsics_arm_vixl.cc