/external/chromium_org/v8/test/preparser/ |
preparser.status | 35 [ $arch == android_arm || $arch == android_ia32 ]
|
/external/clang/test/Driver/ |
parsing.c | 1 // RUN: %clang -ccc-print-options input -Yunknown -m32 -arch ppc -djoined -A separate -Ajoined -Wp,one,two -Xarch_joined AndSeparate -sectalign 1 2 3 2> %t 6 // RUN: grep 'Option 4 - Name: "-arch", Values: {"ppc"}' %t
|
/external/compiler-rt/lib/ |
lit.common.cfg | 55 for arch in compiler_rt_arch.split(";"): 56 config.available_features.add(arch + "-supported-target")
|
/external/kernel-headers/original/asm-arm/arch/ |
board-perseus2.h | 2 * linux/include/asm-arm/arch-omap/board-perseus2.h 33 #include <asm/arch/fpga.h>
|
/external/kernel-headers/original/linux/ |
vmalloc.h | 15 /* bits [20..32] reserved for arch specific ioremap internals */ 19 * Can be overriden by arch-specific value.
|
/external/libvpx/libvpx/build/make/ |
rtcd.sh | 12 --arch=ARCH Architecture to generate defs for (required) 33 --arch) die_argument_required;; 34 --arch=*) arch=${optval};; 53 [ -n "$arch" ] || usage 196 # Helper functions for generating the arch specific RTCD files 322 case $arch in
|
/external/valgrind/main/coregrind/m_sigframe/ |
sigframe-x86-linux.c | 160 //:: linux/arch/i386/kernel/i387.c 366 // FIXME: save_i387(&tst->arch, fpstate); 368 # define SC2(reg,REG) sc->reg = tst->arch.vex.guest_##REG 385 sc->eflags = LibVEX_GuestX86_get_eflags(&tst->arch.vex); 449 frame->vex_shadow1 = tst->arch.vex_shadow1; 450 frame->vex_shadow2 = tst->arch.vex_shadow2; 452 frame->vex = tst->arch.vex; 567 = (void*)tst->arch.vex.guest_EIP; 607 tst->arch.vex.guest_EIP = (Addr) handler; 614 esp, tst->arch.vex.guest_EIP, tst->status) [all...] |
sigframe-amd64-darwin.c | 147 frame->gst = tst->arch.vex; 148 frame->gshadow1 = tst->arch.vex_shadow1; 149 frame->gshadow2 = tst->arch.vex_shadow2; 174 tst->arch.vex.guest_RDI = (ULong) sigNo; 175 tst->arch.vex.guest_RSI = (Addr) &frame->fake_siginfo;/* oh well */ 176 tst->arch.vex.guest_RDX = (Addr) &frame->fake_ucontext; /* oh well */ 221 tst->arch.vex = frame->gst; 222 tst->arch.vex_shadow1 = frame->gshadow1; 223 tst->arch.vex_shadow2 = frame->gshadow2; 232 tid, tst->arch.vex.guest_RIP) [all...] |
/external/valgrind/main/docs/internals/ |
porting-HOWTO.txt | 10 Note that this implies both a new architecture, and a new platform (ie. arch/OS 16 test subdirectories. (You should make arch-specific tests later to be 24 - Create the Vex guest state type, VexGuest<ARCH>State 26 - Copy all the arch-specific and platform-specific files into the new 62 - A lot of the arch-specific stuff has been abstracted out of the core, but 63 there undoubtedly remains some arch-specific stuff in there. Abstract it out 71 - Add the arch to the tests/arch_test.c file so the reg test script will work. 75 - Ensure the regression tests work, and add some arch-specific tests to
|
/external/valgrind/main/none/tests/amd64/ |
allexec.c | 29 (in bi-arch, a 32 bit and 64 bit variant) via various exec system calls. 32 for the allexec32 and allexec64 executables. On single arch build,
|
/external/valgrind/main/none/tests/arm/ |
allexec.c | 29 (in bi-arch, a 32 bit and 64 bit variant) via various exec system calls. 32 for the allexec32 and allexec64 executables. On single arch build,
|
/external/valgrind/main/none/tests/mips32/ |
allexec.c | 29 (in bi-arch, a 32 bit and 64 bit variant) via various exec system calls. 32 for the allexec32 and allexec64 executables. On single arch build,
|
/external/valgrind/main/none/tests/ppc32/ |
allexec.c | 29 (in bi-arch, a 32 bit and 64 bit variant) via various exec system calls. 32 for the allexec32 and allexec64 executables. On single arch build,
|
/external/valgrind/main/none/tests/ppc64/ |
allexec.c | 29 (in bi-arch, a 32 bit and 64 bit variant) via various exec system calls. 32 for the allexec32 and allexec64 executables. On single arch build,
|
/external/valgrind/main/none/tests/s390x/ |
allexec.c | 29 (in bi-arch, a 32 bit and 64 bit variant) via various exec system calls. 32 for the allexec32 and allexec64 executables. On single arch build,
|
/external/valgrind/main/none/tests/x86/ |
allexec.c | 29 (in bi-arch, a 32 bit and 64 bit variant) via various exec system calls. 32 for the allexec32 and allexec64 executables. On single arch build,
|
/ndk/build/tools/ |
dev-defaults.sh | 140 # Out: default arch-specific toolchain name (e.g. 'arm-linux-androideabi-$GCC_VERSION') 141 # Return empty for unknown arch 153 # Out: default arch-specific toolchain name (e.g. 'arm-linux-androideabi-$DEFAULT_GCC_VERSION') 154 # Return empty for unknown arch 162 # Out: default arch-specific toolchain prefix (e.g. arm-linux-androideabi) 163 # Return empty for unknown arch 171 # Out: list of toolchain names for this arch (e.g. arm-linux-androideabi-4.6 arm-linux-androideabi-4.7) 172 # Return empty for unknown arch
|
prebuilt-common.sh | 530 # $2: platform/arch suffix 550 SYSROOT_SUFFIX=$PLATFORM/arch-$ARCH 1006 ARCH="arm" 1009 ABI_CONFIGURE_EXTRA_FLAGS="--with-arch=armv5te" 1012 ARCH="arm" 1015 ABI_CONFIGURE_EXTRA_FLAGS="--with-arch=armv5te --disable-gold" 1018 ARCH="arm" 1028 ARCH="x86" 1029 ABI=$ARCH [all...] |
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/lib/ |
libthread_db.so | |
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/lib/ |
libthread_db.so | |
/external/chromium_org/v8/test/cctest/ |
cctest.status | 56 [ $arch == arm ] 74 [ $arch == mipsel ] 86 [ $arch == android_arm || $arch == android_ia32 ] 100 [ $arch == nacl_ia32 || $arch == nacl_x64 ]
|
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/Mci/ |
mcifc.h | 103 #define MC_EXT_INFO_ID_FAULT_ARCH_DFSR 10 /**< MobiCore last fault ARM arch information */ 104 #define MC_EXT_INFO_ID_FAULT_ARCH_ADFSR 11 /**< MobiCore last fault ARM arch information */ 105 #define MC_EXT_INFO_ID_FAULT_ARCH_DFAR 12 /**< MobiCore last fault ARM arch information */ 106 #define MC_EXT_INFO_ID_FAULT_ARCH_IFSR 13 /**< MobiCore last fault ARM arch information */ 107 #define MC_EXT_INFO_ID_FAULT_ARCH_AIFSR 14 /**< MobiCore last fault ARM arch information */ 108 #define MC_EXT_INFO_ID_FAULT_ARCH_IFAR 15 /**< MobiCore last fault ARM arch information */
|
/dalvik/vm/ |
Dvm.mk | 244 arch/arm/CallOldABI.S \ 245 arch/arm/CallEABI.S \ 246 arch/arm/HintsEABI.cpp \ 269 arch/mips/CallO32.S \ 270 arch/mips/HintsO32.cpp \ 271 arch/generic/Call.cpp \ 295 arch/$(dvm_arch_variant)/Call386ABI.S \ 296 arch/$(dvm_arch_variant)/Hints386ABI.cpp \ 343 arch/generic/Call.cpp \ 344 arch/generic/Hints.cpp [all...] |
/external/chromium/build/ |
install-chroot.sh | 121 arch= 127 read arch 128 [ "${arch}" == 32 -o "${arch}" == 64 ] && break 130 [ "${arch}" == 32 ] && archflag="--arch i386" || archflag="--arch amd64" 131 arch="${arch}bit" 133 target="${distname}${arch}" [all...] |
/external/valgrind/main/coregrind/ |
m_machine.c | 49 return INSTR_PTR( VG_(threads)[tid].arch ); 52 return STACK_PTR( VG_(threads)[tid].arch ); 55 return FRAME_PTR( VG_(threads)[tid].arch ); 59 INSTR_PTR( VG_(threads)[tid].arch ) = ip; 62 STACK_PTR( VG_(threads)[tid].arch ) = sp; 69 regs->r_pc = (ULong)VG_(threads)[tid].arch.vex.guest_EIP; 70 regs->r_sp = (ULong)VG_(threads)[tid].arch.vex.guest_ESP; 72 = VG_(threads)[tid].arch.vex.guest_EBP; 74 regs->r_pc = VG_(threads)[tid].arch.vex.guest_RIP; 75 regs->r_sp = VG_(threads)[tid].arch.vex.guest_RSP [all...] |