/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
3dnow.c | 27 * 3DNow! optimizations contributed by 36 #include "3dnow.h" 45 DECLARE_XFORM_GROUP( 3dnow, 2 ) 46 DECLARE_XFORM_GROUP( 3dnow, 3 ) 47 DECLARE_XFORM_GROUP( 3dnow, 4 ) 49 DECLARE_NORM_GROUP( 3dnow ) 77 ASSIGN_XFORM_GROUP( 3dnow, 2 ); 78 ASSIGN_XFORM_GROUP( 3dnow, 3 ); 79 ASSIGN_XFORM_GROUP( 3dnow, 4 ); 83 ASSIGN_NORM_GROUP( 3dnow ); [all...] |
3dnow.h | 27 * 3DNow! optimizations contributed by
|
x86_xform.c | 39 #include "3dnow.h"
|
/external/mesa3d/src/mesa/x86/ |
3dnow.c | 27 * 3DNow! optimizations contributed by 36 #include "3dnow.h" 45 DECLARE_XFORM_GROUP( 3dnow, 2 ) 46 DECLARE_XFORM_GROUP( 3dnow, 3 ) 47 DECLARE_XFORM_GROUP( 3dnow, 4 ) 49 DECLARE_NORM_GROUP( 3dnow ) 77 ASSIGN_XFORM_GROUP( 3dnow, 2 ); 78 ASSIGN_XFORM_GROUP( 3dnow, 3 ); 79 ASSIGN_XFORM_GROUP( 3dnow, 4 ); 83 ASSIGN_NORM_GROUP( 3dnow ); [all...] |
3dnow.h | 27 * 3DNow! optimizations contributed by
|
x86_xform.c | 39 #include "3dnow.h"
|
/external/clang/test/CodeGen/ |
3dnow-builtins.c | 1 // RUN: %clang_cc1 %s -O3 -triple=x86_64-unknown-unknown -target-feature +3dnow -emit-llvm -o - | FileCheck %s 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.pfmi [all...] |
/external/llvm/test/CodeGen/X86/ |
3dnow-intrinsics.ll | 1 ; RUN: llc < %s -march=x86 -mattr=+3dnow | FileCheck %s 10 %4 = call x86_mmx @llvm.x86.3dnow.pavgusb(x86_mmx %2, x86_mmx %3) 15 declare x86_mmx @llvm.x86.3dnow.pavgusb(x86_mmx, x86_mmx) nounwind readnone 21 %1 = tail call x86_mmx @llvm.x86.3dnow.pf2id(x86_mmx %0) 26 declare x86_mmx @llvm.x86.3dnow.pf2id(x86_mmx) nounwind readnone 33 %2 = tail call x86_mmx @llvm.x86.3dnow.pfacc(x86_mmx %0, x86_mmx %1) 38 declare x86_mmx @llvm.x86.3dnow.pfacc(x86_mmx, x86_mmx) nounwind readnone 45 %2 = tail call x86_mmx @llvm.x86.3dnow.pfadd(x86_mmx %0, x86_mmx %1) 50 declare x86_mmx @llvm.x86.3dnow.pfadd(x86_mmx, x86_mmx) nounwind readnone 57 %2 = tail call x86_mmx @llvm.x86.3dnow.pfcmpeq(x86_mmx %0, x86_mmx %1 [all...] |
/external/chromium_org/v8/test/mjsunit/ |
double-equals.js | 189 var dnow = new Date(); 190 testEqual(dnow, dnow); 191 testEqual(dnow, String(dnow)); 192 testNotEqual(dnow, Number(dnow)); 196 dnow.toString = null; 197 testEqual(dnow, Number(dnow)); [all...] |
/external/v8/test/mjsunit/ |
double-equals.js | 189 var dnow = new Date(); 190 testEqual(dnow, dnow); 191 testEqual(dnow, String(dnow)); 192 testNotEqual(dnow, Number(dnow)); 196 dnow.toString = null; 197 testEqual(dnow, Number(dnow)); [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/x86-64/ |
x86-64.c | 27 * x86-64 optimizations shamelessy converted from x86/sse/3dnow assembly by 47 DECLARE_XFORM_GROUP( 3dnow, 4 ) 99 message("3Dnow! detected\n");
|
/external/mesa3d/src/mesa/x86-64/ |
x86-64.c | 27 * x86-64 optimizations shamelessy converted from x86/sse/3dnow assembly by 47 DECLARE_XFORM_GROUP( 3dnow, 4 ) 99 message("3Dnow! detected\n");
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
cpuinfo.c | 73 strcat(buffer, (cpu_has_3dnowext) ? "/3DNow!+" : "/3DNow!");
|
/external/mesa3d/src/mesa/main/ |
cpuinfo.c | 73 strcat(buffer, (cpu_has_3dnowext) ? "/3DNow!+" : "/3DNow!");
|
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_cpuinfo.h | 48 /** This function returns true if the CPU has 3DNow features */ 51 /** This function returns true if the CPU has 3DNow! Ext. features */
|
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_cpuinfo.h | 48 /** This function returns true if the CPU has 3DNow features */ 51 /** This function returns true if the CPU has 3DNow! Ext. features */
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_cpuinfo.h | 48 /** This function returns true if the CPU has 3DNow features */ 51 /** This function returns true if the CPU has 3DNow! Ext. features */
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_cpuinfo.h | 48 /** This function returns true if the CPU has 3DNow features */ 51 /** This function returns true if the CPU has 3DNow! Ext. features */
|
/external/llvm/lib/Target/X86/ |
X86Instr3DNow.td | 1 //===-- X86Instr3DNow.td - The 3DNow! Instruction Set ------*- tablegen -*-===// 10 // This file describes the 3DNow! instruction set, which extends MMX to support
|
/external/qemu/distrib/sdl-1.2.15/test/ |
testplatform.c | 136 printf("3DNow %s\n", SDL_Has3DNow() ? "detected" : "not detected"); 137 printf("3DNow Ext %s\n", SDL_Has3DNowExt() ? "detected" : "not detected");
|
/external/chromium_org/third_party/mesa/src/src/mesa/math/ |
m_xform.c | 98 * AMD 3Dnow! capability, Intel SSE, etc. and hook in the right code.
|
/external/flac/ |
config.h | 43 /* define to enable use of 3Dnow! instructions */
|
/external/mesa3d/src/mesa/math/ |
m_xform.c | 98 * AMD 3Dnow! capability, Intel SSE, etc. and hook in the right code.
|
/external/kernel-headers/original/asm-x86/ |
cpufeature_32.h | 57 #define X86_FEATURE_3DNOWEXT (1*32+30) /* AMD 3DNow! extensions */ 58 #define X86_FEATURE_3DNOW (1*32+31) /* 3DNow! */
|
/external/qemu/target-i386/ |
ops_sse_header.h | 2 * MMX/3DNow!/SSE/SSE2/SSE3/SSSE3/SSE4/PNI support 241 /* 3DNow! float ops */
|