Home | History | Annotate | Download | only in ppc

Lines Matching defs:popcntd

1479 void Assembler::popcntd(Register ra, Register rs) {
1480 emit(EXT2 | POPCNTD | rs.code() * B21 | ra.code() * B16);