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

  /art/disassembler/
disassembler_x86.h 25 enum RegFile { GPR, MMX, SSE };
  /external/webp/src/enc/
filter.c 174 const double SSE = iw2 * (sxx + syy - 2. * sxy);
175 if (SSE > kMinValue) return SSE;
  /external/eigen/Eigen/src/Core/util/
Constants.h 407 SSE = 0x1,
410 Target = SSE
  /external/clang/lib/CodeGen/
TargetInfo.cpp 531 /// Returns true if this type can be passed in SSE registers with the
547 /// Returns true if this aggregate is small enough to be passed in SSE registers
938 // Otherwise, if the type contains an SSE vector type, the alignment is 16.
    [all...]
  /external/valgrind/VEX/priv/
guest_s390_toIR.c     [all...]

Completed in 180 milliseconds