HomeSort by: relevance | last modified time | path
    Searched defs:bitmap_popcount (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm.cc 100 static unsigned bitmap_popcount (const sbitmap);
2479 bitmap_popcount (const sbitmap bmap)
3412 count = bitmap_popcount (candidate_isa);
2475 bitmap_popcount (const sbitmap bmap) function
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm.cc 103 static unsigned bitmap_popcount (const sbitmap);
2495 bitmap_popcount (const sbitmap bmap)
3513 count = bitmap_popcount (candidate_isa);
2491 bitmap_popcount (const sbitmap bmap) function

Completed in 77 milliseconds