Home
last modified time | relevance | path

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

12345678910>>...106

/external/libaom/libaom/av1/common/
Dcfl.h91 #define CFL_SUBSAMPLE(arch, sub, bd, width, height) \ argument
92 void cfl_subsample_##bd##_##sub##_##width##x##height##_##arch( \
94 cfl_luma_subsampling_##sub##_##bd##_##arch(cfl_type, input_stride, \
99 #define CFL_SUBSAMPLE_FUNCTIONS(arch, sub, bd) \ argument
100 CFL_SUBSAMPLE(arch, sub, bd, 4, 4) \
101 CFL_SUBSAMPLE(arch, sub, bd, 8, 8) \
102 CFL_SUBSAMPLE(arch, sub, bd, 16, 16) \
103 CFL_SUBSAMPLE(arch, sub, bd, 32, 32) \
104 CFL_SUBSAMPLE(arch, sub, bd, 4, 8) \
105 CFL_SUBSAMPLE(arch, sub, bd, 8, 4) \
[all …]
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformRemoteAppleWatch.cpp57 const ArchSpec *arch) { in CreateInstance() argument
61 if (arch && arch->GetArchitectureName()) in CreateInstance()
62 arch_name = arch->GetArchitectureName(); in CreateInstance()
67 arch ? arch->GetTriple().getTriple().c_str() : "<null>"; in CreateInstance()
74 if (!create && arch && arch->IsValid()) { in CreateInstance()
75 switch (arch->GetMachine()) { in CreateInstance()
80 const llvm::Triple &triple = arch->GetTriple(); in CreateInstance()
92 create = !arch->TripleVendorWasSpecified(); in CreateInstance()
152 ArchSpec &arch) { in GetSupportedArchitectureAtIndex() argument
160 arch.SetTriple("arm64-apple-watchos"); in GetSupportedArchitectureAtIndex()
[all …]
DPlatformRemoteAppleTV.cpp60 const ArchSpec *arch) { in CreateInstance() argument
64 if (arch && arch->GetArchitectureName()) in CreateInstance()
65 arch_name = arch->GetArchitectureName(); in CreateInstance()
70 arch ? arch->GetTriple().getTriple().c_str() : "<null>"; in CreateInstance()
77 if (!create && arch && arch->IsValid()) { in CreateInstance()
78 switch (arch->GetMachine()) { in CreateInstance()
82 const llvm::Triple &triple = arch->GetTriple(); in CreateInstance()
94 create = !arch->TripleVendorWasSpecified(); in CreateInstance()
141 ArchSpec &arch) { in GetSupportedArchitectureAtIndex() argument
149 arch.SetTriple("arm64-apple-tvos"); in GetSupportedArchitectureAtIndex()
[all …]
DPlatformDarwin.cpp518 ArchSpec &arch) { in x86GetSupportedArchitectureAtIndex() argument
523 arch = host_arch; in x86GetSupportedArchitectureAtIndex()
527 arch.SetTriple("x86_64-apple-macosx"); in x86GetSupportedArchitectureAtIndex()
531 arch = HostInfo::GetArchitecture(HostInfo::eArchKind32); in x86GetSupportedArchitectureAtIndex()
539 arch = HostInfo::GetArchitecture(HostInfo::eArchKindDefault); in x86GetSupportedArchitectureAtIndex()
540 return arch.IsValid(); in x86GetSupportedArchitectureAtIndex()
550 arch = HostInfo::GetArchitecture(HostInfo::eArchKind32); in x86GetSupportedArchitectureAtIndex()
551 return arch.IsValid(); in x86GetSupportedArchitectureAtIndex()
563 ArchSpec &arch) { in ARMGetSupportedArchitectureAtIndex() argument
580 arch.SetTriple("arm64e-apple-macosx"); in ARMGetSupportedArchitectureAtIndex()
[all …]
/external/capstone/
DCMakeLists.txt127 arch/ARM/ARMDisassembler.c
128 arch/ARM/ARMInstPrinter.c
129 arch/ARM/ARMMapping.c
130 arch/ARM/ARMModule.c
133 arch/ARM/ARMAddressingModes.h
134 arch/ARM/ARMBaseInfo.h
135 arch/ARM/ARMDisassembler.h
136 arch/ARM/ARMGenAsmWriter.inc
137 arch/ARM/ARMGenDisassemblerTables.inc
138 arch/ARM/ARMGenInstrInfo.inc
[all …]
/external/bcc/src/cc/frontends/clang/
Dkbuild_helper.cc37 string arch; in get_flags() local
41 arch = string(archenv); in get_flags()
43 arch = string(uname_machine); in get_flags()
45 if (!arch.compare(0, 6, "x86_64")) { in get_flags()
46 arch = "x86"; in get_flags()
47 } else if (arch[0] == 'i' && !arch.compare(2, 2, "86")) { in get_flags()
48 arch = "x86"; in get_flags()
49 } else if (!arch.compare(0, 3, "arm")) { in get_flags()
50 arch = "arm"; in get_flags()
51 } else if (!arch.compare(0, 5, "sa110")) { in get_flags()
[all …]
/external/vboot_reference/tests/futility/
Dtest_sign_kernel.sh24 local arch=$1
26 echo -n "${arch}: 1 " 1>&3
30 --pack ${TMP}.blob1.${arch} \
36 --vmlinuz ${SCRIPTDIR}/data/vmlinuz-${arch}.bin \
37 --arch ${arch} \
42 ${FUTILITY} vbutil_kernel --verify ${TMP}.blob1.${arch} \
53 --vmlinuz ${SCRIPTDIR}/data/vmlinuz-${arch}.bin \
54 --arch ${arch} \
57 --outfile ${TMP}.blob2.${arch}
59 ${FUTILITY} vbutil_kernel --verify ${TMP}.blob2.${arch} \
[all …]
/external/llvm-project/openmp/runtime/tools/lib/
DPlatform.pm44 my ( $arch ) = @_;
45 if ( defined( $arch ) ) {
46 if ( $arch =~ m{\A\s*(?:32|IA-?32|IA-?32 architecture|i[3456]86|x86)\s*\z}i ) {
47 $arch = "32";
48 …} elsif ( $arch =~ m{\A\s*(?:48|(?:ia)?32e|Intel\s*64|Intel\(R\)\s*64|x86[_-]64|x64|AMD64)\s*\z}i …
49 $arch = "32e";
50 } elsif ( $arch =~ m{\Aarm(?:v7\D*)?\z} ) {
51 $arch = "arm";
52 } elsif ( $arch =~ m{\Appc64le} ) {
53 $arch = "ppc64le";
[all …]
/external/llvm-project/llvm/test/MC/Mips/
Dset-arch.s5 .set arch=mips1
7 .set arch=mips2
9 .set arch=mips3
11 .set arch=mips4
13 .set arch=mips5
15 .set arch=mips32
17 .set arch=mips32r2
19 .set arch=mips32
20 .set arch=mips32r3
22 .set arch=mips32
[all …]
/external/minijail/tools/
Dcompiler_unittest.py27 import arch
32 ARCH_64 = arch.Arch.load_from_json(
41 self.arch = ARCH_64
42 self.compiler = compiler.PolicyCompiler(self.arch)
49 self.arch, kill_action=bpf.KillProcess())
61 block.simulate(self.arch.arch_nr, self.arch.syscalls['read'],
64 block.simulate(self.arch.arch_nr, self.arch.syscalls['read'],
109 block.simulate(self.arch.arch_nr,
110 self.arch.syscalls['read'],
118 block.simulate(self.arch.arch_nr, self.arch.syscalls['read'],
[all …]
/external/llvm/test/MC/Mips/
Dset-arch.s5 .set arch=mips1
7 .set arch=mips2
9 .set arch=mips3
11 .set arch=mips4
13 .set arch=mips5
15 .set arch=mips32
17 .set arch=mips32r2
19 .set arch=mips32
20 .set arch=mips32r3
22 .set arch=mips32
[all …]
/external/mesa3d/.gitlab-ci/container/
Dbaremetal_build.sh6 ROOTFS=/lava-files/rootfs-${arch}
8 dpkg --add-architecture $arch
15 crossbuild-essential-$arch \
17 libdrm-dev:$arch \
18 libboost-dev:$arch \
19 libegl1-mesa-dev:$arch \
20 libelf-dev:$arch \
21 libexpat1-dev:$arch \
22 libffi-dev:$arch \
23 libgbm-dev:$arch \
[all …]
/external/rust/crates/crc32fast/src/specialized/
Dpclmulqdq.rs2 use core::arch::x86 as arch;
4 use core::arch::x86_64 as arch;
70 unsafe fn debug(s: &str, a: arch::__m128i) -> arch::__m128i { in debug()
73 a: arch::__m128i, in debug()
87 unsafe fn debug(_s: &str, a: arch::__m128i) -> arch::__m128i { in debug()
107 x3 = arch::_mm_xor_si128(x3, arch::_mm_cvtsi32_si128(!crc as i32)); in calculate()
109 let k1k2 = arch::_mm_set_epi64x(K2, K1); in calculate()
117 let k3k4 = arch::_mm_set_epi64x(K4, K3); in calculate()
148 let x = arch::_mm_xor_si128( in calculate()
149 arch::_mm_clmulepi64_si128(x, k3k4, 0x10), in calculate()
[all …]
/external/capstone/suite/fuzz/
Ddrivermc.c17 char arch[MAX_LINE_SIZE]; in main() local
36 if (sscanf(line, "# %[^,], %[^,]", arch, mode) != 2) { in main()
40 if (strcmp(arch, "CS_ARCH_X86") == 0 && strcmp(mode, "CS_MODE_32") == 0) { in main()
42 } else if (strcmp(arch, "CS_ARCH_X86") == 0 && strcmp(mode, "CS_MODE_64") == 0) { in main()
44 } else if (strcmp(arch, "CS_ARCH_ARM") == 0 && strcmp(mode, "CS_MODE_ARM") == 0) { in main()
46 } else if (strcmp(arch, "CS_ARCH_ARM") == 0 && strcmp(mode, "CS_MODE_THUMB") == 0) { in main()
48 … } else if (strcmp(arch, "CS_ARCH_ARM") == 0 && strcmp(mode, "CS_MODE_ARM+CS_MODE_V8") == 0) { in main()
50 … } else if (strcmp(arch, "CS_ARCH_ARM") == 0 && strcmp(mode, "CS_MODE_THUMB+CS_MODE_V8") == 0) { in main()
52 …} else if (strcmp(arch, "CS_ARCH_ARM") == 0 && strcmp(mode, "CS_MODE_THUMB+CS_MODE_MCLASS") == 0) { in main()
54 } else if (strcmp(arch, "CS_ARCH_ARM64") == 0 && strcmp(mode, "0") == 0) { in main()
[all …]
/external/libopus/celt/tests/
Dtest_unit_mdct.c106 void test1d(int nfft,int isinverse,int arch) in test1d() argument
119 clt_mdct_init(&_cfg, nfft, 0, arch); in test1d()
164 clt_mdct_backward(cfg,in,out, window, nfft/2, shift, 1, arch); in test1d()
170 clt_mdct_forward(cfg,in,out,window, nfft/2, shift, 1, arch); in test1d()
181 clt_mdct_clear(&_cfg, arch); in test1d()
188 int arch = opus_select_arch(); in main() local
193 test1d(atoi(argv[k]),0,arch); in main()
194 test1d(atoi(argv[k]),1,arch); in main()
197 test1d(32,0,arch); in main()
198 test1d(32,1,arch); in main()
[all …]
Dtest_unit_dft.c86 void test1d(int nfft,int isinverse,int arch) in test1d() argument
93 kiss_fft_state *cfg = opus_fft_alloc(nfft,0,0,arch); in test1d()
130 opus_ifft(cfg,in,out, arch); in test1d()
132 opus_fft(cfg,in,out, arch); in test1d()
141 opus_fft_free(cfg, arch); in test1d()
148 int arch = opus_select_arch(); in main() local
153 test1d(atoi(argv[k]),0,arch); in main()
154 test1d(atoi(argv[k]),1,arch); in main()
157 test1d(32,0,arch); in main()
158 test1d(32,1,arch); in main()
[all …]
/external/grpc-grpc/tools/run_tests/artifacts/
Dartifact_targets.py107 def __init__(self, platform, arch, py_version): argument
108 self.name = 'python_%s_%s_%s' % (platform, arch, py_version)
110 self.arch = arch
111 self.labels = ['artifact', 'python', platform, arch, py_version]
130 'tools/dockerfile/grpc_artifact_linux_{}'.format(self.arch),
134 docker_base_image='quay.io/grpc/raspbian_{}'.format(self.arch),
137 if self.arch == 'x86':
154 self.arch,
159 if self.arch == 'x86' else 'quay.io/pypa/manylinux1_x86_64')
172 self.py_version, '32' if self.arch == 'x86' else '64'
[all …]
/external/llvm-project/lldb/source/Plugins/Process/elf-core/
DThreadElfCore.cpp78 ArchSpec arch = process->GetArchitecture(); in CreateRegisterContextForFrame() local
81 switch (arch.GetTriple().getOS()) { in CreateRegisterContextForFrame()
83 switch (arch.GetMachine()) { in CreateRegisterContextForFrame()
88 reg_interface = new RegisterContextFreeBSD_powerpc32(arch); in CreateRegisterContextForFrame()
91 reg_interface = new RegisterContextFreeBSD_powerpc64(arch); in CreateRegisterContextForFrame()
94 reg_interface = new RegisterContextFreeBSD_mips64(arch); in CreateRegisterContextForFrame()
97 reg_interface = new RegisterContextFreeBSD_i386(arch); in CreateRegisterContextForFrame()
100 reg_interface = new RegisterContextFreeBSD_x86_64(arch); in CreateRegisterContextForFrame()
109 switch (arch.GetMachine()) { in CreateRegisterContextForFrame()
113 reg_interface = new RegisterContextNetBSD_x86_64(arch); in CreateRegisterContextForFrame()
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/artifacts/
Dartifact_targets.py106 def __init__(self, platform, arch, py_version): argument
107 self.name = 'python_%s_%s_%s' % (platform, arch, py_version)
109 self.arch = arch
110 self.labels = ['artifact', 'python', platform, arch, py_version]
133 'tools/dockerfile/grpc_artifact_linux_{}'.format(self.arch),
137 docker_base_image='quay.io/grpc/raspbian_{}'.format(self.arch),
140 if self.arch == 'x86':
154 (self.platform, self.arch),
169 self.py_version, '32' if self.arch == 'x86' else '64'
191 def __init__(self, platform, arch): argument
[all …]
/external/webrtc/third_party/abseil-cpp/absl/types/internal/
Dconformance_testing_test.cc120 using arch = typename TypeParam::arch; in TYPED_TEST_P() typedef
124 using arch_props = ti::PropertiesOfArchetypeT<arch>; in TYPED_TEST_P()
169 EXPECT_FALSE(DefaultConstructibleWithNew<arch>::value); in TYPED_TEST_P()
170 EXPECT_FALSE(NothrowDefaultConstructibleWithNew<arch>::value); in TYPED_TEST_P()
173 if (std::is_destructible<arch>::value) { in TYPED_TEST_P()
174 EXPECT_FALSE(std::is_default_constructible<arch>::value); in TYPED_TEST_P()
175 EXPECT_FALSE(std::is_nothrow_default_constructible<arch>::value); in TYPED_TEST_P()
176 EXPECT_FALSE(absl::is_trivially_default_constructible<arch>::value); in TYPED_TEST_P()
180 EXPECT_TRUE(DefaultConstructibleWithNew<arch>::value); in TYPED_TEST_P()
181 EXPECT_FALSE(NothrowDefaultConstructibleWithNew<arch>::value); in TYPED_TEST_P()
[all …]
/external/abseil-cpp/absl/types/internal/
Dconformance_testing_test.cc120 using arch = typename TypeParam::arch; in TYPED_TEST_P() typedef
124 using arch_props = ti::PropertiesOfArchetypeT<arch>; in TYPED_TEST_P()
169 EXPECT_FALSE(DefaultConstructibleWithNew<arch>::value); in TYPED_TEST_P()
170 EXPECT_FALSE(NothrowDefaultConstructibleWithNew<arch>::value); in TYPED_TEST_P()
173 if (std::is_destructible<arch>::value) { in TYPED_TEST_P()
174 EXPECT_FALSE(std::is_default_constructible<arch>::value); in TYPED_TEST_P()
175 EXPECT_FALSE(std::is_nothrow_default_constructible<arch>::value); in TYPED_TEST_P()
176 EXPECT_FALSE(absl::is_trivially_default_constructible<arch>::value); in TYPED_TEST_P()
180 EXPECT_TRUE(DefaultConstructibleWithNew<arch>::value); in TYPED_TEST_P()
181 EXPECT_FALSE(NothrowDefaultConstructibleWithNew<arch>::value); in TYPED_TEST_P()
[all …]
/external/webrtc/tools_webrtc/android/
Dbuild_aar.py114 def _GetOutputDirectory(build_dir, arch): argument
116 return os.path.join(build_dir, arch)
119 def _GetTargetCpu(arch): argument
121 if arch in ['armeabi', 'armeabi-v7a']:
123 elif arch == 'arm64-v8a':
125 elif arch == 'x86':
127 elif arch == 'x86_64':
130 raise Exception('Unknown arch: ' + arch)
133 def _GetArmVersion(arch): argument
135 if arch == 'armeabi':
[all …]
/external/llvm-project/compiler-rt/test/ubsan/
DCMakeLists.txt6 macro(add_ubsan_testsuite test_mode sanitizer arch lld thinlto)
21 set(CONFIG_NAME ${CONFIG_NAME}-${arch})
31 macro(add_ubsan_testsuites test_mode sanitizer arch)
32 add_ubsan_testsuite(${test_mode} ${sanitizer} ${arch} False False)
34 if(COMPILER_RT_HAS_LLD AND arch STREQUAL "x86_64" AND NOT (APPLE OR WIN32))
35 add_ubsan_testsuite(${test_mode} ${sanitizer} ${arch} True False)
44 foreach(arch ${UBSAN_TEST_ARCH})
45 set(UBSAN_TEST_TARGET_ARCH ${arch})
50 get_test_cc_for_arch(${arch} UBSAN_TEST_TARGET_CC UBSAN_TEST_TARGET_CFLAGS)
51 add_ubsan_testsuites("Standalone" ubsan ${arch})
[all …]
/external/libopus/celt/arm/
Dpitch_arm.h41 # define celt_inner_prod(x, y, N, arch) ((void)(arch), PRESUME_NEON(celt_inner_prod)(x, y, N)) argument
42 # define dual_inner_prod(x, y01, y02, N, xy1, xy2, arch) ((void)(arch), PRESUME_NEON(dual_inner_p… argument
50 # define celt_inner_prod(x, y, N, arch) ((*CELT_INNER_PROD_IMPL[(arch)&OPUS_ARCHMASK])(x, y, N)) argument
53 # define celt_inner_prod(x, y, N, arch) ((void)(arch), celt_inner_prod_neon(x, y, N)) argument
62 # define dual_inner_prod(x, y01, y02, N, xy1, xy2, arch) ((*DUAL_INNER_PROD_IMPL[(arch)&OPUS_ARCH… argument
65 # define dual_inner_prod(x, y01, y02, N, xy1, xy2, arch) ((void)(arch), dual_inner_prod_neon(x, y… argument
73 opus_val32 *xcorr, int len, int max_pitch, int arch);
82 opus_val32 *xcorr, int len, int max_pitch, int arch);
93 # define celt_pitch_xcorr(_x, _y, xcorr, len, max_pitch, arch) \ argument
94 ((*CELT_PITCH_XCORR_IMPL[(arch)&OPUS_ARCHMASK])(_x, _y, \
[all …]
/external/rust/crates/libfuzzer-sys/libfuzzer/
DCMakeLists.txt138 macro(partially_link_libcxx name dir arch)
139 if(${arch} MATCHES "i386")
144 set(cxx_${arch}_merge_dir "${CMAKE_CURRENT_BINARY_DIR}/cxx_${arch}_merge.dir")
145 file(MAKE_DIRECTORY ${cxx_${arch}_merge_dir})
146 add_custom_command(TARGET clang_rt.${name}-${arch} POST_BUILD
147 …LATION_ARGUMENT} --whole-archive "$<TARGET_LINKER_FILE:clang_rt.${name}-${arch}>" --no-whole-archi…
149 COMMAND ${CMAKE_COMMAND} -E remove "$<TARGET_LINKER_FILE:clang_rt.${name}-${arch}>"
150 COMMAND ${CMAKE_AR} qcs "$<TARGET_LINKER_FILE:clang_rt.${name}-${arch}>" ${name}.o
151 WORKING_DIRECTORY ${cxx_${arch}_merge_dir}
155 foreach(arch ${FUZZER_SUPPORTED_ARCH})
[all …]

12345678910>>...106