HomeSort by relevance Sort by last modified time
    Searched full:i386 (Results 426 - 450 of 4919) sorted by null

<<11121314151617181920>>

  /external/clang/test/Driver/
pic.c 42 // CHECK-NON-DARWIN-DYNAMIC-NO-PIC: error: unsupported option '-mdynamic-no-pic' for target 'i386-unknown-unknown'
48 // RUN: %clang -c %s -target i386-unknown-unknown -### 2>&1 \
50 // RUN: %clang -c %s -target i386-unknown-unknown -fpic -### 2>&1 \
52 // RUN: %clang -c %s -target i386-unknown-unknown -fPIC -### 2>&1 \
54 // RUN: %clang -c %s -target i386-unknown-unknown -fpie -### 2>&1 \
56 // RUN: %clang -c %s -target i386-unknown-unknown -fPIE -### 2>&1 \
62 // RUN: %clang -c %s -target i386-unknown-unknown -fpic -fno-pic -### 2>&1 \
64 // RUN: %clang -c %s -target i386-unknown-unknown -fPIC -fno-pic -### 2>&1 \
66 // RUN: %clang -c %s -target i386-unknown-unknown -fpie -fno-pic -### 2>&1 \
68 // RUN: %clang -c %s -target i386-unknown-unknown -fPIE -fno-pic -### 2>&1
    [all...]
cl-link.c 12 // RUN: %clang_cl -m32 -arch:IA32 --target=i386-pc-win32 /Tc%s -### -fsanitize=address 2>&1 | FileCheck --check-prefix=ASAN %s
16 // ASAN: "{{.*}}clang_rt.asan-i386.lib"
17 // ASAN: "{{.*}}clang_rt.asan_cxx-i386.lib"
20 // RUN: %clang_cl -m32 -arch:IA32 --target=i386-pc-win32 /MD /Tc%s -### -fsanitize=address 2>&1 | FileCheck --check-prefix=ASAN-MD %s
24 // ASAN-MD: "{{.*}}clang_rt.asan_dynamic-i386.lib"
25 // ASAN-MD: "{{.*}}clang_rt.asan_dynamic_runtime_thunk-i386.lib"
34 // RUN: %clang_cl -m32 -arch:IA32 --target=i386-pc-win32 /LD /Tc%s -### -fsanitize=address 2>&1 | FileCheck --check-prefix=ASAN-DLL %s
35 // RUN: %clang_cl -m32 -arch:IA32 --target=i386-pc-win32 /LDd /Tc%s -### -fsanitize=address 2>&1 | FileCheck --check-prefix=ASAN-DLL %s
40 // ASAN-DLL: "{{.*}}clang_rt.asan_dll_thunk-i386.lib"
frame-pointer-elim.c 3 // RUN: %clang -### -target i386-pc-linux-gnu -S -O1 %s 2>&1 | \
7 // RUN: %clang -### -target i386-pc-linux-gnu -S %s 2>&1 | \
13 // RUN: %clang -### -target i386-apple-darwin -S %s 2>&1 | \
17 // RUN: %clang -### -target i386-apple-darwin -S -O1 %s 2>&1 | \
21 // RUN: %clang -### -target i386-darwin -S -fomit-frame-pointer %s 2>&1 | \
25 // RUN: %clang -### -target i386-darwin -S -momit-leaf-frame-pointer %s 2>&1 | \
function-sections.c 11 // RUN: -target i386-unknown-linux \
15 // RUN: -target i386-unknown-linux \
20 // RUN: -target i386-unknown-linux \
25 // RUN: -target i386-unknown-linux \
30 // RUN: -target i386-unknown-linux \
35 // RUN: -target i386-unknown-linux \
41 // RUN: -target i386-unknown-linux \
46 // RUN: -target i386-unknown-linux \
51 // RUN: -target i386-unknown-linux \
56 // RUN: -target i386-unknown-linux
    [all...]
