Lines Matching refs:rd_lo
186 void Arm32Assembler::smull(Register rd_lo, Register rd_hi, Register rn,
188 // Assembler registers rd_lo, rd_hi, rn, rm are encoded as rd, rn, rm, rs.
189 EmitMulOp(cond, B23 | B22, rd_lo, rd_hi, rn, rm);
193 void Arm32Assembler::umull(Register rd_lo, Register rd_hi, Register rn,
195 // Assembler registers rd_lo, rd_hi, rn, rm are encoded as rd, rn, rm, rs.
196 EmitMulOp(cond, B23, rd_lo, rd_hi, rn, rm);