Home
last modified time | relevance | path

Searched full:arch (Results 1 – 25 of 1990) sorted by relevance

12345678910>>...80

/external/valgrind/coregrind/m_sigframe/
Dsigframe-tilegx-linux.c79 sc->gregs[0] = tst->arch.vex.guest_r0; in setup_sigcontext2()
80 sc->gregs[1] = tst->arch.vex.guest_r1; in setup_sigcontext2()
81 sc->gregs[2] = tst->arch.vex.guest_r2; in setup_sigcontext2()
82 sc->gregs[3] = tst->arch.vex.guest_r3; in setup_sigcontext2()
83 sc->gregs[4] = tst->arch.vex.guest_r4; in setup_sigcontext2()
84 sc->gregs[5] = tst->arch.vex.guest_r5; in setup_sigcontext2()
85 sc->gregs[6] = tst->arch.vex.guest_r6; in setup_sigcontext2()
86 sc->gregs[7] = tst->arch.vex.guest_r7; in setup_sigcontext2()
87 sc->gregs[8] = tst->arch.vex.guest_r8; in setup_sigcontext2()
88 sc->gregs[9] = tst->arch.vex.guest_r9; in setup_sigcontext2()
[all …]
Dsigframe-mips32-linux.c86 sc->sc_regs[1] = tst->arch.vex.guest_r1; in setup_sigcontext2()
87 sc->sc_regs[2] = tst->arch.vex.guest_r2; in setup_sigcontext2()
88 sc->sc_regs[3] = tst->arch.vex.guest_r3; in setup_sigcontext2()
89 sc->sc_regs[4] = tst->arch.vex.guest_r4; in setup_sigcontext2()
90 sc->sc_regs[5] = tst->arch.vex.guest_r5; in setup_sigcontext2()
91 sc->sc_regs[6] = tst->arch.vex.guest_r6; in setup_sigcontext2()
92 sc->sc_regs[7] = tst->arch.vex.guest_r7; in setup_sigcontext2()
93 sc->sc_regs[8] = tst->arch.vex.guest_r8; in setup_sigcontext2()
94 sc->sc_regs[9] = tst->arch.vex.guest_r9; in setup_sigcontext2()
95 sc->sc_regs[10] = tst->arch.vex.guest_r10; in setup_sigcontext2()
[all …]
Dsigframe-mips64-linux.c81 sc->sc_regs[1] = tst->arch.vex.guest_r1; in setup_sigcontext()
82 sc->sc_regs[2] = tst->arch.vex.guest_r2; in setup_sigcontext()
83 sc->sc_regs[3] = tst->arch.vex.guest_r3; in setup_sigcontext()
84 sc->sc_regs[4] = tst->arch.vex.guest_r4; in setup_sigcontext()
85 sc->sc_regs[5] = tst->arch.vex.guest_r5; in setup_sigcontext()
86 sc->sc_regs[6] = tst->arch.vex.guest_r6; in setup_sigcontext()
87 sc->sc_regs[7] = tst->arch.vex.guest_r7; in setup_sigcontext()
88 sc->sc_regs[8] = tst->arch.vex.guest_r8; in setup_sigcontext()
89 sc->sc_regs[9] = tst->arch.vex.guest_r9; in setup_sigcontext()
90 sc->sc_regs[10] = tst->arch.vex.guest_r10; in setup_sigcontext()
[all …]
Dsigframe-s390x-linux.c65 do { zztst->arch.vex.guest_r##zzn = (unsigned long)(zzval); \
147 sigregs->regs.gprs[0] = tst->arch.vex.guest_r0; in save_sigregs()
148 sigregs->regs.gprs[1] = tst->arch.vex.guest_r1; in save_sigregs()
149 sigregs->regs.gprs[2] = tst->arch.vex.guest_r2; in save_sigregs()
150 sigregs->regs.gprs[3] = tst->arch.vex.guest_r3; in save_sigregs()
151 sigregs->regs.gprs[4] = tst->arch.vex.guest_r4; in save_sigregs()
152 sigregs->regs.gprs[5] = tst->arch.vex.guest_r5; in save_sigregs()
153 sigregs->regs.gprs[6] = tst->arch.vex.guest_r6; in save_sigregs()
154 sigregs->regs.gprs[7] = tst->arch.vex.guest_r7; in save_sigregs()
155 sigregs->regs.gprs[8] = tst->arch.vex.guest_r8; in save_sigregs()
[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/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/clang/test/Driver/
Dsave-temps.c1 // RUN: %clang -target x86_64-apple-darwin -save-temps -arch x86_64 %s -### 2>&1 \
13 // RUN: %clang -target x86_64-apple-darwin -save-temps=cwd -arch x86_64 %s -### 2>&1 \
24 // RUN: %clang -target x86_64-apple-darwin -arch x86_64 -S %s -### 2>&1 \
30 // RUN: %clang -target x86_64-apple-darwin -save-temps -arch i386 -arch x86_64 %s -### 2>&1 \
31 // RUN: | FileCheck %s -check-prefix=MULT-ARCH
32 // MULT-ARCH: "-o" "save-temps-i386.i"
33 // MULT-ARCH: "-o" "save-temps-i386.bc"
34 // MULT-ARCH: "-o" "save-temps-i386.s"
35 // MULT-ARCH: "-o" "save-temps-i386.o"
36 // MULT-ARCH: "-o" "a.out-i386"
[all …]
Dmips-abi.c79 // RUN: | FileCheck -check-prefix=MIPS-ARCH-1 %s
80 // MIPS-ARCH-1: "-target-cpu" "mips1"
81 // MIPS-ARCH-1: "-target-abi" "o32"
85 // RUN: | FileCheck -check-prefix=MIPS-ARCH-2 %s
86 // MIPS-ARCH-2: "-target-cpu" "mips2"
87 // MIPS-ARCH-2: "-target-abi" "o32"
91 // RUN: | FileCheck -check-prefix=MIPS-ARCH-3 %s
92 // MIPS-ARCH-3: "-target-cpu" "mips3"
93 // MIPS-ARCH-3: "-target-abi" "o32"
97 // RUN: | FileCheck -check-prefix=MIPS-ARCH-4 %s
[all …]
/external/compiler-rt/cmake/Modules/
DCompilerRTDarwinUtils.cmake78 foreach(arch ${archs})
80 set(arch_linker_flags "-arch ${arch} ${os_linker_flags}")
82 try_compile_only(CAN_TARGET_${os}_${arch} -v -arch ${arch} ${DARWIN_${os}_CFLAGS})
84 try_compile(CAN_TARGET_${os}_${arch} ${CMAKE_BINARY_DIR} ${SIMPLE_C}
85 COMPILE_DEFINITIONS "-v -arch ${arch}" ${DARWIN_${os}_CFLAGS}
89 if(${CAN_TARGET_${os}_${arch}})
90 list(APPEND working_archs ${arch})
93 "Testing compiler for supporting ${os}-${arch}:\n"
137 "OS;ARCH;MIN_VERSION"
142 message(FATAL_ERROR "Must specify OS and ARCH to darwin_find_excluded_builtins_list!")
[all …]
/external/protobuf/protoc-artifacts/
Dbuild-protoc.sh5 # Usage: build-protoc.sh <OS> <ARCH>
6 # <OS> and <ARCH> are ${os.detected.name} and ${os.detected.arch} from os-maven-plugin
8 ARCH=$2
59 if [[ "$ARCH" == x86_32 ]]; then
61 elif [[ "$ARCH" == x86_64 ]]; then
64 fail "Unsupported arch: $ARCH"
68 if [[ "$ARCH" == x86_32 ]]; then
70 elif [[ "$ARCH" == x86_64 ]]; then
73 fail "Unsupported arch: $ARCH"
79 if [[ "$ARCH" == x86_32 ]]; then
[all …]
/external/bison/m4/
Dmultiarch.m411 # "universal" binaries--by specifying multiple '-arch' options to the
12 # compiler but only a single '-arch' option to the preprocessor. Like
15 # ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
16 # CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
33 dnl Check for potential -arch flags. It is not universal unless
34 dnl there are at least two -arch flags with different values.
35 arch=
41 if test -z "$arch" || test "$arch" = "$word"; then
42 arch="$word"
50 if test "x$word" = "x-arch"; then
[all …]
/external/libjpeg-turbo/release/
Dmakemacpkg.in132 -arch i386 $TMPDIR/dist.x86/$LIBDIR/libjpeg.@SO_MAJOR_VERSION@.dylib \
133 -arch x86_64 $PKGROOT/$LIBDIR/libjpeg.@SO_MAJOR_VERSION@.dylib \
138 -arch i386 $TMPDIR/dist.x86/$LIBDIR/libjpeg.@SO_MAJOR_VERSION@.0.@SO_MINOR_VERSION@.dylib \
139 -arch x86_64 $PKGROOT/$LIBDIR/libjpeg.@SO_MAJOR_VERSION@.0.@SO_MINOR_VERSION@.dylib \
143 -arch i386 $TMPDIR/dist.x86/$LIBDIR/libjpeg.a \
144 -arch x86_64 $PKGROOT/$LIBDIR/libjpeg.a \
147 -arch i386 $TMPDIR/dist.x86/$LIBDIR/libturbojpeg.0.dylib \
148 -arch x86_64 $PKGROOT/$LIBDIR/libturbojpeg.0.dylib \
151 -arch i386 $TMPDIR/dist.x86/$LIBDIR/libturbojpeg.a \
152 -arch x86_64 $PKGROOT/$LIBDIR/libturbojpeg.a \
[all …]
/external/compiler-rt/lib/asan/tests/
DCMakeLists.txt124 macro(asan_compile obj_list source arch kind)
127 set(output_obj "${CMAKE_CFG_INTDIR}/${obj_list}.${basename}.${arch}${kind}.o")
129 set(output_obj "${obj_list}.${basename}.${arch}${kind}.o")
131 get_target_flags_for_arch(${arch} TARGET_CFLAGS)
144 macro(add_asan_test test_suite test_name arch kind)
146 get_target_flags_for_arch(${arch} TARGET_LINK_FLAGS)
210 macro(add_asan_tests_for_arch_and_kind arch kind)
214 asan_compile(ASAN_INST_TEST_OBJECTS ${src} ${arch} ${kind}
219 asan_compile(ASAN_INST_TEST_OBJECTS asan_mac_test_helpers.mm ${arch} ${kind}
232 add_asan_test(AsanUnitTests "Asan-${arch}${kind}-Test"
[all …]
/external/libopus/celt/tests/
Dtest_unit_mdct.c131 void test1d(int nfft,int isinverse,int arch) in test1d() argument
142 clt_mdct_init(&cfg, nfft, 0, arch); in test1d()
169 clt_mdct_backward(&cfg,in,out, window, nfft/2, 0, 1, arch); in test1d()
175 clt_mdct_forward(&cfg,in,out,window, nfft/2, 0, 1, arch); in test1d()
185 clt_mdct_clear(&cfg, arch); in test1d()
191 int arch = opus_select_arch(); in main() local
196 test1d(atoi(argv[k]),0,arch); in main()
197 test1d(atoi(argv[k]),1,arch); in main()
200 test1d(32,0,arch); in main()
201 test1d(32,1,arch); in main()
[all …]
Dtest_unit_dft.c112 void test1d(int nfft,int isinverse,int arch) in test1d() argument
118 kiss_fft_state *cfg = opus_fft_alloc(nfft,0,0,arch); in test1d()
142 opus_ifft(cfg,in,out, arch); in test1d()
144 opus_fft(cfg,in,out, arch); in test1d()
152 opus_fft_free(cfg, arch); in test1d()
158 int arch = opus_select_arch(); in main() local
163 test1d(atoi(argv[k]),0,arch); in main()
164 test1d(atoi(argv[k]),1,arch); in main()
167 test1d(32,0,arch); in main()
168 test1d(32,1,arch); in main()
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
Druntests15 arch=
27 usage="usage: $0 -os <osType> -ws <windowingSystemType> -arch <architecture> [-noclean] [<test targ…
37 -arch) arch="$2"; shift;;
46 # for *nix systems, os, ws and arch values must be specified
59 if [ "x$arch" = "x" ]
68 # verify os, ws and arch values passed in are valid before running tests
69arch" = "linux-motif-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-x86" ] || [ "$os-$ws-$arch" = "solar…
84 …pdate -ws $ws -os $os -arch $arch -application org.eclipse.ant.core.antRunner -file test.xml setup…
89 …-Dosgi.arch=$arch org.eclipse.core.launcher.Main -application org.eclipse.ant.core.antRunner -file…
91 # display message to user if os, ws and arch are invalid
[all …]
/external/syslinux/gpxe/src/arch/i386/
DMakefile66 # files, otherwise ".arch i386" translates to ".arch 1"...
76 SRCDIRS += arch/i386/core arch/i386/transitions arch/i386/prefix
77 SRCDIRS += arch/i386/firmware/pcbios
78 SRCDIRS += arch/i386/image
79 SRCDIRS += arch/i386/drivers
80 SRCDIRS += arch/i386/drivers/net
81 SRCDIRS += arch/i386/interface/pcbios
82 SRCDIRS += arch/i386/interface/pxe
83 SRCDIRS += arch/i386/interface/pxeparent
84 SRCDIRS += arch/i386/interface/syslinux
[all …]
/external/valgrind/coregrind/m_coredump/
Dcoredump-elf.c218 const ThreadArchState* arch = &tst->arch; in fill_prstatus() local
242 regs->eflags = LibVEX_GuestX86_get_eflags( &arch->vex ); in fill_prstatus()
243 regs->esp = arch->vex.guest_ESP; in fill_prstatus()
244 regs->eip = arch->vex.guest_EIP; in fill_prstatus()
246 regs->ebx = arch->vex.guest_EBX; in fill_prstatus()
247 regs->ecx = arch->vex.guest_ECX; in fill_prstatus()
248 regs->edx = arch->vex.guest_EDX; in fill_prstatus()
249 regs->esi = arch->vex.guest_ESI; in fill_prstatus()
250 regs->edi = arch->vex.guest_EDI; in fill_prstatus()
251 regs->ebp = arch->vex.guest_EBP; in fill_prstatus()
[all …]
/external/compiler-rt/lib/msan/tests/
DCMakeLists.txt57 macro(msan_compile obj_list source arch kind)
59 set(output_obj "${basename}.${arch}${kind}.o")
60 get_target_flags_for_arch(${arch} TARGET_CFLAGS)
71 macro(msan_link_shared so_list so_name arch kind)
73 set(output_so "${CMAKE_CURRENT_BINARY_DIR}/${so_name}.${arch}${kind}.so")
74 get_target_flags_for_arch(${arch} TARGET_LINKFLAGS)
90 macro(add_msan_tests_for_arch arch kind)
93 msan_compile(MSAN_INST_GTEST ${COMPILER_RT_GTEST_SOURCE} ${arch} "${kind}"
99 msan_compile(MSAN_INST_TEST_OBJECTS ${SOURCE} ${arch} "${kind}"
105 msan_compile(MSAN_INST_LOADABLE_OBJECTS ${MSAN_LOADABLE_SOURCE} ${arch} "${kind}"
[all …]
/external/compiler-rt/lib/tsan/
DCMakeLists.txt138 foreach(arch ${TSAN_SUPPORTED_ARCH})
139 if(arch STREQUAL "x86_64")
149 DEPENDS clang_rt.tsan-${arch} ${BUILDGO_SCRIPT}
153 elseif(arch STREQUAL "aarch64")
158 elseif(arch MATCHES "powerpc64|powerpc64le")
168 ARCHS ${arch}
170 $<TARGET_OBJECTS:RTInterception.${arch}>
171 $<TARGET_OBJECTS:RTSanitizerCommon.${arch}>
172 $<TARGET_OBJECTS:RTSanitizerCommonLibc.${arch}>
173 $<TARGET_OBJECTS:RTUbsan.${arch}>
[all …]
/external/compiler-rt/lib/sanitizer_common/tests/
DCMakeLists.txt106 # (universal binary on Mac and arch-specific object files on Linux).
114 function(get_sanitizer_common_lib_for_arch arch lib lib_name)
118 set(tgt_name "RTSanitizerCommon.test.${arch}")
138 macro(add_sanitizer_tests_for_arch arch)
139 get_target_flags_for_arch(${arch} TARGET_FLAGS)
150 set(output_obj "${CMAKE_CFG_INTDIR}/${basename}.${arch}.o")
152 set(output_obj "${basename}.${arch}.o")
159 get_sanitizer_common_lib_for_arch(${arch} SANITIZER_COMMON_LIB
162 set(SANITIZER_TEST_NAME "Sanitizer-${arch}-Test")
170 if("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux" AND "${arch}" STREQUAL "x86_64")
[all …]
/external/compiler-rt/lib/msan/
DCMakeLists.txt31 foreach(arch ${MSAN_SUPPORTED_ARCH})
34 ARCHS ${arch}
36 $<TARGET_OBJECTS:RTInterception.${arch}>
37 $<TARGET_OBJECTS:RTSanitizerCommon.${arch}>
38 $<TARGET_OBJECTS:RTSanitizerCommonLibc.${arch}>
39 $<TARGET_OBJECTS:RTUbsan.${arch}>
44 ARCHS ${arch}
46 $<TARGET_OBJECTS:RTUbsan_cxx.${arch}>
49 list(APPEND MSAN_RUNTIME_LIBRARIES clang_rt.msan-${arch}
50 clang_rt.msan_cxx-${arch})
[all …]
/external/valgrind/tests/
Darch_test.c13 // - 0 if the machine matches the asked-for arch
14 // - 1 if it doesn't match but does match the name of another arch
15 // - 2 if it doesn't match the name of any arch
40 static Bool go(char* arch) in go() argument
44 if ( 0 == strcmp( arch, "x86" ) ) return True; in go()
49 if ( 0 == strcmp( arch, "x86" ) ) return True; in go()
51 if ( 0 == strcmp( arch, "amd64" ) ) return True; in go()
54 if ( 0 == strcmp( arch, "ppc32" ) ) return True; in go()
57 if ( 0 == strcmp( arch, "ppc64" ) ) return True; in go()
59 if ( 0 == strcmp( arch, "ppc32" ) ) return True; in go()
[all …]
/external/google-benchmark/
Dmingw.py74 arch = value[1].strip()
75 if arch == 'x32':
76 arch = 'i686'
77 elif arch == 'x64':
78 arch = 'x86_64'
79 arch = version.setdefault(arch, {})
80 threading = arch.setdefault(value[2].strip(), {})
172 def root(location = None, arch = None, version = None, threading = None, argument
180 if not (arch and version and threading and exceptions and revision):
185 if not arch:
[all …]
/external/fio/arch/
Darch.h36 #include "arch-x86.h"
38 #include "arch-x86_64.h"
40 #include "arch-ppc.h"
42 #include "arch-ia64.h"
44 #include "arch-alpha.h"
46 #include "arch-s390.h"
48 #include "arch-sparc.h"
50 #include "arch-sparc64.h"
52 #include "arch-arm.h"
54 #include "arch-mips.h"
[all …]

12345678910>>...80