/external/llvm/test/CodeGen/X86/ |
f16c-intrinsics.ll | 1 ; RUN: llc < %s -march=x86 -mattr=+avx,+f16c | FileCheck %s 5 %res = call <4 x float> @llvm.x86.vcvtph2ps.128(<8 x i16> %a0) ; <<4 x float>> [#uses=1] 8 declare <4 x float> @llvm.x86.vcvtph2ps.128(<8 x i16>) nounwind readonly 13 %res = call <8 x float> @llvm.x86.vcvtph2ps.256(<8 x i16> %a0) ; <<8 x float>> [#uses=1] 16 declare <8 x float> @llvm.x86.vcvtph2ps.256(<8 x i16>) nounwind readonly 21 %res = call <8 x i16> @llvm.x86.vcvtps2ph.128(<4 x float> %a0, i32 0) ; <<8 x i16>> [#uses=1] 24 declare <8 x i16> @llvm.x86.vcvtps2ph.128(<4 x float>, i32) nounwind readonly 29 %res = call <8 x i16> @llvm.x86.vcvtps2ph.256(<8 x float> %a0, i32 0) ; <<8 x i16>> [#uses=1] 32 declare <8 x i16> @llvm.x86.vcvtps2ph.256(<8 x float>, i32) nounwind readonly
|
mmx-bitcast-to-i64.ll | 1 ; RUN: llc < %s -march=x86-64 | grep movd | count 4 5 %u = tail call x86_mmx @llvm.x86.mmx.padd.q(x86_mmx %t, x86_mmx %t) 11 %u = tail call x86_mmx @llvm.x86.mmx.padd.d(x86_mmx %t, x86_mmx %t) 17 %u = tail call x86_mmx @llvm.x86.mmx.padd.w(x86_mmx %t, x86_mmx %t) 23 %u = tail call x86_mmx @llvm.x86.mmx.padd.b(x86_mmx %t, x86_mmx %t) 28 declare x86_mmx @llvm.x86.mmx.padd.b(x86_mmx, x86_mmx) 29 declare x86_mmx @llvm.x86.mmx.padd.w(x86_mmx, x86_mmx) 30 declare x86_mmx @llvm.x86.mmx.padd.d(x86_mmx, x86_mmx) 31 declare x86_mmx @llvm.x86.mmx.padd.q(x86_mmx, x86_mmx)
|
2004-02-13-FrameReturnAddress.ll | 1 ; RUN: llc < %s -march=x86 | grep "(%esp" 2 ; RUN: llc < %s -march=x86 | grep "pushl %ebp" | count 1 3 ; RUN: llc < %s -march=x86 | grep "popl %ebp" | count 1
|
2008-05-22-FoldUnalignedLoad.ll | 1 ; RUN: llc < %s -march=x86 -mcpu=penryn | FileCheck %s 6 %inv = call <4 x float> @llvm.x86.sse.rcp.ps(<4 x float> %tmp2) 17 declare <4 x float> @llvm.x86.sse.rcp.ps(<4 x float>)
|
2009-08-02-mmx-scalar-to-vector.ll | 1 ; RUN: llc < %s -march=x86-64 3 declare x86_mmx @llvm.x86.mmx.pslli.q(x86_mmx, i32) 9 %t2 = tail call x86_mmx @llvm.x86.mmx.pslli.q(x86_mmx %t0, i32 48)
|
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 3 ; RUN: llc < %s -march=x86-64 -mtriple=x86_64-pc-linux -mattr=+sse2 | grep movd
|
xop-intrinsics-x86_64.ll | 1 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -march=x86-64 -mattr=+avx,+fma4,+xop | FileCheck %s 5 %res = call <2 x double> @llvm.x86.xop.vpermil2pd(<2 x double> %a0, <2 x double> %a1, <2 x double> %a2, i8 1) ; [#uses=1] 12 %res = call <2 x double> @llvm.x86.xop.vpermil2pd(<2 x double> %a0, <2 x double> %vec, <2 x double> %a2, i8 1) ; [#uses=1] 19 %res = call <2 x double> @llvm.x86.xop.vpermil2pd(<2 x double> %a0, <2 x double> %a1, <2 x double> %vec, i8 1) ; [#uses=1] 22 declare <2 x double> @llvm.x86.xop.vpermil2pd(<2 x double>, <2 x double>, <2 x double>, i8) nounwind readnone 27 %res = call <4 x double> @llvm.x86.xop.vpermil2pd.256(<4 x double> %a0, <4 x double> %a1, <4 x double> %a2, i8 2) ; 35 %res = call <4 x double> @llvm.x86.xop.vpermil2pd.256(<4 x double> %a0, <4 x double> %vec, <4 x double> %a2, i8 2) ; 43 %res = call <4 x double> @llvm.x86.xop.vpermil2pd.256(<4 x double> %a0, <4 x double> %a1, <4 x double> %vec, i8 2) ; 46 declare <4 x double> @llvm.x86.xop.vpermil2pd.256(<4 x double>, <4 x double>, <4 x double>, i8) nounwind readnone 50 %res = call <4 x float> @llvm.x86.xop.vpermil2ps(<4 x float> %a0, <4 x float> %a1, <4 x float> %a2, i8 3) [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
Makefile.inc | 5 libyasm_a_SOURCES += modules/objfmts/elf/elf-x86-x86.c 6 libyasm_a_SOURCES += modules/objfmts/elf/elf-x86-amd64.c
|
/external/clang/test/CodeGenObjC/ |
stand-alone-implementation.m | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-X86-64 %s 14 // CHECK-X86-64: @"OBJC_IVAR_$_INTFSTANDALONE.IVAR1" 15 // CHECK-X86-64: @"OBJC_IVAR_$_INTFSTANDALONE.IVAR2"
|
variadic-sends.m | 1 // RUN: %clang_cc1 -triple i386-unknown-unknown -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-X86-32 %s 2 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-X86-64 %s 11 // CHECK-X86-32: call void bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to void (i8*, i8*)*) 12 // CHECK-X86-64: call void bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to void (i8*, i8*)*) 17 // CHECK-X86-32: call void bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to void (i8*, i8*, i32)*) 18 // CHECK-X86-64: call void bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to void (i8*, i8*, i32)*) 23 // CHECK-X86-32: call void (i8*, i8*, i32, ...)* bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to void (i8*, i8*, i32, ...)*) 24 // CHECK-X86-64: call void (i8*, i8*, i32, ...)* bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to void (i8*, i8*, i32, ...)*) 31 // CHECK-X86-32: call void bitcast (i8* (%struct._objc_super*, i8*, ...)* @objc_msgSendSuper to void (%struct._objc_super*, i8*, i32)*) 32 // CHECK-X86-64: call void bitcast (i8* (%struct._objc_super*, i8*, ...)* @objc_msgSendSuper to void (%struct._ (…) [all...] |
/external/clang/test/Lexer/ |
wchar-signedness.c | 1 // RUN: %clang_cc1 -fsyntax-only -dM -E %s -triple x86_64-none-linux-gnu | FileCheck %s --check-prefix=X86 4 // CHECK-X86-NOT: #define __WCHAR_UNSIGNED__ 5 // CHECK-X86: #define __WINT_UNSIGNED__ 1
|
/external/llvm/test/Object/X86/ |
objdump-trivial-object.test | 3 RUN: llvm-objdump -d %p/../Inputs/trivial-object-test.coff-x86-64 \ 4 RUN: | FileCheck %s -check-prefix COFF-x86-64 7 RUN: llvm-objdump -d %p/../Inputs/trivial-object-test.elf-x86-64 \ 8 RUN: | FileCheck %s -check-prefix ELF-x86-64 21 COFF-x86-64: file format COFF-x86-64 22 COFF-x86-64: Disassembly of section .text: 23 COFF-x86-64: 0: 48 83 ec 28 subq $40, %rsp 24 COFF-x86-64: 4: c7 44 24 24 00 00 00 00 movl $0, 36(%rsp) 25 COFF-x86-64: c: 48 8d 0d 00 00 00 00 leaq (%rip), %rc [all...] |
/external/llvm/test/Transforms/InstCombine/ |
x86-crc32-demanded.ll | 9 ; CHECK: tail call i64 @llvm.x86.sse42.crc32.64.64 12 %0 = tail call i64 @llvm.x86.sse42.crc32.64.64(i64 0, i64 4) nounwind 17 declare i64 @llvm.x86.sse42.crc32.64.64(i64, i64) nounwind readnone
|
/external/valgrind/main/memcheck/tests/x86/ |
xor-undef-x86.stderr.exp | 2 at 0x........: main (xor-undef-x86.c:17) 5 at 0x........: main (xor-undef-x86.c:38) 8 at 0x........: main (xor-undef-x86.c:67)
|
/external/clang/test/CodeGenCXX/ |
bitfield.cpp | 2 // RUN: | FileCheck -check-prefix=CHECK-X86-64 %s 23 // CHECK-X86-64: define i32 @_ZN2N06read00 24 // CHECK-X86-64: %[[ptr:.*]] = bitcast %{{.*}}* %{{.*}} to i64* 25 // CHECK-X86-64: %[[val:.*]] = load i64* %[[ptr]] 26 // CHECK-X86-64: %[[and:.*]] = and i64 %[[val]], 16383 27 // CHECK-X86-64: %[[trunc:.*]] = trunc i64 %[[and]] to i32 28 // CHECK-X86-64: ret i32 %[[trunc]] 38 // CHECK-X86-64: define i32 @_ZN2N06read01 39 // CHECK-X86-64: %[[ptr:.*]] = bitcast %{{.*}}* %{{.*}} to i64* 40 // CHECK-X86-64: %[[val:.*]] = load i64* %[[ptr] [all...] |
/art/test/302-float-conversion/ |
info.txt | 2 properly handled by the VM. For example, x86 systems using the x87 stack
|
/dalvik/tests/302-float-conversion/ |
info.txt | 2 properly handled by the VM. For example, x86 systems using the x87 stack
|
/external/chromium_org/components/nacl/ |
nacl_defines.gypi | 34 'NACL_TARGET_ARCH=x86', 36 'NACL_BUILD_ARCH=x86', 42 'NACL_TARGET_ARCH=x86', 44 'NACL_BUILD_ARCH=x86',
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/ |
x86_gas64_test.sh | 2 ${srcdir}/out_test.sh x86_gas64_test modules/arch/x86/tests/gas64 "amd64 gas format" "-f elf -m amd64 -p gas" ".o"
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas32/ |
elf_gas32_test.sh | 2 ${srcdir}/out_test.sh elf_gas32_test modules/objfmts/elf/tests/gas32 "GAS elf-x86 objfmt" "-f elf32 -p gas" ".o"
|
/external/clang/test/CodeGen/ |
3dnow-builtins.c | 10 // CHECK: @llvm.x86.3dnow.pavgusb 16 // CHECK: @llvm.x86.3dnow.pf2id 22 // CHECK: @llvm.x86.3dnow.pfacc 28 // CHECK: @llvm.x86.3dnow.pfadd 34 // CHECK: @llvm.x86.3dnow.pfcmpeq 40 // CHECK: @llvm.x86.3dnow.pfcmpge 46 // CHECK: @llvm.x86.3dnow.pfcmpgt 52 // CHECK: @llvm.x86.3dnow.pfmax 58 // CHECK: @llvm.x86.3dnow.pfmin 64 // CHECK: @llvm.x86.3dnow.pfmu [all...] |
f16c-builtins.c | 9 // CHECK: @llvm.x86.vcvtph2ps.128 14 // CHECK: @llvm.x86.vcvtph2ps.256 19 // CHECK: @llvm.x86.vcvtps2ph.128 24 // CHECK: @llvm.x86.vcvtps2ph.256
|
/external/kernel-headers/original/asm-x86/ |
rwlock.h | 7 /* Actual code is in asm/spinlock.h or in arch/x86/lib/rwlock.S */
|
/external/linux-tools-perf/bench/ |
mem-memcpy-arch.h | 7 #include "mem-memcpy-x86-64-asm-def.h"
|
/external/linux-tools-perf/util/include/linux/ |
linkage.h | 5 /* linkage.h ... for including arch/x86/lib/memcpy_64.S */
|