Home | History | Annotate | Download | only in ppc

Lines Matching refs:popcntd

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