Searched refs:POPPAR (Results 1 – 3 of 3) sorted by relevance
83 MATCH(popcheck & 1, a.POPPAR())("%s, x=0x%llx", desc, x); in exhaustiveTesting()
365 return Scalar<T>{i.POPPAR() ? 1 : 0}; in FoldIntrinsicFunction()
416 constexpr bool POPPAR() const { return POPCNT() & 1; } in POPPAR() function