Wp-args.c 4 // RUN: %clang -target i386-pc-linux-gnu -### \
15 // RUN: %clang -target i386-pc-linux-gnu -### \
appletvos-version-min.c 3 // RUN: %clang -target i386-apple-darwin10 -mappletvsimulator-version-min=9.0 -arch x86_64 -S -o - %s | FileCheck %s
5 // RUN: env TVOS_DEPLOYMENT_TARGET=9.0 %clang -isysroot SDKs/MacOSX10.9.sdk -target i386-apple-darwin10 -arch x86_64 -S -o - %s | FileCheck %s
  /external/clang/test/CodeGen/
x86_32-fpcc-struct-return.c 1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -emit-llvm -o - %s | FileCheck %s --check-prefix=CHECK-REG
2 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fpcc-struct-return -emit-llvm -o - %s | FileCheck %s --check-prefix=CHECK-PCC
3 // RUN: %clang_cc1 -triple i386-apple-darwin9 -freg-struct-return -emit-llvm -o - %s | FileCheck %s --check-prefix=CHECK-REG
4 // RUN: %clang_cc1 -triple i386-pc-linux-gnu -emit-llvm -o - %s | FileCheck %s --check-prefix=CHECK-PCC
5 // RUN: %clang_cc1 -triple i386-pc-linux-gnu -fpcc-struct-return -emit-llvm -o - %s | FileCheck %s --check-prefix=CHECK-PCC
6 // RUN: %clang_cc1 -triple i386-pc-linux-gnu -freg-struct-return -emit-llvm -o - %s | FileCheck %s --check-prefix=CHECK-REG
7 // RUN: %clang_cc1 -triple i386-pc-win32 -emit-llvm -o - %s | FileCheck %s --check-prefix=CHECK-REG
8 // RUN: %clang_cc1 -triple i386-pc-win32 -fpcc-struct-return -emit-llvm -o - %s | FileCheck %s --check-prefix=CHECK-PCC
9 // RUN: %clang_cc1 -triple i386-pc-win32 -freg-struct-return -emit-llvm -o - %s | FileCheck %s --check-prefix=CHECK-REG
link-bitcode-file.c 1 // RUN: %clang_cc1 -triple i386-pc-linux-gnu -DBITCODE -emit-llvm-bc -o %t.bc %s
2 // RUN: %clang_cc1 -triple i386-pc-linux-gnu -DBITCODE2 -emit-llvm-bc -o %t-2.bc %s
3 // RUN: %clang_cc1 -triple i386-pc-linux-gnu -mlink-bitcode-file %t.bc \
5 // RUN: %clang_cc1 -triple i386-pc-linux-gnu -O3 -emit-llvm -o - \
8 // RUN: not %clang_cc1 -triple i386-pc-linux-gnu -DBITCODE -O3 -emit-llvm -o - \
11 // RUN: not %clang_cc1 -triple i386-pc-linux-gnu -mlink-bitcode-file no-such-file.bc \
asm-errors.c 3 // RUN: not %clang_cc1 -triple i386-apple-darwin10 -emit-obj %s -o /dev/null > %t 2>&1
5 // RUN: not %clang -target i386-apple-darwin10 -fembed-bitcode -c %s -o /dev/null 2>&1 | \
ifunc.c 1 // RUN: %clang_cc1 -triple i386-unknown-linux-gnu -emit-llvm -o - %s | FileCheck %s
2 // RUN: %clang_cc1 -triple i386-unknown-linux-gnu -O2 -emit-llvm -o - %s | FileCheck %s
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
export-class.exp 1 # Expect script for symbol export classes, i386 variation.
40 set testname "i386 symbol export class test"
51 "i386-export-class-lib.so" \
65 "i386-export-class-ref-r.o" \
78 "-shared -Tdata=0x12340000 tmpdir/i386-export-class-ref-r.o tmpdir/i386-export-class-lib.so" "" \
82 { readelf -r i386-export-class.rd } \
83 { readelf "-x .data" i386-export-class.xd } \
85 "i386-export-class.so" \
  /external/llvm/test/Object/
