Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Ddisasm-aarch64.cc1428 if ((instr->GetRs() % 2 == 1) || (instr->GetRt() % 2 == 1)) { in VisitLoadStoreExclusive()
4966 reg_num = instr->GetRs(); in SubstituteRegisterField()
4987 reg_num = instr->GetRs(); in SubstituteRegisterField()
Dsimulator-aarch64.cc1668 unsigned rs = instr->GetRs(); in CompareAndSwapHelper()
1706 unsigned rs = instr->GetRs(); in CompareAndSwapPairHelper()
1764 unsigned rs = instr->GetRs(); in VisitLoadStoreExclusive()
1974 unsigned rs = instr->GetRs(); in AtomicMemorySimpleHelper()
2039 unsigned rs = instr->GetRs(); in AtomicMemorySwapHelper()
/external/v8/src/mips/
Dassembler-mips.cc396 uint32_t Assembler::GetRs(Instr instr) { in GetRs() function in v8::internal::Assembler
676 uint32_t rs_field = GetRs(instr); in IsMov()
Dassembler-mips.h1802 static uint32_t GetRs(Instr instr);
/external/v8/src/mips64/
Dassembler-mips64.cc375 uint32_t Assembler::GetRs(Instr instr) { in GetRs() function in v8::internal::Assembler
597 uint32_t rs_field = GetRs(instr); in IsMov()
Dassembler-mips64.h1880 static uint32_t GetRs(Instr instr);