/external/chromium_org/ppapi/native_client/tests/nacl_browser/manifest_file/ |
pm_manifest_file.nmf | 3 "x86-32": {"url": "pm_manifest_file_test_x86-32.nexe"}, 4 "x86-64": {"url": "pm_manifest_file_test_x86-64.nexe"}, 9 "x86-32": {"url": "pm_manifest_file_test_x86-32.nexe"}, 10 "x86-64": {"url": "pm_manifest_file_test_x86-64.nexe"},
|
pm_pre_init_manifest_file.nmf | 3 "x86-32": {"url": "pm_pre_init_manifest_file_test_x86-32.nexe"}, 4 "x86-64": {"url": "pm_pre_init_manifest_file_test_x86-64.nexe"}, 9 "x86-32": {"url": "pm_pre_init_manifest_file_test_x86-32.nexe"}, 10 "x86-64": {"url": "pm_pre_init_manifest_file_test_x86-64.nexe"},
|
/external/llvm/test/CodeGen/X86/ |
barrier-sse.ll | 1 ; RUN: llc < %s -march=x86 -mattr=+sse2 | not grep sfence 2 ; RUN: llc < %s -march=x86 -mattr=+sse2 | not grep lfence 3 ; RUN: llc < %s -march=x86 -mattr=+sse2 | not grep mfence 4 ; RUN: llc < %s -march=x86 -mattr=+sse2 | grep MEMBARRIER
|
mmx-arg-passing.ll | 1 ; RUN: llc < %s -mtriple=i386-apple-darwin -mattr=+mmx | FileCheck %s -check-prefix=X86-32 2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=+mmx,+sse2 | FileCheck %s -check-prefix=X86-64 4 ; On Darwin x86-32, v8i8, v4i16, v2i32 values are passed in MM[0-2]. 5 ; On Darwin x86-32, v1i64 values are passed in memory. In this example, they 7 ; On Darwin x86-64, v8i8, v4i16, v2i32 values are passed in XMM[0-7]. 8 ; On Darwin x86-64, v1i64 values are passed in 64-bit GPRs. 16 ; X86-32-LABEL: t1: 17 ; X86-32: movq %mm0 19 ; X86-64-LABEL: t1: 20 ; X86-64: movdq2q %xmm [all...] |
lfence.ll | 1 ; RUN: llc < %s -march=x86 -mattr=+sse2 | grep lfence 3 declare void @llvm.x86.sse2.lfence() nounwind 6 call void @llvm.x86.sse2.lfence()
|
mfence.ll | 1 ; RUN: llc < %s -march=x86 -mattr=+sse2 | not grep sfence 2 ; RUN: llc < %s -march=x86 -mattr=+sse2 | not grep lfence 3 ; RUN: llc < %s -march=x86 -mattr=+sse2 | grep mfence
|
mmx-emms.ll | 1 ; RUN: llc < %s -march=x86 -mattr=+mmx | grep emms 4 call void @llvm.x86.mmx.emms( ) 11 declare void @llvm.x86.mmx.emms()
|
sfence.ll | 1 ; RUN: llc < %s -march=x86 -mattr=+sse2 | grep sfence 3 declare void @llvm.x86.sse.sfence() nounwind 6 call void @llvm.x86.sse.sfence()
|
xtest.ll | 1 ; RUN: llc < %s -march=x86-64 -mattr=+rtm | FileCheck %s 3 declare i32 @llvm.x86.xtest() nounwind 7 %0 = tail call i32 @llvm.x86.xtest() nounwind
|
int-intrinsic.ll | 1 ; RUN: llc < %s -march=x86 | FileCheck %s 2 ; RUN: llc < %s -march=x86-64 | FileCheck %s 4 declare void @llvm.x86.int(i8) nounwind 10 call void @llvm.x86.int(i8 3) nounwind 18 call void @llvm.x86.int(i8 128) nounwind
|
vec_shuffle-14.ll | 1 ; RUN: llc < %s -march=x86 -mattr=+sse2 | FileCheck %s -check-prefix=X86-32 2 ; RUN: llc < %s -march=x86-64 -mattr=+sse2 | FileCheck %s -check-prefix=X86-64 10 ; X86-32-LABEL: t1: 11 ; X86-32: movd 4(%esp), %xmm0 13 ; X86-64-LABEL: t1: 14 ; X86-64: movd %e{{..}}, %xmm0 23 ; X86-32-LABEL: t2: 24 ; X86-32: movq 4(%esp), %xmm [all...] |
byval.ll | 1 ; RUN: llc < %s -mtriple=x86_64-linux | FileCheck -check-prefix=X86-64 %s 3 ; RUN: llc < %s -march=x86 | FileCheck -check-prefix=X86 %s 5 ; X86: movl 4(%esp), %eax 6 ; X86: movl 8(%esp), %edx 8 ; X86-64: movq 8(%rsp), %rax
|
rtm.ll | 3 declare i32 @llvm.x86.xbegin() nounwind 4 declare void @llvm.x86.xend() nounwind 5 declare void @llvm.x86.xabort(i8) noreturn nounwind 9 %0 = tail call i32 @llvm.x86.xbegin() nounwind 18 tail call void @llvm.x86.xend() nounwind 26 tail call void @llvm.x86.xabort(i8 2)
|
/external/valgrind/main/none/tests/x86/ |
cse_fail.vgtest | 2 prereq: ../../../tests/x86_amd64_features x86-sse
|
lzcnt32.vgtest | 2 prereq: ../../../tests/x86_amd64_features x86-lzcnt
|
/external/llvm/test/Object/X86/ |
objdump-disassembly-symbolic.test | 1 RUN: llvm-objdump -d -symbolize %p/../Inputs/trivial-object-test.elf-x86-64 \ 2 RUN: | FileCheck %s -check-prefix ELF-x86-64 3 RUN: llvm-objdump -d -symbolize %p/../Inputs/trivial-object-test.macho-x86-64 \ 4 RUN: | FileCheck %s -check-prefix MACHO-x86-64 6 ELF-x86-64: file format ELF64-x86-64 7 ELF-x86-64: Disassembly of section .text: 8 ELF-x86-64: main: 9 ELF-x86-64: 0: 48 83 ec 08 subq $8, %rsp 10 ELF-x86-64: 4: c7 44 24 04 00 00 00 00 movl $0, 4(%rsp [all...] |
/external/chromium_org/tools/gn/secondary/build/config/win/ |
get_msvc_config.py | 24 sdk_root = '/C:\\Program Files (x86)\\Windows Kits\\8.0\\' 25 vs_root = '/C:\\Program Files (x86)\\Microsoft Visual Studio 10.0\\' 53 WriteEnvFile(sys.argv[1] + '\\environment.x86', 57 'LIB': 'c:\\Program Files (x86)\\Microsoft Visual Studio 10.0\\VC\\LIB;c:\\Program Files (x86)\\Microsoft Visual Studio 10.0\\VC\\ATLMFC\\LIB;C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v7.0A\\lib;c:\\Program Files (x86)\\Microsoft Visual Studio 10.0\\VC\\LIB;c:\\Program Files (x86)\\Microsoft Visual Studio 10.0\\VC\\ATLMFC\\LIB;C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v7.0A\\lib;', 58 'LIBPATH': 'C:\\Windows\\Microsoft.NET\\Framework\\v4.0.30319;C:\\Windows\\Microsoft.NET\\Framework\\v3.5;c:\\Program Files (x86)\\Microsoft Visual Studio 10.0\\VC\\LIB;c:\\Program Files (x86)\\Microsoft Visual Studio 10.0\\VC\ (…) [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/ |
Makefile.inc | 1 libyasm_a_SOURCES += modules/arch/x86/x86arch.c 2 libyasm_a_SOURCES += modules/arch/x86/x86arch.h 3 libyasm_a_SOURCES += modules/arch/x86/x86bc.c 4 libyasm_a_SOURCES += modules/arch/x86/x86expr.c 5 libyasm_a_SOURCES += modules/arch/x86/x86id.c 11 modules/arch/x86/x86id.c: x86insn_nasm.c x86insn_gas.c x86insns.c 13 EXTRA_DIST += modules/arch/x86/gen_x86_insn.py 16 x86insn_nasm.gperf x86insn_gas.gperf x86insns.c: $(srcdir)/modules/arch/x86/gen_x86_insn.py 17 $(PYTHON) $(srcdir)/modules/arch/x86/gen_x86_insn.py 20 @echo Python must be installed to regenerate x86 instructions file [all...] |
/external/llvm/test/tools/llvm-readobj/ |
program-headers.test | 3 RUN: llvm-readobj -program-headers %p/../../Object/Inputs/program-headers.elf-x86-64 \ 4 RUN: | FileCheck %s -check-prefix ELF-X86-64 35 ELF-X86-64: ProgramHeaders [ 36 ELF-X86-64-NEXT: ProgramHeader { 37 ELF-X86-64-NEXT: Type: PT_LOAD (0x1) 38 ELF-X86-64-NEXT: Offset: 0x0 39 ELF-X86-64-NEXT: VirtualAddress: 0x400000 40 ELF-X86-64-NEXT: PhysicalAddress: 0x400000 41 ELF-X86-64-NEXT: FileSize: 312 42 ELF-X86-64-NEXT: MemSize: 31 [all...] |
/external/llvm/test/Bitcode/ |
ptest-new.ll | 5 ; CHECK: call i32 @llvm.x86.sse41.ptestc(<2 x i64> 6 %res1 = call i32 @llvm.x86.sse41.ptestc(<2 x i64> %bar, <2 x i64> %bar) 7 ; CHECK: call i32 @llvm.x86.sse41.ptestz(<2 x i64> 8 %res2 = call i32 @llvm.x86.sse41.ptestz(<2 x i64> %bar, <2 x i64> %bar) 9 ; CHECK: call i32 @llvm.x86.sse41.ptestnzc(<2 x i64> 10 %res3 = call i32 @llvm.x86.sse41.ptestnzc(<2 x i64> %bar, <2 x i64> %bar) 16 ; CHECK: declare i32 @llvm.x86.sse41.ptestc(<2 x i64>, <2 x i64>) #1 17 ; CHECK: declare i32 @llvm.x86.sse41.ptestz(<2 x i64>, <2 x i64>) #1 18 ; CHECK: declare i32 @llvm.x86.sse41.ptestnzc(<2 x i64>, <2 x i64>) #1 20 declare i32 @llvm.x86.sse41.ptestc(<2 x i64>, <2 x i64>) nounwind readnon [all...] |
ptest-old.ll | 5 ; CHECK: call i32 @llvm.x86.sse41.ptestc(<2 x i64> 6 %res1 = call i32 @llvm.x86.sse41.ptestc(<4 x float> %bar, <4 x float> %bar) 7 ; CHECK: call i32 @llvm.x86.sse41.ptestz(<2 x i64> 8 %res2 = call i32 @llvm.x86.sse41.ptestz(<4 x float> %bar, <4 x float> %bar) 9 ; CHECK: call i32 @llvm.x86.sse41.ptestnzc(<2 x i64> 10 %res3 = call i32 @llvm.x86.sse41.ptestnzc(<4 x float> %bar, <4 x float> %bar) 16 ; CHECK: declare i32 @llvm.x86.sse41.ptestc(<2 x i64>, <2 x i64>) #1 17 ; CHECK: declare i32 @llvm.x86.sse41.ptestz(<2 x i64>, <2 x i64>) #1 18 ; CHECK: declare i32 @llvm.x86.sse41.ptestnzc(<2 x i64>, <2 x i64>) #1 20 declare i32 @llvm.x86.sse41.ptestc(<4 x float>, <4 x float>) nounwind readnon [all...] |
/external/llvm/test/MC/COFF/ |
weak-symbol.ll | 5 ; RUN: llc -mtriple=i686-pc-win32 %s -o - | FileCheck %s --check-prefix=X86
6 ; RUN: llc -mtriple=i686-pc-mingw32 %s -o - | FileCheck %s --check-prefix=X86
11 ; X86: .section .text$_Z3foo
12 ; X86: .linkonce discard
13 ; X86: .globl __Z3foo
23 ; X86: .section .sect$f
24 ; X86: .linkonce discard
25 ; X86: .globl _f
35 ; X86: .section .data$a
36 ; X86: .linkonce discard [all...] |
/build/core/combo/arch/x86/ |
x86-atom.mk | 2 # 'x86-atom' arch variant. This is an extension of the 'x86' base variant 5 # See build/core/combo/arch/x86/x86.mk for differences.
|
/dalvik/vm/mterp/x86/ |
OP_ADD_LONG.S | 2 %include "x86/binopWide.S" {"instr1":"addl (rFP,%ecx,4),rIBASE", "instr2":"adcl 4(rFP,%ecx,4),%eax"}
|
OP_ADD_LONG_2ADDR.S | 2 %include "x86/binopWide2addr.S" {"instr1":"addl %eax,(rFP,rINST,4)","instr2":"adcl %ecx,4(rFP,rINST,4)"}
|