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

  /external/libaom/libaom/av1/encoder/x86/
ml_sse3.c 66 __m128 hadd[2]; local
72 hadd[i] = _mm_hadd_ps(mul0, mul1);
74 // hadd[0] = [7+6 5+4 3+2 1+0] (weight indices)
75 // hadd[1] = [15+14 13+12 11+10 9+8]
77 const __m128 hh = _mm_hadd_ps(hadd[0], hadd[1]);
88 __m128 hadd[4]; local
94 hadd[i] = _mm_hadd_ps(mul0, mul1);
96 // hadd[0] = [7+6 5+4 3+2 1+0] (weight indices)
97 // hadd[1] = [15+14 13+12 11+10 9+8
    [all...]
  /art/compiler/optimizing/
graph_visualizer.cc 556 void VisitVecHalvingAdd(HVecHalvingAdd* hadd) override {
557 VisitVecBinaryOperation(hadd); variable
558 StartAttributeStream("rounded") << std::boolalpha << hadd->IsRounded() << std::noboolalpha;
    [all...]

Completed in 163 milliseconds