HomeSort by relevance Sort by last modified time
    Searched full:i386 (Results 176 - 200 of 2437) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/llvm/test/MC/AsmParser/
line_with_hash.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
macros-darwin.s 1 // RUN: llvm-mc -triple i386-apple-darwin10 %s | FileCheck %s
purgem.s 1 # RUN: not llvm-mc -triple i386-unknown-unknown %s 2>&1 | FileCheck %s
variables.s 1 // RUN: llvm-mc -triple i386-unknown-unknown %s
  /external/llvm/test/MC/Disassembler/X86/
intel-syntax-32.txt 1 # RUN: llvm-mc --disassemble %s -triple=i386 --output-asm-variant=1 | FileCheck %s
  /external/llvm/test/MC/ELF/
bracket.s 1 // RUN: not llvm-mc -triple i386-unknown-unknown %s 2> %t1 > %t2
elf_directive_previous.s 1 # RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
  /external/llvm/test/MC/MachO/
gen-dwarf-producer.s 1 // RUN: env DEBUG_PRODUCER="my producer" llvm-mc -g -triple i386-apple-darwin10 %s -filetype=obj -o %t
previous.s 1 // RUN: llvm-mc -triple i386-apple-darwin9 %s -o - | FileCheck %s
pushsection.s 1 // RUN: llvm-mc -triple i386-apple-darwin9 %s -o - | FileCheck %s
section-attributes.s 1 // RUN: llvm-mc -triple i386-apple-darwin9 %s -filetype=obj -o %t
section-flags.s 1 // RUN: llvm-mc -triple i386-apple-darwin9 %s -filetype=obj -o - | macho-dump | FileCheck %s
  /external/llvm/test/Object/Inputs/
