Home
last modified time | relevance | path

Searched refs:pCtPop (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.cpp1610 …Function* pCtPop = Intrinsic::getDeclaration(JM()->mpCurrentModule, Intrinsic::ctpop, { a->getType… in POPCNT() local
1611 return CALL(pCtPop, std::initializer_list<Value*>{a}); in POPCNT()