Searched refs:fCOUNTONES_8 (Results 1 – 3 of 3) sorted by relevance
1005 "Population Count", { RdV = fCOUNTONES_8(RssV); })1011 "Parity of Masked Value", { RdV = 1&fCOUNTONES_8(RssV & RttV); })1014 "Parity of Masked Value", { RddV = (fCAST8u(RssV) >> 1) | (fCAST8u((1&fCOUNTONES_8(RssV & RttV)))<<…
1475 DEF_MACRO(fCOUNTONES_8,
621 #define fCOUNTONES_8(VAL) ctpop64(VAL) macro