HomeSort by relevance Sort by last modified time
    Searched full:i386 (Results 51 - 75 of 1845) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/i686-android-linux/lib/ldscripts/
i386linux.xn 2 OUTPUT_FORMAT("a.out-i386-linux", "a.out-i386-linux",
3 "a.out-i386-linux")
4 OUTPUT_ARCH(i386)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/lib/ldscripts/
i386linux.x 2 OUTPUT_FORMAT("a.out-i386-linux", "a.out-i386-linux",
3 "a.out-i386-linux")
4 OUTPUT_ARCH(i386)
i386linux.xbn 2 OUTPUT_FORMAT("a.out-i386-linux", "a.out-i386-linux",
3 "a.out-i386-linux")
4 OUTPUT_ARCH(i386)
i386linux.xn 2 OUTPUT_FORMAT("a.out-i386-linux", "a.out-i386-linux",
3 "a.out-i386-linux")
4 OUTPUT_ARCH(i386)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpthread.so 4 OUTPUT_FORMAT(elf32-i386)
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/i686-unknown-linux-gnu/lib/ldscripts/
i386linux.x 2 OUTPUT_FORMAT("a.out-i386-linux", "a.out-i386-linux",
3 "a.out-i386-linux")
4 OUTPUT_ARCH(i386)
i386linux.xbn 2 OUTPUT_FORMAT("a.out-i386-linux", "a.out-i386-linux",
3 "a.out-i386-linux")
4 OUTPUT_ARCH(i386)
i386linux.xn 2 OUTPUT_FORMAT("a.out-i386-linux", "a.out-i386-linux",
3 "a.out-i386-linux")
4 OUTPUT_ARCH(i386)
  /external/clang/test/PCH/
pth.c 1 // RUN: %clang_cc1 -triple i386-unknown-unknown -emit-pth -o %t %S/pth.h
2 // RUN: %clang_cc1 -triple i386-unknown-unknown -include-pth %t -fsyntax-only %s 2>&1 | FileCheck %s
  /external/llvm/test/CodeGen/X86/
dll-linkage.ll 1 ; RUN: llc < %s -mtriple=i386-pc-mingw32 | FileCheck %s
3 ; RUN: llc < %s -mtriple=i386-pc-mingw32 -O0 | FileCheck %s -check-prefix=FAST
alldiv-divdi3.ll 4 ; RUN: llc < %s -mtriple i386-pc-win32 | FileCheck %s
5 ; RUN: llc < %s -mtriple i386-pc-cygwin | FileCheck %s -check-prefix USEDIVDI
6 ; RUN: llc < %s -mtriple i386-pc-mingw32 | FileCheck %s -check-prefix USEDIVDI
allrem-moddi3.ll 4 ; RUN: llc < %s -mtriple i386-pc-win32 | FileCheck %s
5 ; RUN: llc < %s -mtriple i386-pc-cygwin | FileCheck %s -check-prefix USEMODDI
6 ; RUN: llc < %s -mtriple i386-pc-mingw32 | FileCheck %s -check-prefix USEMODDI
call-imm.ll 1 ; RUN: llc < %s -mtriple=i386-apple-darwin -relocation-model=static | grep {call.*12345678}
2 ; RUN: llc < %s -mtriple=i386-apple-darwin -relocation-model=pic | not grep {call.*12345678}
3 ; RUN: llc < %s -mtriple=i386-pc-linux -relocation-model=dynamic-no-pic | grep {call.*12345678}
  /external/oprofile/libop/tests/
cpu_type_tests.c 22 { "i386/ppro", CPU_PPRO },
23 { "i386/pii", CPU_PII },
24 { "i386/piii", CPU_PIII },
25 { "i386/athlon", CPU_ATHLON },
28 { "i386/p4", CPU_P4 },
33 { "i386/p4-ht", CPU_P4_HT2 },
  /frameworks/compile/libbcc/runtime/
Android.mk 70 lib/i386/ashldi3.S \
71 lib/i386/ashrdi3.S \
72 lib/i386/divdi3.S \
73 lib/i386/floatdidf.S \
74 lib/i386/floatdisf.S \
75 lib/i386/floatdixf.S \
76 lib/i386/floatundidf.S \
77 lib/i386/floatundisf.S \
78 lib/i386/floatundixf.S \
79 lib/i386/lshrdi3.S
    [all...]
  /external/clang/test/Driver/
