• Home
  • Raw
  • Download

Lines Matching defs:rs

721 void MacroAssembler::Addu(Register rd, Register rs, const Operand& rt) {  in Addu()
737 void MacroAssembler::Subu(Register rd, Register rs, const Operand& rt) { in Subu()
753 void MacroAssembler::Mul(Register rd, Register rs, const Operand& rt) { in Mul()
776 Register rs, const Operand& rt) { in Mul()
817 void MacroAssembler::Mulu(Register rd_hi, Register rd_lo, Register rs, in Mulu()
846 void MacroAssembler::Mulh(Register rd, Register rs, const Operand& rt) { in Mulh()
868 void MacroAssembler::Mult(Register rs, const Operand& rt) { in Mult()
880 void MacroAssembler::Mulhu(Register rd, Register rs, const Operand& rt) { in Mulhu()
902 void MacroAssembler::Multu(Register rs, const Operand& rt) { in Multu()
914 void MacroAssembler::Div(Register rs, const Operand& rt) { in Div()
927 Register rs, const Operand& rt) { in Div()
953 void MacroAssembler::Div(Register res, Register rs, const Operand& rt) { in Div()
975 void MacroAssembler::Mod(Register rd, Register rs, const Operand& rt) { in Mod()
997 void MacroAssembler::Modu(Register rd, Register rs, const Operand& rt) { in Modu()
1019 void MacroAssembler::Divu(Register rs, const Operand& rt) { in Divu()
1031 void MacroAssembler::Divu(Register res, Register rs, const Operand& rt) { in Divu()
1053 void MacroAssembler::And(Register rd, Register rs, const Operand& rt) { in And()
1069 void MacroAssembler::Or(Register rd, Register rs, const Operand& rt) { in Or()
1085 void MacroAssembler::Xor(Register rd, Register rs, const Operand& rt) { in Xor()
1101 void MacroAssembler::Nor(Register rd, Register rs, const Operand& rt) { in Nor()
1113 void MacroAssembler::Neg(Register rs, const Operand& rt) { in Neg()
1122 void MacroAssembler::Slt(Register rd, Register rs, const Operand& rt) { in Slt()
1138 void MacroAssembler::Sltu(Register rd, Register rs, const Operand& rt) { in Sltu()
1154 void MacroAssembler::Ror(Register rd, Register rs, const Operand& rt) { in Ror()
1180 void MacroAssembler::Pref(int32_t hint, const MemOperand& rs) { in Pref()
1189 void MacroAssembler::Lsa(Register rd, Register rt, Register rs, uint8_t sa, in Lsa()
1278 void MacroAssembler::Ulw(Register rd, const MemOperand& rs) { in Ulw()
1305 void MacroAssembler::Usw(Register rd, const MemOperand& rs) { in Usw()
1325 void MacroAssembler::Ulh(Register rd, const MemOperand& rs) { in Ulh()
1356 void MacroAssembler::Ulhu(Register rd, const MemOperand& rs) { in Ulhu()
1387 void MacroAssembler::Ush(Register rd, const MemOperand& rs, Register scratch) { in Ush()
1420 void MacroAssembler::Ulwc1(FPURegister fd, const MemOperand& rs, in Ulwc1()
1432 void MacroAssembler::Uswc1(FPURegister fd, const MemOperand& rs, in Uswc1()
1444 void MacroAssembler::Uldc1(FPURegister fd, const MemOperand& rs, in Uldc1()
1459 void MacroAssembler::Usdc1(FPURegister fd, const MemOperand& rs, in Usdc1()
1874 Register rs, in Ext()
1897 Register rs, in Ins()
1920 void MacroAssembler::Cvt_d_uw(FPURegister fd, Register rs, in Cvt_d_uw()
2015 Register rs, in Trunc_uw_d()
2046 void MacroAssembler::Trunc_uw_s(FPURegister fd, Register rs, in Trunc_uw_s()
2351 void MacroAssembler::Movz(Register rd, Register rs, Register rt) { in Movz()
2363 void MacroAssembler::Movn(Register rd, Register rs, Register rt) { in Movn()
2375 void MacroAssembler::Movt(Register rd, Register rs, uint16_t cc) { in Movt()
2401 void MacroAssembler::Movf(Register rd, Register rs, uint16_t cc) { in Movf()
2606 void MacroAssembler::Clz(Register rd, Register rs) { in Clz()
2795 #define BRANCH_ARGS_CHECK(cond, rs, rt) DCHECK( \ argument
2806 void MacroAssembler::Branch(int32_t offset, Condition cond, Register rs, in Branch()
2831 void MacroAssembler::Branch(Label* L, Condition cond, Register rs, in Branch()
2866 Register rs, in Branch()
2947 Condition cond, Register rs, in BranchShortHelperR6()
3228 Register rs, const Operand& rt, in BranchShortHelper()
3364 Register rs, const Operand& rt, in BranchShortCheck()
3388 void MacroAssembler::BranchShort(int32_t offset, Condition cond, Register rs, in BranchShort()
3394 void MacroAssembler::BranchShort(Label* L, Condition cond, Register rs, in BranchShort()
3405 void MacroAssembler::BranchAndLink(int32_t offset, Condition cond, Register rs, in BranchAndLink()
3430 void MacroAssembler::BranchAndLink(Label* L, Condition cond, Register rs, in BranchAndLink()
3496 Condition cond, Register rs, in BranchAndLinkShortHelperR6()
3653 Condition cond, Register rs, in BranchAndLinkShortHelper()
3745 Condition cond, Register rs, in BranchAndLinkShortCheck()
3772 Register rs, in Jump()
3801 Register rs, in Jump()
3819 Register rs, in Jump()
3830 Register rs, in Jump()
3841 Register rs, in CallSize()
3861 Register rs, in Call()
3901 Register rs, in CallSize()
3912 Register rs, in Call()
3930 Register rs, in CallSize()
3943 Register rs, in Call()
3962 Register rs, in Ret()
5709 Register rs, Operand rt) { in Assert()
5735 Register rs, Operand rt) { in Check()