archive-test.a-coff-i386 5 trivial-object-test.coff-i386/0 1317070755 100666 346 `
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libc.so 4 OUTPUT_FORMAT(elf32-i386)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libc.so 4 OUTPUT_FORMAT(elf32-i386)
  /external/clang/test/CodeGenObjC/
mrr-captured-block-var-inlined-layout.m 3 // RUN: %clang_cc1 -fblocks -fobjc-runtime-has-weak -triple i386-apple-darwin -O0 -print-ivar-layout -emit-llvm -o /dev/null %s > %t-32.layout
4 // RUN: FileCheck -check-prefix=CHECK-i386 --input-file=%t-32.layout %s
24 // CHECK-i386: Inline instruction for block variable layout: 0x0100
31 // CHECK-i386: Inline instruction for block variable layout: 0x0210
40 // CHECK-i386: Inline instruction for block variable layout: 0x0230
51 // CHECK-i386: Inline instruction for block variable layout: 0x0230
62 // CHECK-i386: Inline instruction for block variable layout: 0x020
  /external/clang/test/Driver/
flags.c 1 // RUN: %clang -target i386-apple-darwin9 -### -S -msoft-float %s 2>&1 | FileCheck -check-prefix=TEST1 %s
4 // RUN: %clang -target i386-apple-darwin9 -### -S -msoft-float -mno-soft-float %s 2>&1 | FileCheck -check-prefix=TEST2 %s
7 // RUN: %clang -target i386-apple-darwin9 -### -S -mno-soft-float %s -msoft-float 2>&1 | FileCheck -check-prefix=TEST3 %s
10 // RUN: %clang -target i386-apple-darwin9 -### -S -mno-implicit-float %s 2>&1 | FileCheck -check-prefix=TEST4 %s
13 // RUN: %clang -target i386-apple-darwin9 -### -S -mno-implicit-float -mimplicit-float %s 2>&1 | FileCheck -check-prefix=TEST4A %s
16 // RUN: %clang -target i386-apple-darwin9 -### -S -mkernel %s 2>&1 | FileCheck -check-prefix=TEST5 %s
19 // RUN: %clang -target i386-apple-darwin9 -### -S -mkernel -mno-soft-float %s 2>&1 | FileCheck -check-prefix=TEST6 %s
B-opt.c 3 // RUN: %clang %s -### -o %t.o -target i386-unknown-linux \
6 // CHECK-B-OPT-TRIPLE: "{{.*}}/Inputs/B_opt_tree/dir1{{/|\\}}i386-unknown-linux-ld"
8 // RUN: %clang %s -### -o %t.o -target i386-unknown-linux \
13 // RUN: %clang %s -### -o %t.o -target i386-unknown-linux \
18 // RUN: %clang %s -### -o %t.o -target i386-unknown-linux \
arc.c 1 // RUN: not %clang -ObjC -target i386-apple-darwin10 -m32 -fobjc-arc %s -fsyntax-only 2>&1 | FileCheck %s
2 // RUN: not %clang -x objective-c -target i386-apple-darwin10 -m32 -fobjc-arc %s -fsyntax-only 2>&1 | FileCheck %s
3 // RUN: not %clang -x objective-c++ -target i386-apple-darwin10 -m32 -fobjc-arc %s -fsyntax-only 2>&1 | FileCheck %s
4 // RUN: not %clang -x c -target i386-apple-darwin10 -m32 -fobjc-arc %s -fsyntax-only 2>&1 | FileCheck -check-prefix NOTOBJC %s
5 // RUN: not %clang -x c++ -target i386-apple-darwin10 -m32 -fobjc-arc %s -fsyntax-only 2>&1 | FileCheck -check-prefix NOTOBJC %s
phases.c 2 // RUN: %clang -target i386-unknown-unknown -ccc-print-phases -x c %s -x objective-c %s -x c++ %s -x objective-c++ -x assembler %s -x assembler-with-cpp %s -x none %s 2>&1 | FileCheck -check-prefix=BASIC %s
27 // RUN: %clang -target i386-apple-darwin9 -ccc-print-phases -x c %s -arch ppc -arch i386 2>&1 | FileCheck -check-prefix=ULI %s
34 // ULI: 6: bind-arch, "i386", {4}, image
38 // RUN: %clang -target i386-apple-darwin9 -ccc-print-phases -c -x c %s -arch ppc -arch i386 2>&1 | FileCheck -check-prefix=UOF %s
44 // UOF: 5: bind-arch, "i386", {3}, object
48 // RUN: %clang -target i386-apple-darwin9 -ccc-print-phases -c -x assembler %s 2>&1 | FileCheck -check-prefix=ARCH1 %s
49 // ARCH1: 2: bind-arch, "i386", {1}, object
50 // RUN: %clang -target i386-apple-darwin9 -ccc-print-phases -c -x assembler %s -m32 -m64 2>&1 | FileCheck -check-prefix=ARCH2 (…)
    [all...]
pic.c 37 // CHECK-NON-DARWIN-DYNAMIC-NO-PIC: error: unsupported option '-mdynamic-no-pic' for target 'i386-unknown-unknown'
43 // RUN: %clang -c %s -target i386-unknown-unknown -### 2>&1 \
45 // RUN: %clang -c %s -target i386-unknown-unknown -fpic -### 2>&1 \
47 // RUN: %clang -c %s -target i386-unknown-unknown -fPIC -### 2>&1 \
49 // RUN: %clang -c %s -target i386-unknown-unknown -fpie -### 2>&1 \
51 // RUN: %clang -c %s -target i386-unknown-unknown -fPIE -### 2>&1 \
57 // RUN: %clang -c %s -target i386-unknown-unknown -fpic -fno-pic -### 2>&1 \
59 // RUN: %clang -c %s -target i386-unknown-unknown -fPIC -fno-pic -### 2>&1 \
61 // RUN: %clang -c %s -target i386-unknown-unknown -fpie -fno-pic -### 2>&1 \
63 // RUN: %clang -c %s -target i386-unknown-unknown -fPIE -fno-pic -### 2>&1
    [all...]
unknown-gcc-arch.c 9 // RUN: %clang -target i386-unknown-unknown -c -x assembler %s -### 2>&1 \
10 // RUN: | FileCheck -check-prefix=I386 %s
11 // I386: {{.*gcc.*-m32}}
13 // RUN: %clang -target i386-unknown-unknown -c -x assembler %s -### -m64 2>&1 \
14 // RUN: | FileCheck -check-prefix=I386-M64 %s
15 // I386-M64: {{.*gcc.*-m64}}
  /external/compiler-rt/lib/
CMakeLists.txt 168 i386/ashldi3.S
169 i386/ashrdi3.S
170 i386/divdi3.S
171 i386/floatdidf.S
172 i386/floatdisf.S
173 i386/floatdixf.S
174 i386/floatundidf.S
175 i386/floatundisf.S
176 i386/floatundixf.S
177 i386/lshrdi3.
    [all...]
  /external/oprofile/libop/
op_cpu_type.c 27 { "Pentium Pro", "i386/ppro", CPU_PPRO, 2 },
28 { "PII", "i386/pii", CPU_PII, 2 },
29 { "PIII", "i386/piii", CPU_PIII, 2 },
30 { "Athlon", "i386/athlon", CPU_ATHLON, 4 },
33 { "P4 / Xeon", "i386/p4", CPU_P4, 8 },
38 { "P4 / Xeon with 2 hyper-threads", "i386/p4-ht", CPU_P4_HT2, 4 },
44 { "Pentium M (P6 core)", "i386/p6_mobile", CPU_P6_MOBILE, 2 },
65 { "Core Solo / Duo", "i386/core", CPU_CORE, 2 },
67 { "Core 2", "i386/core_2", CPU_CORE_2, 2 },
79 { "Intel Architectural Perfmon", "i386/arch_perfmon", CPU_ARCH_PERFMON, 0}
    [all...]
  /external/clang/test/Preprocessor/
predefined-arch-macros.c 6 // RUN: %clang -march=i386 -m32 -E -dM %s -o - 2>&1 \
7 // RUN: -target i386-unknown-linux \
12 // CHECK_I386_M32: #define i386 1
13 // RUN: not %clang -march=i386 -m64 -E -dM %s -o - 2>&1 \
14 // RUN: -target i386-unknown-linux \
19 // RUN: -target i386-unknown-linux \
26 // CHECK_I486_M32: #define i386 1
28 // RUN: -target i386-unknown-linux \
33 // RUN: -target i386-unknown-linux \
43 // CHECK_I586_M32: #define i386
    [all...]

Completed in 645 milliseconds

1 2 3 4 5 6 78 91011>>