obj2yaml.test 1 RUN: obj2yaml %p/Inputs/trivial-object-test.coff-i386 | FileCheck %s --check-prefix COFF-I386
10 COFF-I386: header:
11 COFF-I386-NEXT: Machine: IMAGE_FILE_MACHINE_I386
13 COFF-I386: sections:
14 COFF-I386-NEXT: - Name: .text
15 COFF-I386-NEXT: Characteristics: [ IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ ]
16 COFF-I386-NEXT: Alignment: 16
17 COFF-I386-NEXT: SectionData: 83EC0CC744240800000000C7042400000000E800000000E8000000008B44240883C40CC3
19 COFF-I386: Relocations
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
cpu-i386.c 141 "i386",
142 "i386:x64-32:nacl",
158 "i386",
159 "i386:x86-64:nacl",
175 "i386",
176 "i386:nacl",
192 "i386:intel",
193 "i386:x64-32:intel",
209 "i386:intel",
210 "i386:x86-64:intel"
    [all...]
  /external/clang/test/Preprocessor/
stdint.c 109 // RUN: %clang_cc1 -E -ffreestanding -triple=i386-none-none %s | FileCheck -check-prefix I386 %s
111 // I386:typedef long long int int64_t;
112 // I386:typedef long long unsigned int uint64_t;
113 // I386:typedef int64_t int_least64_t;
114 // I386:typedef uint64_t uint_least64_t;
115 // I386:typedef int64_t int_fast64_t;
116 // I386:typedef uint64_t uint_fast64_t;
118 // I386:typedef int int32_t;
119 // I386:typedef unsigned int uint32_t
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/
ChangeLog-2015 240 * gas/i386/i386.exp: Run ospke and x86-64-ospke.
241 * gas/i386/ospke.d: New file.
242 * gas/i386/ospke.s: Likewise.
243 * gas/i386/x86-64-ospke.d: Likewise.
262 * gas/i386/ilp32/elf/file.d: Likewise.
445 * gas/i386/i386.exp: Run x86-64-gotpcrel.
446 * gas/i386/x86-64-gotpcrel.d: New file.
447 * gas/i386/x86-64-gotpcrel.s: Likewise
    [all...]
  /external/clang/test/CodeGenObjC/
objc2-weak-compare.m 1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s
2 // RUN: %clang_cc1 -x objective-c++ -triple i386-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s
  /external/clang/test/SemaObjC/
warn-weak-field.m 1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fsyntax-only -fobjc-gc -verify -Wno-objc-root-class %s
2 // RUN: %clang_cc1 -x objective-c++ -triple i386-apple-darwin9 -fsyntax-only -fobjc-gc -verify -Wno-objc-root-class %s
  /external/llvm/test/DebugInfo/
dwarfdump-macho-universal.test 9 CHECK: fat-test.o (i386): file format Mach-O 32-bit i386
  /external/llvm/test/ExecutionEngine/MCJIT/
lit.local.cfg 11 if root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64',
18 if 'i386-apple-darwin' in root.target_triple:
  /external/llvm/test/ExecutionEngine/OrcMCJIT/
lit.local.cfg 11 if root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64',
18 if 'i386-apple-darwin' in root.target_triple:
  /external/llvm/test/MC/AsmParser/
hello.s 1 // RUN: llvm-mc -triple i386-apple-darwin9 %s -o -
2 // RUN: llvm-mc -triple i386-apple-darwin9 %s -o - -output-asm-variant=1
  /external/llvm/test/Object/Inputs/
elfver.S 3 # clang $ARGS -m32 elfver.S -lc -o elf-versioning-test.i386
7 # strip elf-versioning-test.i386
  /external/swiftshader/third_party/LLVM/test/MC/AsmParser/
hello.s 1 // RUN: llvm-mc -triple i386-apple-darwin9 %s -o -
2 // RUN: llvm-mc -triple i386-apple-darwin9 %s -o - -output-asm-variant=1
  /external/swiftshader/third_party/LLVM/test/Object/
nm-archive.test 1 RUN: llvm-nm %p/TestObjectFiles/archive-test.a-coff-i386 \
7 COFF: trivial-object-test.coff-i386:
  /external/valgrind/coregrind/m_gdbserver/
i386-coresse-valgrind.xml 8 <!-- I386 with SSE -->
12 <architecture>i386</architecture>

Completed in 839 milliseconds

<<11121314151617181920>>