HomeSort by relevance Sort by last modified time
    Searched full:x86 (Results 451 - 475 of 5961) sorted by null

<<11121314151617181920>>

  /dalvik/vm/mterp/
config-x86 22 asm-stub x86/stub.S
25 asm-alt-stub x86/alt_stub.S
29 import x86/header.S
38 op-start x86
50 import x86/entry.S
61 import x86/footer.S
  /external/clang/test/CodeGen/
bmi2-builtins.c 10 // CHECK: @llvm.x86.bmi.bzhi.32
15 // CHECK: @llvm.x86.bmi.pdep.32
20 // CHECK: @llvm.x86.bmi.pext.32
34 // CHECK: @llvm.x86.bmi.bzhi.64
39 // CHECK: @llvm.x86.bmi.pdep.64
44 // CHECK: @llvm.x86.bmi.pext.64
sse4a-builtins.c 8 // CHECK: @llvm.x86.sse4a.extrqi(<2 x i64> %{{[^,]+}}, i8 3, i8 2)
14 // CHECK: @llvm.x86.sse4a.extrq(<2 x i64> %{{[^,]+}}, <16 x i8> %{{[^,]+}})
20 // CHECK: @llvm.x86.sse4a.insertqi(<2 x i64> %{{[^,]+}}, <2 x i64> %{{[^,]+}}, i8 5, i8 6)
26 // CHECK: @llvm.x86.sse4a.insertq(<2 x i64> %{{[^,]+}}, <2 x i64> %{{[^,]+}})
32 // CHECK: @llvm.x86.sse4a.movnt.sd(i8* %{{[^,]+}}, <2 x double> %{{[^,]+}})
38 // CHECK: @llvm.x86.sse4a.movnt.ss(i8* %{{[^,]+}}, <4 x float> %{{[^,]+}})
  /external/clang/test/CodeGenCXX/
mangle-valist.cpp 36 // RUN: | FileCheck -check-prefix=MANGLE-X86 %s
37 // CHECK-MANGLE-X86: @_ZN5test15test1EPKcPc
38 // CHECK-MANGLE-X86: @_ZN5Test25test2EPKcPc
42 // RUN: | FileCheck -check-prefix=MANGLE-X86-64 %s
43 // CHECK-MANGLE-X86-64: @_ZN5test15test1EPKcP13__va_list_tag
44 // CHECK-MANGLE-X86-64: @_ZN5Test25test2EPKcP13__va_list_tag
  /external/libffi/
Libffi.mk 33 ifeq ($(ffi_os)-$(ffi_arch),linux-x86)
34 LOCAL_SRC_FILES := src/x86/ffi.c src/x86/sysv.S
37 ifeq ($(ffi_os)-$(ffi_arch),darwin-x86)
38 LOCAL_SRC_FILES := src/x86/ffi.c src/x86/darwin.S
Makefile.am 27 src/sparc/ffi.c src/x86/darwin64.S \
28 src/x86/ffi.c src/x86/sysv.S src/x86/win32.S src/x86/darwin.S \
29 src/x86/freebsd.S \
30 src/x86/ffi64.c src/x86/unix64.S src/x86/ffitarget.h \
96 if X86
    [all...]
  /external/llvm/test/CodeGen/X86/
