Searched refs:arch (Results 1 - 13 of 13) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsEmulation.cpp24 llvm::Triple::ArchType arch = pConfig.targets().triple().getArch(); local
25 assert(arch == llvm::Triple::mipsel || arch == llvm::Triple::mips64el);
26 unsigned bitclass = arch == llvm::Triple::mipsel ? 32 : 64;
H A DMipsAbiFlags.cpp168 uint64_t arch = flags & llvm::ELF::EF_MIPS_ARCH;
169 if (arch == llvm::ELF::EF_MIPS_ARCH_1 ||
170 arch == llvm::ELF::EF_MIPS_ARCH_2 ||
171 arch == llvm::ELF::EF_MIPS_ARCH_32 ||
172 arch == llvm::ELF::EF_MIPS_ARCH_32R2 ||
173 arch == llvm::ELF::EF_MIPS_ARCH_32R6)
H A DMipsLDBackend.cpp1347 llvm::Triple::ArchType arch = triple.getArch(); local
1349 if (llvm::Triple::mips64el == arch)
1352 assert(arch == llvm::Triple::mipsel);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Emulation.cpp24 llvm::Triple::ArchType arch = pConfig.targets().triple().getArch(); local
25 assert(arch == llvm::Triple::x86 || arch == llvm::Triple::x86_64);
26 if (arch == llvm::Triple::x86 ||
H A DX86LDBackend.cpp47 llvm::Triple::ArchType arch = pConfig.targets().triple().getArch(); local
48 assert(arch == llvm::Triple::x86 || arch == llvm::Triple::x86_64);
49 if (arch == llvm::Triple::x86 ||
53 if (arch == llvm::Triple::x86)
716 llvm::Triple::ArchType arch = pConfig.targets().triple().getArch(); local
717 if (arch == llvm::Triple::x86)
720 assert(arch == llvm::Triple::x86_64);
/frameworks/rs/driver/runtime/
H A DAndroid.mk44 arch/generic.c
48 arch/generic.c
61 arch/neon.ll \
62 arch/clamp.c
66 arch/asimd.ll \
67 arch/clamp.c
71 arch/generic.c \
72 arch/x86_sse2.ll \
73 arch/x86_sse3.ll
85 LOCAL_SRC_FILES_32 += arch/generi
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DPinnerService.java231 String arch = "arm";
234 arch = arch + "64";
237 arch = arch + "64";
245 odex = DexFile.getDexFileOutputPath(baseCodePath, arch);
/frameworks/compile/mclinker/lib/Support/Unix/
H A DSystem.inc41 // Normalize the arch, since the target triple may not actually match the
/frameworks/native/opengl/libagl/
H A DAndroid.mk35 LOCAL_SRC_FILES_mips += arch-mips/fixed_asm.S
/frameworks/base/native/
H A Dcopy-to-ndk.sh13 local DST_LIB_ANDROID=$NDK_PLATFORMS/$CURR_PLATFORM/arch-arm/lib/libandroid.so
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFAttributeData.cpp108 // Tag_CPU_arch (=6) [The arch] 0
487 * Combine the main and secondary CPU arch value
507 * Given a CPU arch X and a CPU arch Y in which Y is newer than X, the value in
508 * cpu_compatibility_table[X][Y] is the CPU arch required to run ISA both from X
534 * Helper function to determine the merge of two different CPU arch.
587 * Helper functions & data used in the merge of two different FP arch.
714 assert(out_cpu_arch_attr.isInitialized() && "CPU arch has never set!");
793 assert(out_fp_arch_attr.isInitialized() && "FP arch has never set!");
1065 int arch local
1076 int arch = m_Attrs[Tag_CPU_arch].getIntValue(); local
[all...]
/frameworks/av/media/libeffects/loudness/common/core/
H A Dbyte_swapper.h28 namespace arch { namespace in namespace:le_fx
147 } // namespace arch
/frameworks/compile/libbcc/lib/Core/
H A DCompiler.cpp414 llvm::Triple arch(getTargetMachine().getTargetTriple());
415 if (arch.isArch64Bit()) {

Completed in 274 milliseconds