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

1 23 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/test/MC/AsmParser/
2011-09-06-NoNewline.s 1 // RUN: llvm-mc -triple i386-unknown-unknown %s
3 // RUN: llvm-mc -triple i386-unknown-unknown %s
5 // RUN: llvm-mc -triple i386-unknown-unknown %s
directive_line.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s
  /external/swiftshader/third_party/LLVM/test/Object/
objdump-relocations.test 1 RUN: llvm-objdump -r %p/TestObjectFiles/trivial-object-test.coff-i386 \
2 RUN: | FileCheck %s -check-prefix COFF-i386
5 RUN: llvm-objdump -r %p/TestObjectFiles/trivial-object-test.elf-i386 \
6 RUN: | FileCheck %s -check-prefix ELF-i386
10 COFF-i386: .text
11 COFF-i386: IMAGE_REL_I386_DIR32 L_.str
12 COFF-i386: IMAGE_REL_I386_REL32 _puts
13 COFF-i386: IMAGE_REL_I386_REL32 _SomeOtherFunction
20 ELF-i386: .text
21 ELF-i386: R_386_3
    [all...]
objdump-disassembly-inline-relocations.test 1 RUN: llvm-objdump -d -r %p/TestObjectFiles/trivial-object-test.coff-i386 \
2 RUN: | FileCheck %s -check-prefix COFF-i386
6 COFF-i386: file format COFF-i386
7 COFF-i386: Disassembly of section .text:
8 COFF-i386: 0: 83 ec 0c subl $12, %esp
9 COFF-i386: 3: c7 44 24 08 00 00 00 00 movl $0, 8(%esp)
10 COFF-i386: b: c7 04 24 00 00 00 00 movl $0, (%esp)
11 COFF-i386: e: IMAGE_REL_I386_DIR32 L_.str
12 COFF-i386: 12: e8 00 00 00 00 calll
    [all...]
  /external/llvm/test/Object/
objdump-section-content.test 1 RUN: yaml2obj %p/Inputs/COFF/i386.yaml | llvm-objdump -s - | FileCheck %s -check-prefix COFF-i386
2 RUN: llvm-objdump -s %p/Inputs/trivial-object-test.elf-i386 \
3 RUN: | FileCheck %s -check-prefix ELF-i386
4 RUN: llvm-objdump -s %p/Inputs/shared-object-test.elf-i386 \
7 COFF-i386: file format
8 COFF-i386: Contents of section .text:
9 COFF-i386: 0000 83ec0cc7 44240800 000000c7 04240000 ....D$.......$..
10 COFF-i386: 0010 0000e800 000000e8 00000000 8b442408 .............D$.
11 COFF-i386: 0020 83c40cc3 ...
    [all...]
nm-universal-binary.test 1 RUN: llvm-nm -arch all %p/Inputs/macho-universal.x86_64.i386 \
3 RUN: llvm-nm -arch all %p/Inputs/macho-universal64.x86_64.i386 \
5 RUN: llvm-nm -arch x86_64 %p/Inputs/macho-universal.x86_64.i386 \
7 RUN: not llvm-nm -arch armv7m %p/Inputs/macho-universal.x86_64.i386 2>&1 \
9 RUN: not llvm-nm -arch foobar %p/Inputs/macho-universal.x86_64.i386 2>&1 \
11 RUN: llvm-nm -arch all %p/Inputs/macho-universal-archive.x86_64.i386 \
13 RUN: llvm-nm -arch all %p/Inputs/macho-universal64-archive.x86_64.i386 \
15 RUN: llvm-nm -arch i386 %p/Inputs/macho-universal-archive.x86_64.i386 \
16 RUN: | FileCheck %s -check-prefix CHECK-AR-i386
    [all...]
nm-weak-global-macho.test 1 RUN: llvm-nm %p/Inputs/weak-global-symbol.macho-i386 | FileCheck %s
  /external/llvm/test/tools/llvm-cxxdump/
trivial.test 1 RUN: llvm-cxxdump %p/Inputs/trivial.obj.coff-i386 \
2 RUN: | FileCheck %s --check-prefix=COFF-I386
4 RUN: llvm-cxxdump %p/Inputs/trivial.obj.elf-i386 \
5 RUN: | FileCheck %s --check-prefix=ELF-I386
7 COFF-I386: ??_7S@@6B@[0]: ??_R4S@@6B@
8 COFF-I386-NEXT: ??_7S@@6B@[4]: ??_GS@@UAEPAXI@Z
9 COFF-I386-NEXT: ??_8S@@7B@[0]: -4
10 COFF-I386-NEXT: ??_8S@@7B@[4]: 4
11 COFF-I386-NEXT: ??_R4S@@6B@[IsImageRelative]: 0
12 COFF-I386-NEXT: ??_R4S@@6B@[OffsetToTop]:
    [all...]
  /external/clang/test/Preprocessor/
mmx.c 1 // RUN: %clang -march=i386 -m32 -E -dM %s -msse -o - 2>&1 \
2 // RUN: -target i386-unknown-linux \
4 // RUN: %clang -march=i386 -m32 -E -dM %s -msse -mno-mmx -o - 2>&1 \
5 // RUN: -target i386-unknown-linux \
7 // RUN: %clang -march=i386 -m32 -E -dM %s -mno-mmx -msse -o - 2>&1 \
8 // RUN: -target i386-unknown-linux \
  /external/clang/test/PCH/
emit-pth.c 1 // RUN: %clang_cc1 -triple i386-unknown-unknown -emit-pth -o %t1 %s
2 // RUN: %clang_cc1 -triple i386-unknown-unknown -emit-pth -o - %s > %t2
4 // RUN: %clang_cc1 -triple i386-unknown-unknown -emit-pth -o - %s | \
  /external/clang/runtime/compiler-rt/
clang_linux_test_input.c 2 // for i386 and x86_64 archs on Linux.
  /external/compiler-rt/make/platform/
clang_linux_test_input.c 2 // for i386 and x86_64 archs on Linux.
  /external/kmod/testsuite/rootfs-pristine/test-modinfo/
correct-filename.txt 1 /mod-simple-i386.ko
  /external/llvm/test/CodeGen/X86/
cstring.ll 1 ; RUN: llc < %s -mtriple=i386-apple-darwin | not grep comm
  /external/llvm/test/MC/AsmParser/
extern.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
pr11865.s 1 // RUN: llvm-mc -triple i386-unknown-unknown %s
  /external/llvm/test/MC/X86/
2011-09-06-NoNewline.s 1 // RUN: llvm-mc -triple i386-unknown-unknown %s
  /external/lmfit/ruby/swig/
extconf.rb 2 $CFLAGS += " -I/usr/lib/ruby/1.8/i386-linux/"
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
cstring.ll 1 ; RUN: llc < %s -mtriple=i386-apple-darwin | not grep comm
  /external/syslinux/gpxe/src/arch/i386/include/bits/
io.h 6 * i386-specific I/O API implementations
nap.h 6 * i386-specific CPU sleeping API implementations
smbios.h 6 * i386-specific SMBIOS API implementations
timer.h 6 * i386-specific timer API implementations
uaccess.h 6 * i386-specific user access API implementations
umalloc.h 6 * i386-specific user memory allocation API implementations

Completed in 542 milliseconds

1 23 4 5 6 7 8 91011>>