Searched defs:arch (Results 1 - 8 of 8) 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 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/av/media/libeffects/loudness/common/core/
H A Dbyte_swapper.h28 namespace arch { namespace in namespace:le_fx
147 } // namespace arch
/frameworks/native/cmds/lshal/
H A DTableEntry.h54 Architecture arch; member in struct:android::lshal::TableEntry
H A DListCommand.cpp149 if (interfaceEntry.arch != ARCH_UNKNOWN) {
157 interfaceEntry.arch = packageEntry.arch;
166 const std::string &arch,
176 mOut << std::setw(5) << arch << "\t";
240 vintf::Arch arch;
243 arch = vintf::Arch::ARCH_EMPTY;
246 switch (entry.arch) {
248 arch = vintf::Arch::ARCH_32; break;
250 arch
163 printLine( const std::string &interfaceName, const std::string &transport, const std::string &arch, const std::string &server, const std::string &serverCmdline, const std::string &address, const std::string &clients, const std::string &clientCmdlines) const argument
304 getArchString(Architecture arch) argument
[all...]
/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...]

Completed in 144 milliseconds