OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:i386
(Results
226 - 250
of
4596
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Frontend/
ast-codegen.c
2
// RUN: %clang -target
i386
-unknown-unknown -emit-ast -o %t.ast %s
3
// RUN: %clang -target
i386
-unknown-unknown -emit-llvm -S -o - %t.ast | FileCheck %s
/external/clang/test/PCH/
cxx-ms-function-specialization-class-scope.cpp
2
// RUN: %clang_cc1 -fms-extensions -triple
i386
-unknown-unknown -x c++-header -emit-pch -o %t %S/cxx-ms-function-specialization-class-scope.h
3
// RUN: %clang_cc1 -fms-extensions -triple
i386
-unknown-unknown -include-pch %t -fsyntax-only -verify %s
/external/clang/test/SemaObjC/
objc2-warn-weak-decl.m
1
// RUN: %clang_cc1 -triple
i386
-apple-darwin9 -fsyntax-only -fobjc-gc -verify %s
2
// RUN: %clang_cc1 -x objective-c++ -triple
i386
-apple-darwin9 -fsyntax-only -fobjc-gc -verify %s
/external/kmod/testsuite/module-playground/
mod-simple-i386.ko
/external/linux-kselftest/tools/testing/selftests/ipc/
Makefile
2
ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/
i386
/)
3
ifeq ($(ARCH),
i386
)
/external/llvm/test/CodeGen/X86/
inline-asm-pic.ll
1
; RUN: llc < %s -mtriple=
i386
-apple-darwin -relocation-model=pic | grep lea
2
; RUN: llc < %s -mtriple=
i386
-apple-darwin -relocation-model=pic | grep call
stack-protector-msvc.ll
2
; RUN: llc -mtriple=
i386
-pc-windows-msvc < %s -o - | FileCheck -check-prefix=MSVC-
I386
%s
5
; MSVC-
I386
: movl ___security_cookie, %[[REG1:[a-z]*]]
6
; MSVC-
I386
: movl %[[REG1]], [[SLOT:[0-9]*]](%esp)
7
; MSVC-
I386
: calll _strcpy
8
; MSVC-
I386
: movl [[SLOT]](%esp), %ecx
9
; MSVC-
I386
: calll @__security_check_cookie@4
10
; MSVC-
I386
: retl
/external/llvm/test/MC/AsmParser/
align_invalid.s
1
# RUN: not llvm-mc -triple
i386
-linux-gnu < %s 2>&1 | FileCheck %s -check-prefix=ELF
2
# RUN: not llvm-mc -triple
i386
-apple-darwin < %s 2>&1 | FileCheck %s -check-prefix=DARWIN
directive_loc.s
1
# RUN: llvm-mc -triple
i386
-unknown-unknown %s | FileCheck %s
2
# RUN: llvm-mc -triple
i386
-unknown-unknown %s -filetype=null
/external/llvm/test/Object/
nm-error.test
5
RUN: not llvm-nm %p/Inputs/trivial-object-test.elf-
i386
%t \
6
RUN: %p/Inputs/trivial-object-test.elf-
i386
| \
/external/llvm/test/tools/dsymutil/
absolute_symbol.test
1
RUN: llvm-dsymutil -dump-debug-map -oso-prepend-path %p %p/Inputs/absolute_sym.macho.
i386
| FileCheck %s
12
compiled for
i386
. This create an absolute symbol .objc_class_name_Foo
/external/llvm/test/tools/llvm-objdump/X86/
disassembly-show-raw.test
1
// RUN: llvm-objdump -d %p/Inputs/trivial.obj.elf-
i386
\
3
// RUN: llvm-objdump -d -no-show-raw-insn %p/Inputs/trivial.obj.elf-
i386
\
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
darwin-stub.ll
1
; RUN: llc < %s -mtriple=
i386
-apple-darwin | grep stub
2
; RUN: llc < %s -mtriple=
i386
-apple-darwin9 | not grep stub
inline-asm-pic.ll
1
; RUN: llc < %s -mtriple=
i386
-apple-darwin -relocation-model=pic | grep lea
2
; RUN: llc < %s -mtriple=
i386
-apple-darwin -relocation-model=pic | grep call
memset64-on-x86-32.ll
1
; RUN: llc < %s -mtriple=
i386
-apple-darwin -mcpu=nehalem | grep movups | count 5
2
; RUN: llc < %s -mtriple=
i386
-apple-darwin -mcpu=core2 | grep movl | count 20
vec_set-C.ll
1
; RUN: llc < %s -march=x86 -mtriple=
i386
-linux-gnu -mattr=+sse2 | grep movq
2
; RUN: llc < %s -march=x86 -mtriple=
i386
-linux-gnu -mattr=+sse2 | grep mov | count 1
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
relax.d
1
#name:
i386
relax
4
.*: +file format .*
i386
.*
/external/clang/test/Driver/
x86-target-features.c
1
// RUN: %clang -target
i386
-unknown-linux-gnu -march=
i386
-mx87 %s -### -o %t.o 2>&1 | FileCheck -check-prefix=X87 %s
2
// RUN: %clang -target
i386
-unknown-linux-gnu -march=
i386
-mno-x87 %s -### -o %t.o 2>&1 | FileCheck -check-prefix=NO-X87 %s
3
// RUN: %clang -target
i386
-unknown-linux-gnu -march=
i386
-m80387 %s -### -o %t.o 2>&1 | FileCheck -check-prefix=X87 %s
4
// RUN: %clang -target
i386
-unknown-linux-gnu -march=
i386
-mno-80387 %s -### -o %t.o 2>&1 | FileCheck -check-prefix=NO-X87 %s
8
// RUN: %clang -target
i386
-unknown-linux-gnu -march=
i386
-mmmx -m3dnow -m3dnowa %s -### -o %t.o 2>&1 | FileCheck -check-prefix=MMX %
[
all
...]
/external/llvm/test/tools/llvm-readobj/
elf-gnuhash.test
3
// $ llvm-mc -filetype=obj -triple=
i386
-pc-linux -o example-
i386
.o example.s
7
// $ ld -shared -m elf_i386 -hash-style=gnu -o gnuhash.so.elf-
i386
example-
i386
.o
15
RUN: llvm-readobj -gnu-hash-table %p/Inputs/gnuhash.so.elf-
i386
| FileCheck %s -check-prefix
I386
20
I386
: Arch:
i386
21
I386
: GnuHashTable {
22
I386
-NEXT: Num Buckets:
[
all
...]
program-headers.test
1
RUN: llvm-readobj -program-headers %p/../../Object/Inputs/program-headers.elf-
i386
\
2
RUN: | FileCheck %s -check-prefix ELF-
I386
10
ELF-
I386
: ProgramHeaders [
11
ELF-
I386
-NEXT: ProgramHeader {
12
ELF-
I386
-NEXT: Type: PT_LOAD (0x1)
13
ELF-
I386
-NEXT: Offset: 0x0
14
ELF-
I386
-NEXT: VirtualAddress: 0x8048000
15
ELF-
I386
-NEXT: PhysicalAddress: 0x8048000
16
ELF-
I386
-NEXT: FileSize: 308
17
ELF-
I386
-NEXT: MemSize: 30
[
all
...]
/toolchain/binutils/binutils-2.25/gas/testsuite/
ChangeLog-2006
3
* gas/
i386
/intel.s: Add tests for "shrd %cl,%edx,%eax" and
5
* gas/
i386
/opcode.s: Likewise.
7
* gas/
i386
/intel.d: Updated.
8
* gas/
i386
/opcode-intel.d: Likewise.
9
* gas/
i386
/opcode-suffix.d: Likewise.
10
* gas/
i386
/opcode.d: Likewise.
23
* gas/
i386
/x86-64-inval.s: cmpxchg16b needs oword ptr, instead
25
* gas/
i386
/x86_64.s: Likewise.
26
* gas/
i386
/x86-64-inval.l: Updated.
30
* gas/
i386
/x86-64-inval.s: Add cmpxchg16b
[
all
...]
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/Ia32/
gd_qnan.h
11
/* 2 bytes of tail padding follow, per
i386
ABI */
/external/clang/test/CodeGen/
2011-03-31-ArrayRefFolding.c
1
// RUN: %clang_cc1 -emit-llvm -o - -triple
i386
-apple-darwin %s | FileCheck %s
PR4611-bitfield-layout.c
1
// RUN: %clang_cc1 -triple
i386
-unknown-unknown %s -emit-llvm -o - | FileCheck %s
_Bool-conversion.c
1
// RUN: %clang_cc1 -triple
i386
-emit-llvm -O2 -o - %s | FileCheck %s
Completed in 1362 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>