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

12

/system/libvintf/include/vintf/
H A DArch.h44 inline bool has32(Arch arch) { argument
45 return arch == Arch::ARCH_32 || arch == Arch::ARCH_32_64;
48 inline bool has64(Arch arch) { argument
49 return arch == Arch::ARCH_64 || arch == Arch::ARCH_32_64;
H A DTransportArch.h29 Arch arch = Arch::ARCH_EMPTY; member in struct:android::vintf::TransportArch
38 // <transport arch="32">passthrough</transport>
39 // <transport arch="64">passthrough</transport>
40 // <transport arch="32+64">passthrough</transport>
/system/libvintf/
H A DTransportArch.cpp24 return transport == Transport::EMPTY && arch == Arch::ARCH_EMPTY;
31 return arch == Arch::ARCH_EMPTY;
34 return arch != Arch::ARCH_EMPTY;
/system/libhidl/transport/base/1.0/
H A Dtypes.hal23 * arch: 64bit or 32bit
35 Architecture arch;
/system/extras/simpleperf/
H A Dperf_regs.h60 ArchType GetArchType(const std::string& arch);
62 std::string GetArchString(ArchType arch);
64 uint64_t GetSupportedRegMask(ArchType arch);
65 std::string GetRegName(size_t regno, ArchType arch);
69 explicit ScopedCurrentArch(ArchType arch) : saved_arch(current_arch) { argument
70 current_arch = arch;
71 current_arch32 = GetArchForAbi(arch, PERF_SAMPLE_REGS_ABI_32);
98 bool GetSpRegValue(const RegSet& regs, ArchType arch, uint64_t* value);
H A Dperf_regs.cpp29 ArchType GetArchType(const std::string& arch) { argument
30 if (arch == "x86" || arch == "i686") {
32 } else if (arch == "x86_64") {
34 } else if (arch == "aarch64") {
36 } else if (android::base::StartsWith(arch, "arm")) {
37 // If arch is "armv8l", it is likely that we are using a 32-bit simpleperf
40 if (arch[3] == 'v') {
41 int version = atoi(&arch[4]);
48 LOG(ERROR) << "unsupported arch
64 GetArchString(ArchType arch) argument
99 GetSupportedRegMask(ArchType arch) argument
134 GetRegName(size_t regno, ArchType arch) argument
186 SetIpReg(ArchType arch, uint64_t ip, RegSet* regs) argument
215 GetSpRegValue(const RegSet& regs, ArchType arch, uint64_t* value) argument
[all...]
H A Ddwarf_unwind.cpp101 ArchType arch = (abi != PERF_SAMPLE_REGS_ABI_32) ? local
104 if (!IsArchTheSame(arch, GetBuildArch(), strict_arch_check)) {
105 LOG(FATAL) << "simpleperf is built in arch " << GetArchString(GetBuildArch())
106 << ", and can't do stack unwinding for arch " << GetArchString(arch);
110 if (!GetSpRegValue(regs, arch, &sp_reg_value)) {
H A Dcmd_dumprecord.cpp67 std::string arch = record_file_reader_->ReadFeatureString(FEAT_ARCH); local
68 if (!arch.empty()) {
69 record_file_arch_ = GetArchType(arch);
139 {FEAT_ARCH, "arch"},
200 PrintIndented(1, "arch: %s\n", s.c_str());
H A Denvironment.cpp472 ArchType arch = GetArchType(uname_buf.machine); local
473 if (arch != ARCH_UNSUPPORTED) {
474 return arch;
/system/core/libpixelflinger/tests/arch-arm64/col32cb16blend/
H A DAndroid.mk6 ../../../arch-arm64/col32cb16blend.S
/system/core/libpixelflinger/tests/arch-arm64/t32cb16blend/
H A DAndroid.mk6 ../../../arch-arm64/t32cb16blend.S
/system/core/libpixelflinger/tests/arch-mips/col32cb16blend/
H A DAndroid.mk6 ../../../arch-mips/col32cb16blend.S
/system/core/libpixelflinger/tests/arch-mips/t32cb16blend/
H A DAndroid.mk6 ../../../arch-mips/t32cb16blend.S
/system/core/libpixelflinger/tests/arch-mips64/col32cb16blend/
H A DAndroid.mk6 ../../../arch-mips64/col32cb16blend.S
/system/core/libpixelflinger/
H A DAndroid.mk43 arch-arm64/col32cb16blend.S \
44 arch-arm64/t32cb16blend.S \
50 arch-mips/t32cb16blend.S \
58 arch-mips64/col32cb16blend.S \
59 arch-mips64/t32cb16blend.S \
/system/chre/build/variant/
H A Dgoogle_cm4_nanohub.mk14 include $(CHRE_PREFIX)/build/arch/cortexm.mk
H A Dgoogle_hexagonv60_slpi.mk19 include $(CHRE_PREFIX)/build/arch/hexagon.mk
H A Dgoogle_hexagonv62_slpi.mk19 include $(CHRE_PREFIX)/build/arch/hexagon.mk
H A Dgoogle_x86_googletest.mk27 include $(CHRE_PREFIX)/build/arch/x86.mk
H A Dgoogle_x86_linux.mk23 include $(CHRE_PREFIX)/build/arch/x86.mk
H A Dqcom_hexagonv60_nanohub.mk20 include $(CHRE_PREFIX)/build/arch/hexagon.mk
/system/extras/simpleperf/scripts/
H A Dutils.py51 def get_target_binary_path(arch, binary_name):
52 if arch == 'aarch64':
53 arch = 'arm64'
54 arch_dir = os.path.join(get_script_dir(), "bin", "android", arch)
56 log_fatal("can't find arch directory: %s" % arch_dir)
/system/libhidl/transport/manager/1.0/
H A DIServiceManager.hal146 Architecture arch;
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
H A Dheader.h84 char * arch; member in struct:perf_session_env
/system/core/libbacktrace/
H A Dbacktrace_offline_test.cpp284 const std::string arch = GetArch(); local
285 if (arch.empty()) {
286 GTEST_LOG_(INFO) << "This test does nothing on current arch.";
289 const std::string testlib_path = "testdata/" + arch + "/" + testlib_name;
296 const std::string offline_testdata_path = "testdata/" + arch + "/offline_testdata";
361 const std::string arch = GetArch(); local
362 if (arch.empty() || arch != "arm") {
363 GTEST_LOG_(INFO) << "This test does nothing on current arch.";
366 const std::string testlib_path = "testdata/" + arch
[all...]

Completed in 530 milliseconds

12