/external/llvm/include/llvm/IR/ |
Intrinsics.h | 80 Void, MMX, Metadata, Half, Float, Double,
|
/art/runtime/ |
disassembler_x86.cc | 58 enum RegFile { GPR, MMX, SSE }; 392 dst_reg_file = MMX; 408 dst_reg_file = MMX; 419 dst_reg_file = MMX; 433 dst_reg_file = MMX; 447 dst_reg_file = MMX; 461 src_reg_file = MMX;
|
/external/chromium_org/media/base/simd/ |
linear_scale_yuv_to_rgb_mmx_x64.asm | 9 ; This file uses MMX instructions. 12 CPU MMX
|
scale_yuv_to_rgb_sse2_x64.asm | 9 ; This file uses MMX, SSE2 and instructions.
|
/external/libvpx/libvpx/test/ |
idct_test.cc | 115 INSTANTIATE_TEST_CASE_P(MMX, IDCTTest,
|
subtract_test.cc | 46 // Allocate... align to 16 for mmx/sse tests 111 INSTANTIATE_TEST_CASE_P(MMX, SubtractBlockTest,
|
sixtap_predict_test.cc | 201 MMX, SixtapPredictTest, ::testing::Values(
|
variance_test.cc | 319 MMX, VP8VarianceTest, 481 MMX, VP9VarianceTest,
|
sad_test.cc | 425 INSTANTIATE_TEST_CASE_P(MMX, SADTest, ::testing::ValuesIn(mmx_tests));
|
/external/llvm/lib/Target/X86/ |
X86Subtarget.h | 45 NoMMXSSE, MMX, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, AVX, AVX2, AVX512 63 /// X86SSELevel - MMX, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, or 252 bool hasMMX() const { return X86SSELevel >= MMX; }
|
X86Subtarget.cpp | 208 if ((EDX >> 23) & 1) { X86SSELevel = MMX; ToggleFeature(X86::FeatureMMX); }
|
/external/oprofile/events/i386/westmere/ |
events | 20 event:0x10 counters:0,1,2,3 um:fp_comp_ops_exe minimum:2000000 name:FP_COMP_OPS_EXE : MMX Uops 71 event:0xcc counters:0,1,2,3 um:fp_mmx_trans minimum:2000000 name:FP_MMX_TRANS : All Floating Point to and from MMX transitions
|
unit_masks | 83 0x02 mmx MMX Uops 91 0x01 to_fp Transitions from MMX to Floating Point instructions 92 0x02 to_mmx Transitions from Floating Point to MMX instructions 93 0x03 any All Floating Point to and from MMX transitions 103 0x04 mmx Retired MMX instructions (Precise Event)
|
/external/oprofile/events/i386/nehalem/ |
unit_masks | 51 0x02 mmx Counts number of MMX Uops executed 305 0x01 to_fp Counts the first floating-point instruction following any MMX instruction 306 0x02 to_mmx Counts the first MMX instruction following a floating-point instruction 307 0x03 any Counts all transitions from floating point to MMX instructions and from MMX instructions to floating point instructions
|
events | 87 event:0xCC counters:0,1,2,3 um:fp_mmx_trans minimum:6000 name:FP_MMX_TRANS : Counts transitions between MMX and x87 state.
|
/external/llvm/lib/IR/ |
Function.cpp | 464 OutputTable.push_back(IITDescriptor::get(IITDescriptor::MMX, 0)); 604 case IITDescriptor::MMX: return Type::getX86_MMXTy(Context);
|
/external/qemu/distrib/sdl-1.2.15/src/hermes/ |
mmxp2_32.asm | 2 ; pII-optimised MMX format converters for HERMES 14 ; conversion routine from the mmx programming tutorial pages).
|
/external/zlib/src/contrib/masmx86/ |
inffas32.asm | 15 ; * compiled with gcc -DNO_MMX, but inffast.S is still faster on the P3 with MMX
16 ; * enabled. I will attempt to merge the MMX code into this version. Newer
65 .mmx
|
/external/oprofile/events/x86-64/family11h/ |
events | 92 event:0xcb counters:0,1,2,3 um:fpu_instr minimum:500 name:RETIRED_MMX_FP_INSTRUCTIONS : Retired MMX/FP instructions
|
unit_masks | 62 0x02 MMX & 3DNow instructions
|
/external/oprofile/events/x86-64/hammer/ |
events | 87 event:0xcb counters:0,1,2,3 um:fpu_instr minimum:500 name:RETIRED_MMX_FP_INSTRUCTIONS : Retired MMX/FP instructions
|
unit_masks | 56 0x02 Combined MMX & 3DNow instructions
|
/external/clang/lib/Basic/ |
Targets.cpp | [all...] |
/external/libpng/ |
CHANGES | 454 Define PNG_USE_PNGVCRD in makefile.w32, to get MMX assembler code. 476 Revised pngvcrd.c to use MMX code for interlacing only on the final pass. 478 Split makefile.win32vc into two versions, makefile.vcawin32 (uses MMX [all...] |
/external/oprofile/events/x86-64/family10/ |
unit_masks | 67 0x02 MMX & 3DNow instructions
|