HomeSort by relevance Sort by last modified time
    Searched defs:SSE (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/base/
cpu.h 22 SSE,
  /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/chromium_org/third_party/libwebp/enc/
filter.c 302 const double SSE = iw2 * (sxx + syy - 2. * sxy);
303 if (SSE > kMinValue) return SSE;
  /external/eigen/Eigen/src/Core/util/
Constants.h 400 SSE = 0x1,
403 Target = 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...]
  /external/valgrind/main/VEX/priv/
guest_s390_toIR.c     [all...]

Completed in 539 milliseconds