HomeSort by relevance Sort by last modified time
    Searched full:tcmp (Results 1 - 4 of 4) sorted by null

  /external/speex/libspeex/
filters_arm4.h 58 "\tcmp %1, %3 \n"
  /external/skia/legacy/src/opts/
SkBlitRow_opts_arm.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 450 Value *TCmp = SimplifyCmpInst(Pred, TV, RHS, Q, MaxRecurse);
451 if (TCmp == Cond) {
454 TCmp = getTrue(Cond->getType());
455 } else if (!TCmp) {
460 TCmp = getTrue(Cond->getType());
479 if (TCmp == FCmp)
480 return TCmp;
487 // is equal to "Cond && TCmp". This also catches the case when the false
490 if (Value *V = SimplifyAndInst(Cond, TCmp, Q, MaxRecurse))
494 if (match(TCmp, m_One())
    [all...]
  /frameworks/av/media/libstagefright/
MP3Extractor.cpp 614 { kKeyCompilation, "TCP", "TCMP" },

Completed in 566 milliseconds