Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/imported/
H A Dshift.idef1005 "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)))<<…
H A Dmacros.def1475 DEF_MACRO(fCOUNTONES_8,
/openbmc/qemu/target/hexagon/
H A Dmacros.h621 #define fCOUNTONES_8(VAL) ctpop64(VAL) macro