Searched
full:i386 (Results
426 -
450 of
4596) sorted by null
<<11121314151617181920>>
/toolchain/binutils/binutils-2.25/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/CodeGen/ |
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
|
PR2001-bitfield-reload.c | 1 // RUN: %clang_cc1 -triple i386-unknown-unknown -O3 -emit-llvm -o - %s | FileCheck %s
|
PR3613-static-decl.c | 1 // RUN: %clang_cc1 -triple i386-unknown-unknown -emit-llvm -o %t %s
|
blocks-aligned-byref-variable.c | 2 // RUN: %clang_cc1 -emit-llvm -o - -triple i386-apple-darwin10 -fblocks %s
|
/external/clang/test/Driver/ |
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/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...] |
/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>
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
387.d | 2 #name: i386 387 (cmdline) 3 #as: -march=i386+387
|
nops-6.d | 2 #name: i386 nops 6 8 0+ <i386>:
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/ |
ifunc-13-i386.d | 1 #source: ifunc-13a-i386.s 2 #source: ifunc-13b-i386.s
|
Completed in 3693 milliseconds
<<11121314151617181920>>