Home
last modified time | relevance | path

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

/frameworks/rs/driver/runtime/
DAndroid.mk44 arch/generic.c
60 arch/neon.ll \
61 arch/clamp.c
65 arch/asimd.ll \
66 arch/clamp.c
70 arch/generic.c \
71 arch/x86_sse2.ll \
72 arch/x86_sse3.ll
84 LOCAL_SRC_FILES_32 += arch/generic.c
91 LOCAL_SRC_FILES_64 += arch/generic.c
[all …]
/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/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/base/native/
Dcopy-to-ndk.sh13 local DST_LIB_ANDROID=$NDK_PLATFORMS/$CURR_PLATFORM/arch-arm/lib/libandroid.so
/frameworks/base/docs/html/ndk/guides/
Dstandalone_toolchain.jd85 SYSROOT=$NDK/platforms/android-21/arch-arm
176 --arch=arm --platform=android-21 --install-dir=/tmp/my-android-toolchain
180 the {@code android-21/arch-arm} sysroot, and of the toolchain binaries for a 32-bit ARM
187 different value, however, by specifying {@code --arch=<toolchain>} as an option.
191 <strong>Table 3.</strong> Toolchains and corresponding values, using {@code --arch}.</p>
199 <td>{@code --arch=mips64}</td>
203 <td>{@code --arch=mips}</td>
207 <td>{@code --arch=x86}</td>
211 <td>{@code --arch=x86_64}</td>
215 <td>{@code --arch=mips}</td>
Dindex.jd21 about targeting <a href="{@docRoot}ndk/guides/arch.html">different hardware platforms</a> in your
Dstable_apis.jd159 comments in {@code $NDK/platforms/android-3/arch-arm/usr/include/android/log.h}, where {@code $NDK}
/frameworks/compile/libbcc/lib/Core/
DCompiler.cpp414 llvm::Triple arch(getTargetMachine().getTargetTriple()); in addInvokeHelperPass() local
415 if (arch.isArch64Bit()) { in addInvokeHelperPass()
/frameworks/compile/mclinker/lib/Support/Unix/
DSystem.inc41 // Normalize the arch, since the target triple may not actually match the
/frameworks/av/media/libeffects/loudness/common/core/
Dbyte_swapper.h28 namespace arch {
/frameworks/multidex/
Dbuild.gradle87 <sdk:archive os=\"any\" arch=\"any\">\n\
/frameworks/base/docs/html/ndk/samples/
Dsample_na.jd95 {@code <ndk>/platforms/android-<sdk_version>/arch-<abi>/usr/lib/}.</li>
/frameworks/base/docs/html/ndk/downloads/
Drevision_history.jd442 <li>Added {@code android-21/arch-mips/usr/include/asm/reg.h}
443 and {@code android-21/arch-mips64/usr/include/asm/reg.h}.</li>
887 …e header files from the Windows packages in the <code>platforms/android-L/arch-*/usr/include/linux…
2436 <li>Fixed {@code arch-mips/include/asm/*} code that was incorrectly removed from
2447 <li>Fixed preprocessor macros in {@code <arch>/include/machine/*}.</li>
2499 <li>Removed {@code arch-x86} and {@code arch-mips} headers from
2709 {@code toolchain/<arch-os-ver>/prebuilt/gdbserver} to
2710 {@code prebuilt/android-<arch>/gdbserver/gdbserver}.</li>
2775 <li>You can build a standalone MIPS toolchain using the {@code --arch=mips}
3305 <li>Fixed <code>make-standalone-toolchain.sh --arch=x86</code>. It used to fail
/frameworks/base/docs/html/guide/topics/security/
Dpermissions.jd10 <li><a href="#arch">Security Architecture</a></li>
85 <a name="arch"></a>
/frameworks/base/docs/html/distribute/essentials/quality/
Dbillions.jd129 <h4 id="network-arch">Use GcmNetworkManager and/or Content Providers</h4>