Searched defs:popcnt (Results 1 – 5 of 5) sorted by relevance
53 functor::PopulationCount<Device, T> popcnt; in Compute() local
423 static void vsc9953_port_vlan_popcnt_set(int port_no, int popcnt) in vsc9953_port_vlan_popcnt_set()449 static void vsc9953_port_all_vlan_poncnt_set(int popcnt) in vsc9953_port_all_vlan_poncnt_set()
2344 static int popcnt(uint32 n) { in popcnt() function
1537 void popcnt(Register dst, Register src) { popcnt(dst, Operand(src)); } in popcnt() function
3076 void Assembler::popcnt(Register dst, Operand src) { in popcnt() function in v8::internal::Assembler