HomeSort by relevance Sort by last modified time
    Searched full:i386 (Results 26 - 50 of 1865) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/lib/ldscripts/
i386linux.xr 2 OUTPUT_FORMAT("a.out-i386-linux", "a.out-i386-linux",
3 "a.out-i386-linux")
4 OUTPUT_ARCH(i386)
i386linux.xu 2 OUTPUT_FORMAT("a.out-i386-linux", "a.out-i386-linux",
3 "a.out-i386-linux")
4 OUTPUT_ARCH(i386)
  /prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/i686-android-linux/lib/ldscripts/
i386linux.xr 2 OUTPUT_FORMAT("a.out-i386-linux", "a.out-i386-linux",
3 "a.out-i386-linux")
4 OUTPUT_ARCH(i386)
i386linux.xu 2 OUTPUT_FORMAT("a.out-i386-linux", "a.out-i386-linux",
3 "a.out-i386-linux")
4 OUTPUT_ARCH(i386)
  /external/compiler-rt/make/platform/
clang_linux.mk 27 ifeq ($(call contains,i386 x86_64,$(CompilerTargetArch)),true)
28 Configs += full-i386 full-x86_64
29 Arch.full-i386 := i386
34 ifeq ($(call contains,i386 x86_64,$(CompilerTargetArch)),true)
35 Configs += profile-i386 profile-x86_64
36 Arch.profile-i386 := i386
41 ifeq ($(CompilerTargetArch),i386)
42 Configs += asan-i386
    [all...]
  /external/compiler-rt/lib/asan/
CMakeLists.txt 10 add_library(clang_rt.asan-i386 STATIC ${ASAN_SOURCES})
11 set_target_properties(clang_rt.asan-i386 PROPERTIES COMPILE_FLAGS "${TARGET_I386_CFLAGS}")
  /external/kernel-headers/original/asm-x86/
pgtable-2level-defs.h 7 * traditional i386 two-level paging structure:
14 * the i386 is two-level, so we don't really have any
  /external/llvm/test/CodeGen/X86/
aligned-comm.ll 2 ; RUN: llc < %s -mtriple=i386-apple-darwin10 | grep {array,16512,7}
3 ; RUN: llc < %s -mtriple=i386-apple-darwin9 | grep {array,16512,7}
  /external/oprofile/events/
Makefile.am 7 i386/athlon/events i386/athlon/unit_masks \
8 i386/core_2/events i386/core_2/unit_masks \
9 i386/p4/events i386/p4-ht/events \
10 i386/p4-ht/unit_masks i386/p4/unit_masks \
11 i386/pii/events i386/pii/unit_masks
    [all...]
  /external/clang/test/Driver/
default-toolchain.c 1 // RUN: %clang -target i386-unknown-unknown -m64 -v 2> %t
4 // RUN: %clang -target i386-apple-darwin9 -arch ppc -m64 -v 2> %t
7 // RUN: %clang -target i386-apple-darwin9 -arch ppc64 -m32 -v 2> %t
asan.c 1 // RUN: %clang -target i386-unknown-unknown -faddress-sanitizer %s -S -emit-llvm -o - | FileCheck %s
2 // RUN: %clang -O1 -target i386-unknown-unknown -faddress-sanitizer %s -S -emit-llvm -o - | FileCheck %s
3 // RUN: %clang -O2 -target i386-unknown-unknown -faddress-sanitizer %s -S -emit-llvm -o - | FileCheck %s
4 // RUN: %clang -O3 -target i386-unknown-unknown -faddress-sanitizer %s -S -emit-llvm -o - | FileCheck %s
darwin-version.c 2 // RUN: %clang -target i386-apple-darwin9 -DTEST0 -E %s
10 // RUN: %clang -target i386-apple-darwin9 -DTEST1 -E %s
18 // RUN: %clang -target i386-apple-darwin9 -DTEST2 -E %s
26 // RUN: %clang -target i386-apple-darwin9 -DTEST3 -E %s
ios-simulator-arcruntime.c 1 // RUN: %clang -### -x objective-c -target i386-apple-darwin10 -arch i386 -mmacosx-version-min=10.6 -D__IPHONE_OS_VERSION_MIN_REQUIRED=40201 -fobjc-arc -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-OPTIONS1 %s
2 // RUN: %clang -### -x objective-c -target i386-apple-darwin10 -arch i386 -mmacosx-version-min=10.6 -D__IPHONE_OS_VERSION_MIN_REQUIRED=50000 -fobjc-arc -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-OPTIONS2 %s
tsan.c 1 // RUN: %clang -target i386-unknown-unknown -fthread-sanitizer %s -S -emit-llvm -o - | FileCheck %s
2 // RUN: %clang -O1 -target i386-unknown-unknown -fthread-sanitizer %s -S -emit-llvm -o - | FileCheck %s
3 // RUN: %clang -O2 -target i386-unknown-unknown -fthread-sanitizer %s -S -emit-llvm -o - | FileCheck %s
4 // RUN: %clang -O3 -target i386-unknown-unknown -fthread-sanitizer %s -S -emit-llvm -o - | FileCheck %s
  /external/clang/test/PCH/
