HomeSort by relevance Sort by last modified time
    Searched refs:MMX (Results 1 - 25 of 148) sorted by null

1 2 3 4 5 6

  /external/fec/
viterbi27.c 22 case MMX:
44 case MMX:
68 case MMX:
94 case MMX:
117 case MMX:
149 case MMX:
viterbi29.c 22 case MMX:
44 case MMX:
68 case MMX:
94 case MMX:
117 case MMX:
144 case MMX:
viterbi39.c 22 case MMX:
44 case MMX:
69 case MMX:
95 case MMX:
118 case MMX:
145 case MMX:
viterbi615.c 23 case MMX:
46 case MMX:
70 case MMX:
96 case MMX:
119 case MMX:
146 case MMX:
cpu_mode_x86.c 8 char *Cpu_modes[] = {"Unknown","Portable C","x86 Multi Media Extensions (MMX)",
27 } else if(f & (1<<23)){ /* MMX is present */
28 Cpu_mode = MMX;
sumsq.c 29 case MMX:
dotprod.c 37 case MMX:
58 case MMX:
80 case MMX:
peakval.c 27 case MMX:
mmxbfly27.s 1 /* Intel SIMD MMX implementation of Viterbi ACS butterflies
8 # MMX (64-bit SIMD) version
9 # requires Pentium-MMX, Pentium-II or better
mmxbfly29.s 1 /* Intel SIMD MMX implementation of Viterbi ACS butterflies
18 # MMX (64-bit SIMD) version
19 # requires Pentium-MMX, Pentium-II or better
dotprod_mmx_assist.s 1 # SIMD MMX dot product
30 # MMX dot product loop unrolled 4 times, crunching 16 terms per loop
58 # MMX dot product loop, not unrolled, crunching 4 terms per loop
75 emms # done with MMX
encode_rs_8.c 12 static enum {UNKNOWN=0,MMX,SSE,SSE2,ALTIVEC,PORT} cpu_mode;
32 } else if(f & (1<<23)){ /* MMX is present */
33 cpu_mode = MMX;
58 case MMX:
  /external/swiftshader/src/Common/
CPUID.hpp 33 static bool supportsMMX2(); // MMX instructions added by SSE: pshufw, pmulhuw, pmovmskb, pavgw/b, pextrw, pinsrw, pmaxsw/ub, etc.
54 static bool MMX;
88 return MMX && enableMMX;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
iwmmxt-wldsttbh.d 2 #name: Intel(r) Wireless MMX(tm) technology instructions version 1
  /art/disassembler/
disassembler_x86.h 25 enum RegFile { GPR, MMX, SSE };
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
ReadMm0.asm 33 ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ReadMm1.asm 33 ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ReadMm2.asm 33 ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ReadMm3.asm 33 ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ReadMm4.asm 33 ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ReadMm5.asm 33 ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ReadMm6.asm 33 ; 64-bit MASM doesn't support MMX instructions, so use opcode here
ReadMm7.asm 33 ; 64-bit MASM doesn't support MMX instructions, so use opcode here
WriteMm0.asm 33 ; 64-bit MASM doesn't support MMX instructions, so use opcode here
WriteMm1.asm 33 ; 64-bit MASM doesn't support MMX instructions, so use opcode here

Completed in 5730 milliseconds

1 2 3 4 5 6