arc.c 1 // RUN: %clang -ObjC -ccc-host-triple i386-apple-darwin9 -m32 -fobjc-arc %s -fsyntax-only 2>&1 | FileCheck %s
2 // RUN: %clang -x objective-c -ccc-host-triple i386-apple-darwin9 -m32 -fobjc-arc %s -fsyntax-only 2>&1 | FileCheck %s
3 // RUN: %clang -x objective-c++ -ccc-host-triple i386-apple-darwin9 -m32 -fobjc-arc %s -fsyntax-only 2>&1 | FileCheck %s
4 // RUN: %clang -x c -ccc-host-triple i386-apple-darwin9 -m32 -fobjc-arc %s -fsyntax-only 2>&1 | FileCheck -check-prefix NOTOBJC %s
5 // RUN: %clang -x c++ -ccc-host-triple i386-apple-darwin9 -m32 -fobjc-arc %s -fsyntax-only 2>&1 | FileCheck -check-prefix NOTOBJC %s
sysroot.c 2 // RUN: %clang -ccc-host-triple i386-unk-unk --sysroot=/FOO -### -E %s 2> %t1
8 // RUN: %clang -ccc-host-triple i386-apple-darwin10 \
11 // CHECK-APPLE-ISYSROOT: "-arch" "i386"{{.*}} "-syslibroot" "{{[^"]*}}/FOO"
15 // RUN: %clang -ccc-host-triple i386-apple-darwin10 \
18 // CHECK-APPLE-SYSROOT: "-arch" "i386"{{.*}} "-syslibroot" "{{[^"]*}}/BAR"
ccc-host-triple-no-integrated-as.c 1 // Check that -no-integrated-as works when -ccc-host-triple i386-pc-win32-macho or
4 // RUN: %clang -### -c -ccc-host-triple i386-pc-win32-macho -no-integrated-as %s 2> %t1
12 // X86: "i386"
flags.c 1 // RUN: %clang -ccc-host-triple i386-apple-darwin9 -### -S -msoft-float %s 2> %t.log
4 // RUN: %clang -ccc-host-triple i386-apple-darwin9 -### -S -msoft-float -mno-soft-float %s 2> %t.log
7 // RUN: %clang -ccc-host-triple i386-apple-darwin9 -### -S -mno-soft-float %s -msoft-float 2> %t.log
  /external/clang/test/Coverage/
codegen.c 1 // RUN: %clang_cc1 -triple i386-unknown-unknown -emit-llvm -o %t %s
2 // RUN: %clang_cc1 -triple i386-unknown-unknown -emit-llvm-bc -o %t %s
3 // RUN: %clang_cc1 -triple i386-unknown-unknown -g -emit-llvm-bc -o %t %s
  /external/clang/test/Preprocessor/
pic.c 1 // RUN: %clang -ccc-host-triple i386-unknown-unknown -static -dM -E -o %t %s
4 // RUN: %clang -ccc-host-triple i386-unknown-unknown -fpic -dM -E -o %t %s
7 // RUN: %clang -ccc-host-triple i386-unknown-unknown -fPIC -dM -E -o %t %s
init.c 320 // RUN: %clang_cc1 -E -dM -ffreestanding -triple=i386-none-none < /dev/null | FileCheck -check-prefix I386 %s
322 // I386:#define __CHAR16_TYPE__ unsigned short
323 // I386:#define __CHAR32_TYPE__ unsigned int
324 // I386:#define __CHAR_BIT__ 8
325 // I386:#define __DBL_DENORM_MIN__ 4.9406564584124654e-324
326 // I386:#define __DBL_DIG__ 15
327 // I386:#define __DBL_EPSILON__ 2.2204460492503131e-16
328 // I386:#define __DBL_HAS_DENORM__ 1
329 // I386:#define __DBL_HAS_INFINITY__
    [all...]
  /external/clang/test/CodeGenObjC/
bitfield-access.m 1 // RUN: %clang_cc1 -triple i386-apple-darwin10 -fobjc-fragile-abi -emit-llvm -o %t1 %s
2 // RUN: FileCheck -check-prefix=CHECK-I386 < %t1 %s
17 // CHECK-I386: define i32 @f0(
18 // CHECK-I386: [[t0_0:%.*]] = load i16* {{.*}}, align 1
19 // CHECK-I386: lshr i16 [[t0_0]], 7
20 // CHECK-I386: }
bitfield_encoding.m 1 // RUN: %clang_cc1 -triple i386-unknown-unknown -fobjc-fragile-abi -emit-llvm -o %t %s
3 // RUN: %clang_cc1 -triple i386-unknown-unknown -fobjc-fragile-abi -fgnu-runtime -emit-llvm -o %t %s
objc2-weak-compare.m 1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-fragile-abi -fobjc-gc -emit-llvm -o %t %s
2 // RUN: %clang_cc1 -x objective-c++ -triple i386-apple-darwin9 -fobjc-fragile-abi -fobjc-gc -emit-llvm -o %t %s

Completed in 207 milliseconds

1 23 4 5 6 7 8 91011>>