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

1 2

  /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()));
182 } else if (const SymSymExpr *SSE = dyn_cast<SymSymExpr>(sym)) {
190 BinaryOperator::Opcode Op = SSE->getOpcode();
194 assert(Loc::isLocType(SSE->getLHS()->getType()));
195 assert(Loc::isLocType(SSE->getRHS()->getType()));
197 SymbolRef Subtraction = SymMgr.getSymSymExpr(SSE->getRHS(), BO_Sub,
198 SSE->getLHS(), DiffTy)
    [all...]
  /art/runtime/
disassembler_x86.cc 58 enum RegFile { GPR, MMX, SSE };
65 } else if (reg_file == SSE) {
243 src_reg_file = dst_reg_file = SSE;
262 dst_reg_file = SSE;
279 src_reg_file = SSE;
296 src_reg_file = SSE;
310 src_reg_file = dst_reg_file = SSE;
351 src_reg_file = dst_reg_file = SSE;
369 src_reg_file = dst_reg_file = SSE;
385 src_reg_file = dst_reg_file = SSE;
    [all...]
  /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);
  /external/eigen/Eigen/src/Core/util/
Constants.h 400 SSE = 0x1,
403 Target = SSE
  /external/chromium_org/base/
cpu.h 22 SSE,
cpu.cc 158 if (has_sse()) return SSE;
  /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
events 15 event:0x07 counters:0,1 um:simd_prefetch minimum:6000 name:PREFETCH : Streaming SIMD Extensions (SSE) Prefetch instructions executed
71 event:0xC7 counters:0,1 um:simd_inst_retired minimum:6000 name:SIMD_INST_RETIRED : Retired Streaming SIMD Extensions (SSE) instructions
73 event:0xCA counters:0,1 um:simd_comp_inst_retired minimum:6000 name:SIMD_COMP_INST_RETIRED : Retired computational Streaming SIMD Extensions (SSE) instructions.
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_variance_mmx.c 23 unsigned int *SSE,
32 unsigned int *SSE,
41 unsigned int *sse) {
46 *sse = var;
55 unsigned int *sse) {
60 *sse = var;
70 unsigned int *sse) {
85 *sse = var;
95 unsigned int *sse) {
110 *sse = var
    [all...]
vp9_variance_sse2.c 23 unsigned int *SSE,
37 unsigned int *SSE,
46 unsigned int *SSE,
115 unsigned int *SSE,
121 int w, int h, unsigned int *sse, int *sum,
127 *sse = 0;
134 *sse += sse0;
145 unsigned int *sse) {
151 *sse = var;
159 unsigned int *sse) {
    [all...]
vp9_subpel_variance_impl_sse2.asm 35 pxor xmm7, xmm7 ; sse eaccumulator
114 mov rdi, arg(6) ;[SSE]
150 pxor xmm7, xmm7 ; sse eaccumulator
221 mov rdi, arg(6) ;[SSE]
257 pxor xmm7, xmm7 ; sse eaccumulator
325 mov rdi, arg(6) ;[SSE]
vp9_variance_impl_sse2.asm 78 ; unsigned int * SSE,
124 pxor xmm6, xmm6 ; clear xmm6 for accumulating sse
198 mov rdi, arg(4) ;[SSE]
222 ; unsigned int * SSE,
383 mov rdi, arg(4) ;[SSE]
428 pxor xmm7, xmm7 ; sse eaccumulator
550 pxor xmm7, xmm7 ; sse eaccumulator
658 pxor xmm7, xmm7 ; sse eaccumulator
  /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...]
variance_mmx.c 45 unsigned int *SSE,
54 unsigned int *SSE,
87 unsigned int *sse)
93 *sse = var;
103 unsigned int *sse)
109 *sse = var;
120 unsigned int *sse)
132 *sse = var;
142 unsigned int *sse)
155 *sse = var
    [all...]
  /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
xdfprotect.asm 120 idesc32 isrP, 0x0008, 0 ; 0x13, 19, #XF, SSE Fault
158 dw isrR, 0 ; 0x13, 19, #XF, SSE Fault
  /external/oprofile/events/x86-64/family11h/
unit_masks 63 0x04 Packed SSE & SSE2 instructions
64 0x08 Packed scalar SSE & SSE2 instructions
71 0x02 SSE retype microfaults
72 0x04 SSE reclass microfaults
73 0x08 SSE and x87 microtraps
  /external/oprofile/events/x86-64/hammer/
unit_masks 57 0x04 Combined packed SSE & SSE2 instructions
58 0x08 Combined packed scalar SSE & SSE2 instructions
65 0x02 SSE retype microfaults
66 0x04 SSE reclass microfaults
67 0x08 SSE and x87 microtraps
  /external/oprofile/events/i386/westmere/
unit_masks 84 0x04 sse_fp SSE and SSE2 FP Uops
86 0x10 sse_fp_packed SSE FP packed Uops
87 0x20 sse_fp_scalar SSE FP scalar Uops
88 0x40 sse_single_precision SSE* FP single precision Uops
89 0x80 sse_double_precision SSE* FP double precision Uops
  /external/chromium_org/third_party/libwebp/enc/
filter.c 302 const double SSE = iw2 * (sxx + syy - 2. * sxy);
303 if (SSE > kMinValue) return SSE;
  /external/webp/src/enc/
filter.c 302 const double SSE = iw2 * (sxx + syy - 2. * sxy);
303 if (SSE > kMinValue) return SSE;
  /external/clang/lib/CodeGen/
TargetInfo.cpp 786 // Otherwise, if the type contains an SSE vector type, the alignment is 16.
    [all...]

Completed in 642 milliseconds

1 2