diff options
author | 2021-06-02 17:35:16 +0100 | |
---|---|---|
committer | 2021-06-03 14:00:34 +0100 | |
commit | c8451cb4302e028d4e106c1a2a44749d5cb9bb31 (patch) | |
tree | c59b852b27ef441c5a09c4755e33628315d2e678 /compiler/utils/arm/constants_arm.h | |
parent | 322eced250f893a85dce0f78c74ef91eba5fdb1a (diff) |
Factor out arch-independent ScaleFactor definition.
Bug: 65872996
Test: m test-art-host-gtest
Test: art/test.py --host -r --optimizing
Change-Id: I27763286847b45a5a3a493c3dba48418575b3eb6
Diffstat (limited to 'compiler/utils/arm/constants_arm.h')
-rw-r--r-- | compiler/utils/arm/constants_arm.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/compiler/utils/arm/constants_arm.h b/compiler/utils/arm/constants_arm.h index 3e316c8e84..688c09396f 100644 --- a/compiler/utils/arm/constants_arm.h +++ b/compiler/utils/arm/constants_arm.h @@ -51,13 +51,6 @@ enum DmbOptions { NSHST = 0x6 }; -enum ScaleFactor { - TIMES_1 = 0, - TIMES_2 = 1, - TIMES_4 = 2, - TIMES_8 = 3 -}; - // Values for double-precision floating point registers. enum DRegister { // private marker to avoid generate-operator-out.py from processing. D0 = 0, |