Lines Matching refs:rd
309 void Movz(Register rd, Register rs, Register rt);
310 void Movn(Register rd, Register rs, Register rt);
311 void Movt(Register rd, Register rs, uint16_t cc = 0);
312 void Movf(Register rd, Register rs, uint16_t cc = 0);
314 void Clz(Register rd, Register rs);
583 void instr(Register rd, Register rs, const Operand& rt); \
584 void instr(Register rd, Register rs, Register rt) { \
585 instr(rd, rs, Operand(rt)); \
646 void Lsa(Register rd, Register rs, Register rt, uint8_t sa,
659 void mov(Register rd, Register rt) { or_(rd, rt, zero_reg); }
661 void Ulh(Register rd, const MemOperand& rs);
662 void Ulhu(Register rd, const MemOperand& rs);
663 void Ush(Register rd, const MemOperand& rs, Register scratch);
665 void Ulw(Register rd, const MemOperand& rs);
666 void Usw(Register rd, const MemOperand& rs);
674 // Load int32 in the rd register.
675 void li(Register rd, Operand j, LiFlags mode = OPTIMIZE_SIZE);
676 inline void li(Register rd, int32_t j, LiFlags mode = OPTIMIZE_SIZE) {
677 li(rd, Operand(j), mode);
798 void Seb(Register rd, Register rt);
799 void Seh(Register rd, Register rt);