Home | History | Annotate | Download | only in mips64

Lines Matching refs:DCLZ

2837 void Assembler::dclz(Register rd, Register rs) {
2839 // dclz instr requires same GPR number in 'rd' and 'rt' fields.
2840 GenInstrRegister(SPECIAL2, rs, rd, rd, 0, DCLZ);