HomeSort by relevance Sort by last modified time
    Searched full:i386 (Results 1 - 25 of 1924) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/oprofile/events/i386/core_i7/
unit_masks 1 include:i386/nehalem
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/install-tools/
macro_list 0 i386
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/install-tools/
macro_list 0 i386
  /external/llvm/test/Object/
objdump-file-header.test 1 RUN: yaml2obj %p/Inputs/COFF/i386.yaml | llvm-objdump -f - | FileCheck %s -check-prefix COFF-i386
2 RUN: llvm-objdump -f %p/Inputs/trivial-object-test.elf-i386 \
3 RUN: | FileCheck %s -check-prefix ELF-i386
7 COFF-i386: : file format
8 COFF-i386: architecture: i386
9 COFF-i386: HAS_RELOC
10 COFF-i386: HAS_SYMS
11 COFF-i386: start address 0
    [all...]
objdump-symbol-table.test 1 RUN: yaml2obj %p/Inputs/COFF/i386.yaml | llvm-objdump -t - \
2 RUN: | FileCheck %s -check-prefix COFF-i386
3 RUN: llvm-objdump -t %p/Inputs/trivial-object-test.elf-i386 \
4 RUN: | FileCheck %s -check-prefix ELF-i386
5 RUN: llvm-objdump -t %p/Inputs/trivial-object-test.macho-i386 \
6 RUN: | FileCheck %s -check-prefix macho-i386
8 COFF-i386: file format
9 COFF-i386: SYMBOL TABLE:
10 COFF-i386: [ 0](sec 1)(fl 0x00)(ty 0)(scl 3) (nx 1) 0x00000000 .text
11 COFF-i386: AUX scnlen 0x24 nreloc 3 nlnno 0 checksum 0x0 assoc 1 comdat
    [all...]
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
5 COFF-i386: file format
6 COFF-i386: Contents of section .text:
7 COFF-i386: 0000 83ec0cc7 44240800 000000c7 04240000 ....D$.......$..
8 COFF-i386: 0010 0000e800 000000e8 00000000 8b442408 .............D$.
9 COFF-i386: 0020 83c40cc3 ....
10 COFF-i386: Contents of section .data
    [all...]
  /external/tcpdump/
PLATFORMS 2 NetBSD 1.5/i386 (mcr - 2002/1/1)
3 Debian Linux (woody/i386) (mcr - 2002/1/1)
6 RedHat Linux 6.1/i386 (assar)
7 FreeBSD 2.2.8/i386 (itojun)
  /external/strace/linux/arm/
errnoent1.h 1 /* Our second set comes from the i386 files. */
ioctlent1.h 1 /* Our second set comes from the i386 files. */
signalent1.h 1 /* Our second set comes from the i386 files. */
  /external/llvm/test/MC/MachO/
variable-exprs.s 1 // RUN: llvm-mc -triple i386-apple-darwin10 %s -filetype=obj -o %t.o
3 // RUN: FileCheck --check-prefix=CHECK-I386 < %t.dump %s
49 // CHECK-I386: ('cputype', 7)
50 // CHECK-I386: ('cpusubtype', 3)
51 // CHECK-I386: ('filetype', 1)
52 // CHECK-I386: ('num_load_commands', 3)
53 // CHECK-I386: ('load_commands_size', 296)
54 // CHECK-I386: ('flag', 0)
55 // CHECK-I386: ('load_commands', [
56 // CHECK-I386: # Load Command
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios32.ld 1 OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
2 OUTPUT_ARCH(i386)
  /external/clang/test/Driver/
ios-simulator-arcruntime.c 1 // RUN: %clang -### -x objective-c -target i386-apple-darwin10 -arch i386 -mmacosx-version-min=10.6 -D__IPHONE_OS_VERSION_MIN_REQUIRED=40201 -fobjc-arc -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-OPTIONS1 %s
2 // RUN: %clang -### -x objective-c -target i386-apple-darwin10 -arch i386 -D__IPHONE_OS_VERSION_MIN_REQUIRED=50000 -fobjc-arc -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-OPTIONS2 %s
5 // CHECK-OPTIONS1: i386-apple-macosx10.6.0
7 // CHECK-OPTIONS2: i386-apple-macosx10.6.0
  /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/compiler-rt/SDKs/linux/
README.txt 1 This is a stub SDK for Linux. Currently, this has only been tested on i386 and
  /external/llvm/test/CodeGen/X86/
cstring.ll 1 ; RUN: llc < %s -mtriple=i386-apple-darwin | not grep comm
  /external/llvm/test/MC/AsmParser/
directive_line.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s
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/llvm/test/Object/X86/
objdump-disassembly-inline-relocations.test 1 RUN: llvm-objdump -d -r %p/../Inputs/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...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/i686-linux-android/lib/ldscripts/
i386linux.xr 2 OUTPUT_FORMAT("a.out-i386-linux", "a.out-i386-linux",
3 "a.out-i386-linux")
4 OUTPUT_ARCH(i386)
i386linux.xu 2 OUTPUT_FORMAT("a.out-i386-linux", "a.out-i386-linux",
3 "a.out-i386-linux")
4 OUTPUT_ARCH(i386)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/ldscripts/
i386linux.xr 2 OUTPUT_FORMAT("a.out-i386-linux", "a.out-i386-linux",
3 "a.out-i386-linux")
4 OUTPUT_ARCH(i386)
i386linux.xu 2 OUTPUT_FORMAT("a.out-i386-linux", "a.out-i386-linux",
3 "a.out-i386-linux")
4 OUTPUT_ARCH(i386)

Completed in 1450 milliseconds

1 2 3 4 5 6 7 8 91011>>