Home | History | Annotate | Download | only in mips

Lines Matching refs:rd_lo

597   void instr(Register rd_hi, Register rd_lo, Register rs, const Operand& rt);  \
598 void instr(Register rd_hi, Register rd_lo, Register rs, Register rt) { \
599 instr(rd_hi, rd_lo, rs, Operand(rt)); \
601 void instr(Register rd_hi, Register rd_lo, Register rs, int32_t j) { \
602 instr(rd_hi, rd_lo, rs, Operand(j)); \