Home
last modified time | relevance | path

Searched refs:GetRs (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/mips/
Dassembler-mips.cc364 uint32_t Assembler::GetRs(Instr instr) { in GetRs() function in v8::internal::Assembler
2230 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()
Dic-mips.cc1292 delta += Assembler::GetRs(instr) * kImm16Mask; in PatchInlinedSmiCode()
1318 Register reg = Register::from_code(Assembler::GetRs(instr_at_patch)); in PatchInlinedSmiCode()
Dassembler-mips.h941 static uint32_t GetRs(Instr instr);