sse42.ll 4 declare i32 @llvm.x86.sse42.crc32.32.8(i32, i8) nounwind
5 declare i32 @llvm.x86.sse42.crc32.32.16(i32, i16) nounwind
6 declare i32 @llvm.x86.sse42.crc32.32.32(i32, i32) nounwind
9 %tmp = call i32 @llvm.x86.sse42.crc32.32.8(i32 %a, i8 %b)
20 %tmp = call i32 @llvm.x86.sse42.crc32.32.16(i32 %a, i16 %b)
31 %tmp = call i32 @llvm.x86.sse42.crc32.32.32(i32 %a, i32 %b)
2006-05-22-FPSetEQ.ll 1 ; RUN: llc < %s -march=x86 -mattr=-sse | grep setnp
2 ; RUN: llc < %s -march=x86 -mattr=-sse -enable-unsafe-fp-math -enable-no-nans-fp-math | \
atomic-load-store-wide.ll 1 ; RUN: llc < %s -march=x86 -verify-machineinstrs | FileCheck %s
3 ; 64-bit load/store on x86-32
fast-cc-callee-pops.ll 1 ; RUN: llc < %s -march=x86 -x86-asm-syntax=intel -mcpu=yonah | FileCheck %s
fast-isel-tailcall.ll 1 ; RUN: llc < %s -fast-isel -tailcallopt -march=x86 | FileCheck %s
5 ; On x86, -tailcallopt changes the ABI so the caller shouldn't readjust
lea-2.ll 1 ; RUN: llc < %s -march=x86 -x86-asm-syntax=intel | FileCheck %s
mmx-insert-element.ll 1 ; RUN: llc < %s -march=x86 -mattr=+mmx,+sse2 | grep movq
2 ; RUN: llc < %s -march=x86 -mattr=+mmx,+sse2 | grep pshufd
mul-shift-reassoc.ll 1 ; RUN: llc < %s -march=x86 | grep lea
2 ; RUN: llc < %s -march=x86 | not grep add
sse-load-ret.ll 1 ; RUN: llc < %s -march=x86 -mcpu=yonah | not grep movss
2 ; RUN: llc < %s -march=x86 -mcpu=yonah | not grep xmm
volatile.ll 1 ; RUN: llc < %s -march=x86 -mattr=sse2 | grep movsd | count 5
2 ; RUN: llc < %s -march=x86 -mattr=sse2 -O0 | grep -v esp | grep movsd | count 5
zext-inreg-1.ll 1 ; RUN: llc < %s -march=x86 | not grep and
4 ; on x86-64 they do require and instructions.
avx2-intrinsics-x86.ll 1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -march=x86 -mcpu=core-avx2 -mattr=avx2 | FileCheck %s
5 %res = call <16 x i16> @llvm.x86.avx2.packssdw(<8 x i32> %a0, <8 x i32> %a1) ; <<16 x i16>> [#uses=1]
8 declare <16 x i16> @llvm.x86.avx2.packssdw(<8 x i32>, <8 x i32>) nounwind readnone
13 %res = call <32 x i8> @llvm.x86.avx2.packsswb(<16 x i16> %a0, <16 x i16> %a1) ; <<32 x i8>> [#uses=1]
16 declare <32 x i8> @llvm.x86.avx2.packsswb(<16 x i16>, <16 x i16>) nounwind readnone
21 %res = call <32 x i8> @llvm.x86.avx2.packuswb(<16 x i16> %a0, <16 x i16> %a1) ; <<32 x i8>> [#uses=1]
24 declare <32 x i8> @llvm.x86.avx2.packuswb(<16 x i16>, <16 x i16>) nounwind readnone
29 %res = call <32 x i8> @llvm.x86.avx2.padds.b(<32 x i8> %a0, <32 x i8> %a1) ; <<32 x i8>> [#uses=1]
32 declare <32 x i8> @llvm.x86.avx2.padds.b(<32 x i8>, <32 x i8>) nounwind readnone
37 %res = call <16 x i16> @llvm.x86.avx2.padds.w(<16 x i16> %a0, <16 x i16> %a1) ; <<16 x i16>> [#uses=1
    [all...]
  /device/generic/mini-emulator-x86/
BoardConfig.mk 6 # same as x86 except HAL
7 include device/generic/x86/BoardConfig.mk
  /external/clang/test/CodeGenObjC/
try.m 1 // REQUIRES: x86-registered-target,x86-64-registered-target
  /external/llvm/test/DebugInfo/
dwarfdump-zlib.test 3 RUN: llvm-dwarfdump %p/Inputs/dwarfdump-test-zlib.elf-x86-64 \
5 RUN: llvm-dwarfdump %p/Inputs/dwarfdump-test-zlib.elf-x86-64 \
  /external/llvm/test/MC/X86/
fde-reloc.s 1 // RUN: llvm-mc -filetype=obj %s -o - -triple x86_64-pc-linux | llvm-objdump -r - | FileCheck --check-prefix=X86-64 %s
10 // X86-64: R_X86_64_PC32
  /external/llvm/test/Transforms/InstCombine/
2008-07-16-sse2_storel_dq.ll 9 call void @llvm.x86.sse2.storel.dq( i8* bitcast (double* @G to i8*), <4 x i32> %0 ) nounwind
13 declare void @llvm.x86.sse2.storel.dq(i8*, <4 x i32>) nounwind
  /external/llvm/include/llvm/IR/
IntrinsicsX86.td 1 //===- IntrinsicsX86.td - Defines X86 intrinsics -----------*- tablegen -*-===//
10 // This file defines all of the X86-specific intrinsics.
16 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.".
23 let TargetPrefix = "x86" in {
82 let TargetPrefix = "x86" in {
101 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.".
147 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86."
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.h 1 //===-- X86MCTargetDesc.h - X86 Target Descriptions -------------*- C++ -*-===//
10 // This file provides X86 specific target descriptions.
43 /// N86 namespace - Native X86 register numbers
70 /// createX86MCSubtargetInfo - Create a X86 MCSubtargetInfo instance.
85 /// createX86MachObjectWriter - Construct an X86 Mach-O object writer.
91 /// createX86ELFObjectWriter - Construct an X86 ELF object writer.
96 /// createX86WinCOFFObjectWriter - Construct an X86 Win COFF object writer.
99 /// createX86_64MachORelocationInfo - Construct X86-64 Mach-O relocation info.
102 /// createX86_64ELFORelocationInfo - Construct X86-64 ELF relocation info.
107 // Defines symbolic names for X86 registers. This defines a mapping fro
    [all...]

Completed in 1034 milliseconds

<<11121314151617181920>>