Searched
full:i386 (Results
251 -
275 of
2437) sorted by null
<<11121314151617181920>>
/external/llvm/test/MC/ELF/ |
elf_directive_section.s | 1 # RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
|
/external/llvm/test/MC/MachO/ |
reloc-pcrel-offset.s | 1 // RUN: llvm-mc -n -triple i386-apple-darwin9 %s -filetype=obj -o - | macho-dump --dump-section-data | FileCheck %s
|
zerofill-sect-align.s | 1 // RUN: llvm-mc -triple i386-apple-darwin9 %s -filetype=obj -o - | macho-dump | FileCheck %s
|
/external/llvm/test/Object/Inputs/ |
elf-versioning-test.i386 | |
/external/llvm/tools/llvm-symbolizer/ |
CMakeLists.txt | 2 # libraries, it has to be compiled for all supported targets (x86_64, i386 etc).
|
/external/valgrind/main/coregrind/m_gdbserver/ |
32bit-linux-valgrind-s1.xml | 9 <feature name="org.gnu.gdb.i386.linux.valgrind.s1">
|
32bit-linux-valgrind-s2.xml | 9 <feature name="org.gnu.gdb.i386.linux.valgrind.s2">
|
32bit-linux.xml | 9 <feature name="org.gnu.gdb.i386.linux">
|
64bit-linux-valgrind-s1.xml | 9 <feature name="org.gnu.gdb.i386.linux.valgrind.s1">
|
64bit-linux-valgrind-s2.xml | 9 <feature name="org.gnu.gdb.i386.linux.valgrind.s2">
|
64bit-linux.xml | 9 <feature name="org.gnu.gdb.i386.linux">
|
/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 -mlink-bitcode-file %t.bc -O3 -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-NO-BC %s 3 // RUN: not %clang_cc1 -triple i386-pc-linux-gnu -DBITCODE -mlink-bitcode-file %t.bc -O3 -emit-llvm -o - %s 2>&1 | FileCheck -check-prefix=CHECK-BC %s
|
/external/clang/test/Sema/ |
tls.c | 6 // RUN: %clang_cc1 -triple i386-pc-linux-gnu -fsyntax-only %s 14 // RUN: not %clang_cc1 -triple i386-pc-win32 -fsyntax-only %s 18 // RUN: not %clang_cc1 -triple i386-pc-openbsd -fsyntax-only %s
|
/external/llvm/test/CodeGen/X86/ |
call-imm.ll | 1 ; RUN: llc < %s -mtriple=i386-apple-darwin -relocation-model=static | FileCheck -check-prefix X86STA %s 2 ; RUN: llc < %s -mtriple=i386-apple-darwin -relocation-model=pic | FileCheck -check-prefix X86PIC %s 3 ; RUN: llc < %s -mtriple=i386-pc-linux -relocation-model=dynamic-no-pic | FileCheck -check-prefix X86DYN %s
|
stack-protector.ll | 1 ; RUN: llc -mtriple=i386-pc-linux-gnu < %s -o - | FileCheck --check-prefix=LINUX-I386 %s 27 ; LINUX-I386-LABEL: test1a: 28 ; LINUX-I386-NOT: calll __stack_chk_fail 29 ; LINUX-I386: .cfi_endproc 58 ; LINUX-I386-LABEL: test1b: 59 ; LINUX-I386: mov{{l|q}} %gs: 60 ; LINUX-I386: calll __stack_chk_fail 93 ; LINUX-I386-LABEL: test1c: 94 ; LINUX-I386: mov{{l|q}} %gs [all...] |
/external/llvm/test/Object/ |
nm-trivial-object.test | 1 RUN: yaml2obj %p/Inputs/COFF/i386.yaml | llvm-nm \ 5 RUN: llvm-nm %p/Inputs/trivial-object-test.elf-i386 \ 9 RUN: llvm-nm %p/Inputs/trivial-object-test.macho-i386 \
|
/external/clang/test/Driver/ |
bindings.c | 2 // RUN: %clang -target i386-unknown-unknown -ccc-print-bindings %s 2>&1 | FileCheck %s --check-prefix=CHECK01 9 // RUN: %clang -target i386-unknown-unknown -ccc-print-bindings -fsyntax-only %s 2>&1 | FileCheck %s --check-prefix=CHECK05 12 // RUN: %clang -target i386-unknown-unknown -ccc-print-bindings -fsyntax-only -x c++ %s 2>&1 | FileCheck %s --check-prefix=CHECK08 15 // RUN: %clang -target i386-apple-darwin9 -ccc-print-bindings %s -S -arch ppc 2>&1 | FileCheck %s --check-prefix=CHECK11 22 // RUN: %clang -target i386-apple-darwin9 -no-integrated-as -ccc-print-bindings %s 2>&1 | FileCheck %s --check-prefix=CHECK14
|
clang-translation.c | 1 // RUN: %clang -target i386-unknown-unknown -### -S -O0 -Os %s -o %t.s -fverbose-asm -funwind-tables -fvisibility=hidden 2>&1 | FileCheck -check-prefix=I386 %s 2 // I386: "-triple" "i386-unknown-unknown" 3 // I386: "-S" 4 // I386: "-disable-free" 5 // I386: "-mrelocation-model" "static" 6 // I386: "-mdisable-fp-elim" 7 // I386: "-masm-verbose" 8 // I386: "-munwind-tables [all...] |
constructors.c | 8 // RUN: -target i386-unknown-linux \ 14 // RUN: -target i386-unknown-linux \ 20 // RUN: -target i386-unknown-linux \ 25 // RUN: -target i386-unknown-linux \ 31 // RUN: -target i386-unknown-linux \ 46 // RUN: -target i386-unknown-linux-android \
|
/external/elfutils/libcpu/ |
ChangeLog | 27 * defs/i386: Add blendvpd and blendvps opcodes. 31 * defs/i386: Add blendpd and blendps opcodes. 35 * defs/i386: Add entry for AMD 3DNOW. 45 * defs/i386: Fix typo in comment. 59 * defs/i386: Add fixes for opcodes with register number in opcode, 95 * defs/i386: Fix a few instructions with immediate arguments. 104 * defs/i386: Lots of changes for x86-64. 112 * defs/i386: Cleanups, remove masks which are not needed. 120 * defs/i386: Add yet more SSE instructions. 126 * defs/i386: Use for many SSE operations [all...] |
/ndk/build/tools/ |
build-compiler-rt.sh | 130 lib/i386/ashldi3.S \ 131 lib/i386/ashrdi3.S \ 132 lib/i386/divdi3.S \ 133 lib/i386/floatdidf.S \ 134 lib/i386/floatdisf.S \ 135 lib/i386/floatdixf.S \ 136 lib/i386/floatundidf.S \ 137 lib/i386/floatundisf.S \ 138 lib/i386/floatundixf.S \ 139 lib/i386/lshrdi3.S [all...] |
/external/clang/test/Preprocessor/ |
init.c | 508 // RUN: %clang_cc1 -E -dM -ffreestanding -triple=i386-none-none < /dev/null | FileCheck -check-prefix I386 %s 510 // I386-NOT:#define _LP64 511 // I386:#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__ 512 // I386:#define __CHAR16_TYPE__ unsigned short 513 // I386:#define __CHAR32_TYPE__ unsigned int 514 // I386:#define __CHAR_BIT__ 8 515 // I386:#define __DBL_DENORM_MIN__ 4.9406564584124654e-324 516 // I386:#define __DBL_DIG__ 15 517 // I386:#define __DBL_EPSILON__ 2.2204460492503131e-1 [all...] |
x86_target_features.c | 1 // RUN: %clang -target i386-unknown-unknown -march=core2 -msse4 -x c -E -dM -o - %s | FileCheck --check-prefix=SSE4 %s 12 // RUN: %clang -target i386-unknown-unknown -march=core2 -msse4 -mno-sse2 -x c -E -dM -o - %s | FileCheck --check-prefix=SSE %s 23 // RUN: %clang -target i386-unknown-unknown -march=pentium-m -x c -E -dM -o - %s | FileCheck --check-prefix=SSE2 %s
|
/external/qemu/target-i386/ |
hax-i386.h | 84 #include "target-i386/hax-darwin.h" 88 #include "target-i386/hax-windows.h" 91 #include "target-i386/hax-interface.h"
|
/ndk/build/tools/toolchain-patches/mclinker/ |
0005-Fixed-darwin-ld.mcld-GNU-m-emulation-fail.patch | 22 - .Case("elf_i386", Triple("i386", "", "", "gnu")) 23 + .Case("elf_i386", Triple("i386", "", "linux", "gnu")) 26 .Case("elf_i386_fbsd", Triple("i386", "", "freebsd", "gnu"))
|
Completed in 2377 milliseconds
<<11121314151617181920>>