Searched refs:arm64 (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/driver/runtime/ |
D | Android.mk | 78 ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),arm64)) 96 ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),arm64))
|
/frameworks/compile/libbcc/ |
D | libbcc-targets.mk | 44 ifeq (,$(filter $(TARGET_ARCH),arm64 arm mips mips64 x86 x86_64))
|
D | libbcc-device-build.mk | 51 ifeq ($(TARGET_ARCH),arm64)
|
/frameworks/compile/libbcc/bcinfo/ |
D | Android.mk | 44 ifeq ($(TARGET_ARCH),arm64)
|
/frameworks/rs/cpu_ref/ |
D | Android.mk | 18 LOCAL_MODULE_TARGET_ARCH := arm mips mips64 x86 x86_64 arm64
|
/frameworks/rs/ |
D | Android.mk | 26 LOCAL_MODULE_TARGET_ARCH_WARN := arm mips mips64 x86 x86_64 arm64 94 LOCAL_MODULE_TARGET_ARCH_WARN := arm mips mips64 x86 x86_64 arm64
|
/frameworks/base/tools/aapt/ |
D | Command.cpp | 2008 String8 arm64("arm64-v8a"); in doDump() local 2011 index = architectures.indexOf(arm64); in doDump()
|
/frameworks/base/docs/html/tools/sdk/ndk/ |
D | index.jd | 639 …<li>Enhanced <code>cpu-features</code> to detect more arm64 features. (Change list <a href="https… 658 <li>Added 3 new ABIs, all 64-bit: arm64-v8a, x86_64, mips64.</li> Note that: 662 may not work for arm64-v8a and mips64.</li> 672 <code>APP_ABI=arm64-v8a,x86_64,mips64</code>.</li>
|