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

  /external/speex/libspeex/
filters_arm4.h 58 "\tcmp %1, %3 \n"
  /external/mesa3d/src/mapi/glapi/gen/
gl_SPARC_asm.py 151 print '\tcmp\t%g1, 0'
  /frameworks/av/media/libstagefright/
MP3Extractor.cpp 627 { kKeyCompilation, "TCP", "TCMP" },
MPEG4Extractor.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 388 Value *TCmp = SimplifyCmpInst(Pred, TV, RHS, Q, MaxRecurse);
389 if (TCmp == Cond) {
392 TCmp = getTrue(Cond->getType());
393 } else if (!TCmp) {
398 TCmp = getTrue(Cond->getType());
417 if (TCmp == FCmp)
418 return TCmp;
425 // is equal to "Cond && TCmp". This also catches the case when the false
428 if (Value *V = SimplifyAndInst(Cond, TCmp, Q, MaxRecurse))
432 if (match(TCmp, m_One())
    [all...]

Completed in 3554 milliseconds