Home | History | Annotate | Download | only in mips

Lines Matching refs:rt

162   const Operand& rt = Operand(zero_reg), BranchDelaySlot bd = PROTECT
182 Register rs = zero_reg, const Operand& rt = Operand(zero_reg)) {
183 Ret(cond, rs, rt, bd);
248 void Movz(Register rd, Register rs, Register rt);
249 void Movn(Register rd, Register rs, Register rt);
459 uint32_t rt = ((instr & kRtFieldMask) >> kRtShift);
466 rt == static_cast<uint32_t>(ToNumber(zero_reg)) &&
560 void instr(Register rd, Register rs, const Operand& rt); \
561 void instr(Register rd, Register rs, Register rt) { \
562 instr(rd, rs, Operand(rt)); \
564 void instr(Register rs, Register rt, int32_t j) { \
565 instr(rs, rt, Operand(j)); \
569 void instr(Register rs, const Operand& rt); \
570 void instr(Register rs, Register rt) { \
571 instr(rs, Operand(rt)); \
606 void mov(Register rd, Register rt) { or_(rd, rt, zero_reg); }
721 void Ins(Register rt, Register rs, uint16_t pos, uint16_t size);
722 void Ext(Register rt, Register rs, uint16_t pos, uint16_t size);
1158 const Operand& rt = Operand(zero_reg), BranchDelaySlot bd = PROTECT
1309 void Assert(Condition cc, BailoutReason reason, Register rs, Operand rt);
1313 void Check(Condition cc, BailoutReason reason, Register rs, Operand rt);
1584 const Operand& rt,
1588 const Operand& rt,