asm.c 2 // RUN: %clang_cc1 -triple i386-unknown-unknown -include %S/asm.h -fsyntax-only -verify %s
5 // RUN: %clang_cc1 -triple i386-unknown-unknown -emit-pch -o %t %S/asm.h
6 // RUN: %clang_cc1 -triple i386-unknown-unknown -include-pch %t -fsyntax-only -verify %s
pchpch.c 1 // RUN: %clang_cc1 -triple i386-unknown-unknown -emit-pch -o %t1 %S/pchpch1.h
2 // RUN: %clang_cc1 -triple i386-unknown-unknown -emit-pch -o %t2 %S/pchpch2.h -include-pch %t1
3 // RUN: %clang_cc1 -triple i386-unknown-unknown -fsyntax-only %s -include-pch %t2
  /external/llvm/test/Object/X86/
objdump-trivial-object.test 1 RUN: llvm-objdump -d %p/../Inputs/trivial-object-test.coff-i386 \
2 RUN: | FileCheck %s -check-prefix COFF-i386
5 RUN: llvm-objdump -d %p/../Inputs/trivial-object-test.elf-i386 \
6 RUN: | FileCheck %s -check-prefix ELF-i386
10 COFF-i386: file format COFF-i386
11 COFF-i386: Disassembly of section .text:
12 COFF-i386: 0: 83 ec 0c subl $12, %esp
13 COFF-i386: 3: c7 44 24 08 00 00 00 00 movl $0, 8(%esp)
14 COFF-i386: b: c7 04 24 00 00 00 00 movl $0, (%esp
    [all...]
  /external/clang/test/CodeGen/
2004-03-16-AsmRegisterCrash.c 3 // XTARGET: arm, i386, i686, x86_64
enum2.c 1 // RUN: %clang_cc1 -triple i386-unknown-unknown %s -g -emit-llvm -o /dev/null
kr-func-promote.c 1 // RUN: %clang_cc1 -triple i386-unknown-unknown %s -emit-llvm -o - | grep "i32 @a(i32)"
mcount.c 1 // RUN: %clang_cc1 -pg -triple i386-unknown-unknown -emit-llvm -o - %s | FileCheck %s
  /external/clang/test/CodeGenCXX/
regparm.cpp 1 // RUN: %clang_cc1 -triple i386-unknown-unknown %s -emit-llvm -o - | FileCheck %s
  /external/clang/test/Coverage/
codegen-gnu.m 1 // RUN: %clang_cc1 -triple i386-unknown-unknown -fobjc-exceptions -fgnu-runtime -emit-llvm -o %t %s
  /external/clang/test/SemaObjC/
property-weak.m 1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fsyntax-only -verify %s
  /external/llvm/test/MC/AsmParser/
directive_darwin_section.s 1 # RUN: llvm-mc -triple i386-apple-darwin9 %s | FileCheck %s

Completed in 300 milliseconds

12 3 4 5 6 7 8 91011>>