Home
last modified time | relevance | path

Searched refs:arch (Results 1 – 21 of 21) sorted by relevance

/frameworks/rs/driver/runtime/
DAndroid.mk45 arch/generic.c
49 arch/generic.c
62 arch/neon.ll \
63 arch/clamp.c
67 arch/asimd.ll \
68 arch/clamp.c
72 arch/generic.c \
73 arch/x86_sse2.ll \
74 arch/x86_sse3.ll
86 LOCAL_SRC_FILES_32 += arch/generic.c
[all …]
/frameworks/native/cmds/lshal/
DListCommand.cpp149 if (interfaceEntry.arch != ARCH_UNKNOWN) { in postprocess()
157 interfaceEntry.arch = packageEntry.arch; in postprocess()
166 const std::string &arch, in printLine() argument
176 mOut << std::setw(5) << arch << "\t"; in printLine()
240 vintf::Arch arch; in dumpVintf() local
243 arch = vintf::Arch::ARCH_EMPTY; in dumpVintf()
246 switch (entry.arch) { in dumpVintf()
248 arch = vintf::Arch::ARCH_32; break; in dumpVintf()
250 arch = vintf::Arch::ARCH_64; break; in dumpVintf()
252 arch = vintf::Arch::ARCH_32_64; break; in dumpVintf()
[all …]
DTableEntry.h54 Architecture arch; member
DListCommand.h58 const std::string &arch,
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsEmulation.cpp24 llvm::Triple::ArchType arch = pConfig.targets().triple().getArch(); in MCLDEmulateMipsELF() local
25 assert(arch == llvm::Triple::mipsel || arch == llvm::Triple::mips64el); in MCLDEmulateMipsELF()
26 unsigned bitclass = arch == llvm::Triple::mipsel ? 32 : 64; in MCLDEmulateMipsELF()
DMipsAbiFlags.cpp168 uint64_t arch = flags & llvm::ELF::EF_MIPS_ARCH; in is32BitElfFlags() local
169 if (arch == llvm::ELF::EF_MIPS_ARCH_1 || in is32BitElfFlags()
170 arch == llvm::ELF::EF_MIPS_ARCH_2 || in is32BitElfFlags()
171 arch == llvm::ELF::EF_MIPS_ARCH_32 || in is32BitElfFlags()
172 arch == llvm::ELF::EF_MIPS_ARCH_32R2 || in is32BitElfFlags()
173 arch == llvm::ELF::EF_MIPS_ARCH_32R6) in is32BitElfFlags()
DMipsLDBackend.cpp1347 llvm::Triple::ArchType arch = triple.getArch(); in createMipsLDBackend() local
1349 if (llvm::Triple::mips64el == arch) in createMipsLDBackend()
1352 assert(arch == llvm::Triple::mipsel); in createMipsLDBackend()
/frameworks/compile/mclinker/lib/Target/X86/
DX86Emulation.cpp24 llvm::Triple::ArchType arch = pConfig.targets().triple().getArch(); in MCLDEmulateX86ELF() local
25 assert(arch == llvm::Triple::x86 || arch == llvm::Triple::x86_64); in MCLDEmulateX86ELF()
26 if (arch == llvm::Triple::x86 || in MCLDEmulateX86ELF()
DX86LDBackend.cpp47 llvm::Triple::ArchType arch = pConfig.targets().triple().getArch(); in X86GNULDBackend() local
48 assert(arch == llvm::Triple::x86 || arch == llvm::Triple::x86_64); in X86GNULDBackend()
49 if (arch == llvm::Triple::x86 || in X86GNULDBackend()
53 if (arch == llvm::Triple::x86) in X86GNULDBackend()
716 llvm::Triple::ArchType arch = pConfig.targets().triple().getArch(); in createX86LDBackend() local
717 if (arch == llvm::Triple::x86) in createX86LDBackend()
720 assert(arch == llvm::Triple::x86_64); in createX86LDBackend()
/frameworks/base/services/core/java/com/android/server/
DPinnerService.java269 String arch = "arm"; in pinCamera() local
272 arch = arch + "64"; in pinCamera()
275 arch = arch + "64"; in pinCamera()
283 files = DexFile.getDexFileOutputPaths(baseCodePath, arch); in pinCamera()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMELFAttributeData.cpp1065 int arch = m_Attrs[Tag_CPU_arch].getIntValue(); in usingThumb() local
1066 if ((arch == CPU_Arch_ARM_V6_M) || (arch == CPU_Arch_ARM_V6S_M)) in usingThumb()
1068 if ((arch != CPU_Arch_ARM_V7) && (arch != CPU_Arch_ARM_V7E_M)) in usingThumb()
1071 arch = m_Attrs[Tag_CPU_arch_profile].getIntValue(); in usingThumb()
1072 return arch == Arch_Profile_Microcontroller; in usingThumb()
1076 int arch = m_Attrs[Tag_CPU_arch].getIntValue(); in usingThumb2() local
1077 return (arch == CPU_Arch_ARM_V6T2) || (arch == CPU_Arch_ARM_V7); in usingThumb2()
/frameworks/compile/mclinker/include/mcld/LD/
DDiagMips.inc8 "target arch '%0' is inconsist with the '%1' in %2",
9 "target arch '%0' is inconsist with the '%1' in %2")
/frameworks/native/opengl/libs/
DAndroid.bp94 arch: {
132 arch: {
/frameworks/av/media/libaaudio/examples/write_sine/
DREADME.md4 …t/product/$TARGET_PRODUCT/symbols/out/soong/ndk/platforms/android-current/arch-arm64/usr/lib/libob…
/frameworks/rs/
Dbuild_rs.py240 for product, arch in product_to_arch.items():
241 lib_dir = os.path.join(install_dir, 'platform', arch)
245 lib_name = bc_lib + '_' + arch + '.bc'
/frameworks/base/native/
Dcopy-to-ndk.sh13 local DST_LIB_ANDROID=$NDK_PLATFORMS/$CURR_PLATFORM/arch-arm/lib/libandroid.so
/frameworks/compile/mclinker/tools/mcld/
DAndroid.bp34 // arch-specific static libraries depend on libmcldTarget.
/frameworks/av/media/libeffects/loudness/common/core/
Dbyte_swapper.h28 namespace arch {
/frameworks/compile/libbcc/
DAndroid.bp68 arch: {
/frameworks/compile/mclinker/lib/Support/Unix/
DSystem.inc41 // Normalize the arch, since the target triple may not actually match the
/frameworks/compile/libbcc/lib/
DCompiler.cpp458 llvm::Triple arch(getTargetMachine().getTargetTriple()); in addInvokeHelperPass() local
459 if (arch.isArch64Bit()) { in addInvokeHelperPass()