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

1 2 3 4

  /art/disassembler/
disassembler_x86.cc 81 enum RegFile { GPR, MMX, SSE };
87 } else if (reg_file == SSE) {
322 src_reg_file = dst_reg_file = SSE;
334 src_reg_file = dst_reg_file = SSE;
346 src_reg_file = dst_reg_file = SSE;
358 src_reg_file = dst_reg_file = SSE;
377 dst_reg_file = SSE;
394 src_reg_file = SSE;
411 src_reg_file = SSE;
425 src_reg_file = dst_reg_file = SSE;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp 52 if (const SymSymExpr *SSE = dyn_cast<SymSymExpr>(SE)) {
53 if (BinaryOperator::isComparisonOp(SSE->getOpcode())) {
55 if (Loc::isLocType(SSE->getLHS()->getType())) {
56 assert(Loc::isLocType(SSE->getRHS()->getType()));
151 } else if (const SymSymExpr *SSE = dyn_cast<SymSymExpr>(sym)) {
159 BinaryOperator::Opcode Op = SSE->getOpcode();
163 assert(Loc::isLocType(SSE->getLHS()->getType()));
164 assert(Loc::isLocType(SSE->getRHS()->getType()));
166 SymbolRef Subtraction = SymMgr.getSymSymExpr(SSE->getRHS(), BO_Sub,
167 SSE->getLHS(), DiffTy)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ppc/
csystemdependent.c 58 extern unsigned int vp8_get8x8var_c(unsigned char *src_ptr, int source_stride, unsigned char *ref_ptr, int recon_stride, unsigned int *SSE, int *Sum);
118 extern unsigned int vp8_get8x8var_ppc(unsigned char *src_ptr, int source_stride, unsigned char *ref_ptr, int recon_stride, unsigned int *SSE, int *Sum);
119 extern unsigned int vp8_get16x16var_ppc(unsigned char *src_ptr, int source_stride, unsigned char *ref_ptr, int recon_stride, unsigned int *SSE, int *Sum);
  /external/eigen/Eigen/src/Geometry/arch/
Geometry_SSE.h 19 struct quat_product<Architecture::SSE, Derived, OtherDerived, float, Aligned>
41 struct cross3_impl<Architecture::SSE,VectorLhs,VectorRhs,float,true>
60 struct quat_product<Architecture::SSE, Derived, OtherDerived, double, Aligned>
  /external/libvpx/libvpx/vp8/encoder/ppc/
csystemdependent.c 58 extern unsigned int vp8_get8x8var_c(unsigned char *src_ptr, int source_stride, unsigned char *ref_ptr, int recon_stride, unsigned int *SSE, int *Sum);
118 extern unsigned int vp8_get8x8var_ppc(unsigned char *src_ptr, int source_stride, unsigned char *ref_ptr, int recon_stride, unsigned int *SSE, int *Sum);
119 extern unsigned int vp8_get16x16var_ppc(unsigned char *src_ptr, int source_stride, unsigned char *ref_ptr, int recon_stride, unsigned int *SSE, int *Sum);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
csystemdependent.c 58 extern unsigned int vp8_get8x8var_c(unsigned char *src_ptr, int source_stride, unsigned char *ref_ptr, int recon_stride, unsigned int *SSE, int *Sum);
118 extern unsigned int vp8_get8x8var_ppc(unsigned char *src_ptr, int source_stride, unsigned char *ref_ptr, int recon_stride, unsigned int *SSE, int *Sum);
119 extern unsigned int vp8_get16x16var_ppc(unsigned char *src_ptr, int source_stride, unsigned char *ref_ptr, int recon_stride, unsigned int *SSE, int *Sum);
  /external/eigen/Eigen/src/Core/util/
Constants.h 407 SSE = 0x1,
410 Target = SSE
  /external/chromium_org/base/
cpu.h 22 SSE,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_variance_impl_intrin_avx2.c 17 unsigned int *SSE,
118 *((int*)SSE)= _mm_cvtsi128_si32(madd_res);
128 unsigned int *SSE,
207 *((int*)SSE)= _mm_cvtsi128_si32(_mm256_castsi256_si128(madd_ref_src)) +
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_variance_impl_intrin_avx2.c 17 unsigned int *SSE,
118 *((int*)SSE)= _mm_cvtsi128_si32(madd_res);
128 unsigned int *SSE,
207 *((int*)SSE)= _mm_cvtsi128_si32(_mm256_castsi256_si128(madd_ref_src)) +
vp9_variance_mmx.c 22 unsigned int *SSE,
31 unsigned int *SSE,
40 unsigned int *sse) {
45 *sse = var;
54 unsigned int *sse) {
59 *sse = var;
69 unsigned int *sse) {
84 *sse = var;
94 unsigned int *sse) {
109 *sse = var
    [all...]
vp9_variance_avx2.c 21 unsigned int *SSE,
31 unsigned int *SSE,
41 unsigned int *SSE,
54 unsigned int *sse
73 int w, int h, unsigned int *sse, int *sum,
79 *sse = 0;
87 *sse += sse0;
99 unsigned int *sse) {
105 *sse = var;
114 unsigned int *sse) {
193 unsigned int sse; local
217 unsigned int sse; local
234 unsigned int sse; local
260 unsigned int sse; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_variance_impl_intrin_avx2.c 17 unsigned int *SSE,
118 *((int*)SSE)= _mm_cvtsi128_si32(madd_res);
128 unsigned int *SSE,
207 *((int*)SSE)= _mm_cvtsi128_si32(_mm256_castsi256_si128(madd_ref_src)) +
vp9_variance_mmx.c 22 unsigned int *SSE,
31 unsigned int *SSE,
40 unsigned int *sse) {
45 *sse = var;
54 unsigned int *sse) {
59 *sse = var;
69 unsigned int *sse) {
84 *sse = var;
94 unsigned int *sse) {
109 *sse = var
    [all...]
vp9_variance_avx2.c 21 unsigned int *SSE,
31 unsigned int *SSE,
41 unsigned int *SSE,
54 unsigned int *sse
73 int w, int h, unsigned int *sse, int *sum,
79 *sse = 0;
87 *sse += sse0;
99 unsigned int *sse) {
105 *sse = var;
114 unsigned int *sse) {
193 unsigned int sse; local
217 unsigned int sse; local
234 unsigned int sse; local
260 unsigned int sse; local
    [all...]
  /external/oprofile/events/i386/atom/
unit_masks 10 0x01 prefetcht0 Streaming SIMD Extensions (SSE) PrefetchT0 instructions executed
11 0x06 sw_l2 Streaming SIMD Extensions (SSE) PrefetchT1 and PrefetchT2 instructions executed
12 0x08 prefetchnta Streaming SIMD Extensions (SSE) Prefetch NTA instructions executed
85 0x01 packed_single Retired Streaming SIMD Extensions (SSE) packed-single instructions
86 0x02 scalar_single Retired Streaming SIMD Extensions (SSE) scalar-single instructions
92 0x01 packed_single Retired computational Streaming SIMD Extensions (SSE) packed-single instructions
93 0x02 scalar_single Retired computational Streaming SIMD Extensions (SSE) scalar-single instructions
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
variance_ssse3.c 21 unsigned int *SSE,
75 unsigned int *sse
114 *sse = xxsum0;
126 unsigned int *sse
163 *sse = xxsum0;
variance_sse2.c 39 unsigned int *SSE,
53 unsigned int *SSE,
62 unsigned int *SSE,
143 unsigned int *sse)
149 *sse = var;
160 unsigned int *sse)
166 *sse = var;
178 unsigned int *sse)
185 *sse = sse0;
193 unsigned int *sse)
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
variance_ssse3.c 22 unsigned int *SSE,
76 unsigned int *sse
115 *sse = xxsum0;
127 unsigned int *sse
164 *sse = xxsum0;
variance_sse2.c 40 unsigned int *SSE,
54 unsigned int *SSE,
63 unsigned int *SSE,
144 unsigned int *sse)
150 *sse = var;
161 unsigned int *sse)
167 *sse = var;
179 unsigned int *sse)
186 *sse = sse0;
194 unsigned int *sse)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
variance_ssse3.c 22 unsigned int *SSE,
76 unsigned int *sse
115 *sse = xxsum0;
127 unsigned int *sse
164 *sse = xxsum0;
  /external/oprofile/events/x86-64/family10/
