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

1 2 3

  /art/disassembler/
disassembler_x86.cc 81 enum RegFile { GPR, MMX, SSE };
566 src_reg_file = dst_reg_file = MMX;
577 dst_reg_file = MMX;
593 dst_reg_file = MMX;
623 dst_reg_file = MMX;
637 dst_reg_file = MMX;
651 dst_reg_file = MMX;
680 src_reg_file = MMX;
795 src_reg_file = dst_reg_file = MMX;
818 src_reg_file = dst_reg_file = MMX;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
row_x86.asm 54 ; TODO(fbarchard): Remove MMX. Add SSSE3 pshufb version.
55 INIT_MMX MMX
100 INIT_MMX MMX
138 INIT_MMX MMX
  /external/chromium_org/third_party/libyuv/source/
row_x86.asm 54 ; TODO(fbarchard): Remove MMX. Add SSSE3 pshufb version.
55 INIT_MMX MMX
100 INIT_MMX MMX
138 INIT_MMX MMX
  /external/llvm/include/llvm/IR/
Intrinsics.h 83 Void, VarArg, MMX, Metadata, Half, Float, Double,
  /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/chromium_org/third_party/libvpx/source/libvpx/test/
idct_test.cc 113 INSTANTIATE_TEST_CASE_P(MMX, IDCTTest,
subtract_test.cc 44 // Allocate... align to 16 for mmx/sse tests
114 INSTANTIATE_TEST_CASE_P(MMX, SubtractBlockTest,
sixtap_predict_test.cc 213 MMX, SixtapPredictTest, ::testing::Values(
  /external/libvpx/libvpx/test/
idct_test.cc 113 INSTANTIATE_TEST_CASE_P(MMX, IDCTTest,
subtract_test.cc 44 // Allocate... align to 16 for mmx/sse tests
114 INSTANTIATE_TEST_CASE_P(MMX, SubtractBlockTest,
sixtap_predict_test.cc 212 MMX, SixtapPredictTest, ::testing::Values(
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
idct_test.cc 113 INSTANTIATE_TEST_CASE_P(MMX, IDCTTest,
subtract_test.cc 44 // Allocate... align to 16 for mmx/sse tests
114 INSTANTIATE_TEST_CASE_P(MMX, SubtractBlockTest,
sixtap_predict_test.cc 212 MMX, SixtapPredictTest, ::testing::Values(
  /external/llvm/lib/Target/X86/
X86Subtarget.h 51 NoMMXSSE, MMX, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, AVX, AVX2, AVX512F
69 /// X86SSELevel - MMX, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, or
304 bool hasMMX() const { return X86SSELevel >= MMX; }
  /external/chromium_org/third_party/libjpeg_turbo/simd/
jccolmmx.asm 2 ; jccolmmx.asm - colorspace conversion (MMX)
jcgrammx.asm 2 ; jcgrammx.asm - grayscale colorspace conversion (MMX)
jdcolmmx.asm 2 ; jdcolmmx.asm - colorspace conversion (MMX)
jdmermmx.asm 2 ; jdmermmx.asm - merged upsampling/color conversion (MMX)
jdsammmx.asm 2 ; jdsammmx.asm - upsampling (MMX)
185 emms ; empty MMX state
514 emms ; empty MMX state
617 emms ; empty MMX state
724 emms ; empty MMX state
jimmxred.asm 2 ; jimmxred.asm - reduced-size IDCT (MMX)
477 emms ; empty MMX state
694 emms ; empty MMX state
  /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

Completed in 592 milliseconds

1 2 3