Home
last modified time | relevance | path

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

/external/v8/src/ic/mips/
Dic-mips.cc977 delta += Assembler::GetRs(instr) * kImm16Mask; in PatchInlinedSmiCode()
1003 Register reg = Register::from_code(Assembler::GetRs(instr_at_patch)); in PatchInlinedSmiCode()
/external/v8/src/ic/mips64/
Dic-mips64.cc984 delta += Assembler::GetRs(instr) * kImm16Mask; in PatchInlinedSmiCode()
1010 Register reg = Register::from_code(Assembler::GetRs(instr_at_patch)); in PatchInlinedSmiCode()
/external/v8/src/mips/
Dassembler-mips.cc388 uint32_t Assembler::GetRs(Instr instr) { in GetRs() function in v8::internal::Assembler
2648 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()
Dassembler-mips.h1077 static uint32_t GetRs(Instr instr);
/external/v8/src/mips64/
Dassembler-mips64.h1113 static uint32_t GetRs(Instr instr);
Dassembler-mips64.cc366 uint32_t Assembler::GetRs(Instr instr) { in GetRs() function in v8::internal::Assembler