Lines Matching defs:rs
615 void MacroAssembler::Addu(Register rd, Register rs, const Operand& rt) { in Addu()
631 void MacroAssembler::Subu(Register rd, Register rs, const Operand& rt) { in Subu()
647 void MacroAssembler::Mul(Register rd, Register rs, const Operand& rt) { in Mul()
670 Register rs, const Operand& rt) { in Mul()
712 void MacroAssembler::Mulh(Register rd, Register rs, const Operand& rt) { in Mulh()
734 void MacroAssembler::Mult(Register rs, const Operand& rt) { in Mult()
746 void MacroAssembler::Mulhu(Register rd, Register rs, const Operand& rt) { in Mulhu()
768 void MacroAssembler::Multu(Register rs, const Operand& rt) { in Multu()
780 void MacroAssembler::Div(Register rs, const Operand& rt) { in Div()
793 Register rs, const Operand& rt) { in Div()
819 void MacroAssembler::Div(Register res, Register rs, const Operand& rt) { in Div()
841 void MacroAssembler::Mod(Register rd, Register rs, const Operand& rt) { in Mod()
863 void MacroAssembler::Modu(Register rd, Register rs, const Operand& rt) { in Modu()
885 void MacroAssembler::Divu(Register rs, const Operand& rt) { in Divu()
897 void MacroAssembler::Divu(Register res, Register rs, const Operand& rt) { in Divu()
919 void MacroAssembler::And(Register rd, Register rs, const Operand& rt) { in And()
935 void MacroAssembler::Or(Register rd, Register rs, const Operand& rt) { in Or()
951 void MacroAssembler::Xor(Register rd, Register rs, const Operand& rt) { in Xor()
967 void MacroAssembler::Nor(Register rd, Register rs, const Operand& rt) { in Nor()
979 void MacroAssembler::Neg(Register rs, const Operand& rt) { in Neg()
988 void MacroAssembler::Slt(Register rd, Register rs, const Operand& rt) { in Slt()
1004 void MacroAssembler::Sltu(Register rd, Register rs, const Operand& rt) { in Sltu()
1020 void MacroAssembler::Ror(Register rd, Register rs, const Operand& rt) { in Ror()
1046 void MacroAssembler::Pref(int32_t hint, const MemOperand& rs) { in Pref()
1055 void MacroAssembler::Lsa(Register rd, Register rt, Register rs, uint8_t sa, in Lsa()
1070 void MacroAssembler::Ulw(Register rd, const MemOperand& rs) { in Ulw()
1076 void MacroAssembler::Usw(Register rd, const MemOperand& rs) { in Usw()
1235 Register rs, in Ext()
1258 Register rs, in Ins()
1281 void MacroAssembler::Cvt_d_uw(FPURegister fd, Register rs, in Cvt_d_uw()
1371 Register rs, in Trunc_uw_d()
1672 void MacroAssembler::Movz(Register rd, Register rs, Register rt) { in Movz()
1684 void MacroAssembler::Movn(Register rd, Register rs, Register rt) { in Movn()
1696 void MacroAssembler::Movt(Register rd, Register rs, uint16_t cc) { in Movt()
1722 void MacroAssembler::Movf(Register rd, Register rs, uint16_t cc) { in Movf()
1748 void MacroAssembler::Clz(Register rd, Register rs) { in Clz()
1937 #define BRANCH_ARGS_CHECK(cond, rs, rt) DCHECK( \ argument
1948 void MacroAssembler::Branch(int32_t offset, Condition cond, Register rs, in Branch()
1973 void MacroAssembler::Branch(Label* L, Condition cond, Register rs, in Branch()
2008 Register rs, in Branch()
2089 Condition cond, Register rs, in BranchShortHelperR6()
2370 Register rs, const Operand& rt, in BranchShortHelper()
2506 Register rs, const Operand& rt, in BranchShortCheck()
2530 void MacroAssembler::BranchShort(int32_t offset, Condition cond, Register rs, in BranchShort()
2536 void MacroAssembler::BranchShort(Label* L, Condition cond, Register rs, in BranchShort()
2547 void MacroAssembler::BranchAndLink(int32_t offset, Condition cond, Register rs, in BranchAndLink()
2572 void MacroAssembler::BranchAndLink(Label* L, Condition cond, Register rs, in BranchAndLink()
2638 Condition cond, Register rs, in BranchAndLinkShortHelperR6()
2795 Condition cond, Register rs, in BranchAndLinkShortHelper()
2887 Condition cond, Register rs, in BranchAndLinkShortCheck()
2914 Register rs, in Jump()
2934 Register rs, in Jump()
2952 Register rs, in Jump()
2963 Register rs, in Jump()
2974 Register rs, in CallSize()
2995 Register rs, in Call()
3026 Register rs, in CallSize()
3037 Register rs, in Call()
3058 Register rs, in CallSize()
3071 Register rs, in Call()
3090 Register rs, in Ret()
4632 Register rs, Operand rt) { in Assert()
4658 Register rs, Operand rt) { in Check()