unit_masks 50 0x01 Add pipe ops excluding load ops and SSE move ops
51 0x02 Multiply pipe ops excluding load ops and SSE move ops
52 0x04 Store pipe ops excluding load ops and SSE move ops
53 0x08 Add pipe load ops and SSE move ops
54 0x10 Multiply pipe load ops and SSE move ops
55 0x20 Store pipe load ops and SSE move ops
68 0x04 SSE instructions (SSE, SSE2, SSE3, and SSE4A)
75 0x02 SSE retype microfaults
76 0x04 SSE reclass microfault
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
xdflong.asm 85 or edx, 0x00000620 ; Enable PAE, SSE OSFXSR, SEE OSXMMEXCPT
146 idesc64 isrL, 0x0008, 0 ; 0x13, 19, #XF, SSE Fault
185 dw isrR, 0 ; 0x13, 19, #XF, SSE Fault
  /external/chromium_org/third_party/libwebp/enc/
filter.c 174 const double SSE = iw2 * (sxx + syy - 2. * sxy);
175 if (SSE > kMinValue) return SSE;
  /external/webp/src/enc/
filter.c 174 const double SSE = iw2 * (sxx + syy - 2. * sxy);
175 if (SSE > kMinValue) return SSE;

Completed in 1134 milliseconds

1 2 3 4