Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dcpu-features-auditor-aarch64.cc80 void CPUFeaturesAuditor::LoadStoreHelper(const Instruction* instr) { in LoadStoreHelper() function in vixl::aarch64::CPUFeaturesAuditor
538 LoadStoreHelper(instr); in VisitLoadStorePostIndex()
542 LoadStoreHelper(instr); in VisitLoadStorePreIndex()
547 LoadStoreHelper(instr); in VisitLoadStoreRegisterOffset()
552 LoadStoreHelper(instr); in VisitLoadStoreUnscaledOffset()
557 LoadStoreHelper(instr); in VisitLoadStoreUnsignedOffset()
Dcpu-features-auditor-aarch64.h112 void LoadStoreHelper(const Instruction* instr);
Dsimulator-aarch64.cc1384 LoadStoreHelper(instr, offset, Offset); in VisitLoadStoreUnsignedOffset()
1389 LoadStoreHelper(instr, instr->GetImmLS(), Offset); in VisitLoadStoreUnscaledOffset()
1394 LoadStoreHelper(instr, instr->GetImmLS(), PreIndex); in VisitLoadStorePreIndex()
1399 LoadStoreHelper(instr, instr->GetImmLS(), PostIndex); in VisitLoadStorePostIndex()
1410 LoadStoreHelper(instr, offset, Offset); in VisitLoadStoreRegisterOffset()
1414 void Simulator::LoadStoreHelper(const Instruction* instr, in LoadStoreHelper() function in vixl::aarch64::Simulator
Dsimulator-aarch64.h1806 void LoadStoreHelper(const Instruction* instr,
/external/v8/src/arm64/
Dsimulator-arm64.cc1696 LoadStoreHelper(instr, offset, Offset); in VisitLoadStoreUnsignedOffset()
1701 LoadStoreHelper(instr, instr->ImmLS(), Offset); in VisitLoadStoreUnscaledOffset()
1706 LoadStoreHelper(instr, instr->ImmLS(), PreIndex); in VisitLoadStorePreIndex()
1711 LoadStoreHelper(instr, instr->ImmLS(), PostIndex); in VisitLoadStorePostIndex()
1721 LoadStoreHelper(instr, offset, Offset); in VisitLoadStoreRegisterOffset()
1725 void Simulator::LoadStoreHelper(Instruction* instr, in LoadStoreHelper() function in v8::internal::Simulator
Dsimulator-arm64.h1335 void LoadStoreHelper(Instruction* instr,