Searched refs:GetRs (Results 1 – 3 of 3) sorted by relevance
364 uint32_t Assembler::GetRs(Instr instr) { in GetRs() function in v8::internal::Assembler2230 if (in_range && GetRt(instr2) == GetRs(instr3)) { in set_target_address_at()2236 bool is_ret = static_cast<int>(GetRs(instr3)) == ra.code(); in set_target_address_at()2237 if (in_range && !is_ret && GetRt(instr2) == GetRs(instr3)) { in set_target_address_at()
1292 delta += Assembler::GetRs(instr) * kImm16Mask; in PatchInlinedSmiCode()1318 Register reg = Register::from_code(Assembler::GetRs(instr_at_patch)); in PatchInlinedSmiCode()
941 static uint32_t GetRs(Instr instr);