Searched refs:GetRs (Results 1 – 6 of 6) sorted by relevance
977 delta += Assembler::GetRs(instr) * kImm16Mask; in PatchInlinedSmiCode()1003 Register reg = Register::from_code(Assembler::GetRs(instr_at_patch)); in PatchInlinedSmiCode()
984 delta += Assembler::GetRs(instr) * kImm16Mask; in PatchInlinedSmiCode()1010 Register reg = Register::from_code(Assembler::GetRs(instr_at_patch)); in PatchInlinedSmiCode()
388 uint32_t Assembler::GetRs(Instr instr) { in GetRs() function in v8::internal::Assembler2648 if (in_range && GetRt(instr2) == GetRs(instr3)) { in set_target_address_at()2654 bool is_ret = static_cast<int>(GetRs(instr3)) == ra.code(); in set_target_address_at()2655 if (in_range && !is_ret && GetRt(instr2) == GetRs(instr3)) { in set_target_address_at()
1077 static uint32_t GetRs(Instr instr);
1113 static uint32_t GetRs(Instr instr);
366 uint32_t Assembler::GetRs(Instr instr) { in GetRs() function in v8::internal::Assembler