Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dcpu-features-auditor-aarch64.cc103 void CPUFeaturesAuditor::LoadStorePairHelper(const Instruction* instr) { in LoadStorePairHelper() function in vixl::aarch64::CPUFeaturesAuditor
522 LoadStorePairHelper(instr); in VisitLoadStorePairNonTemporal()
526 LoadStorePairHelper(instr); in VisitLoadStorePairOffset()
530 LoadStorePairHelper(instr); in VisitLoadStorePairPostIndex()
534 LoadStorePairHelper(instr); in VisitLoadStorePairPreIndex()
Dcpu-features-auditor-aarch64.h113 void LoadStorePairHelper(const Instruction* instr);
Dsimulator-aarch64.cc1527 LoadStorePairHelper(instr, Offset); in VisitLoadStorePairOffset()
1532 LoadStorePairHelper(instr, PreIndex); in VisitLoadStorePairPreIndex()
1537 LoadStorePairHelper(instr, PostIndex); in VisitLoadStorePairPostIndex()
1542 LoadStorePairHelper(instr, Offset); in VisitLoadStorePairNonTemporal()
1546 void Simulator::LoadStorePairHelper(const Instruction* instr, in LoadStorePairHelper() function in vixl::aarch64::Simulator
Dsimulator-aarch64.h1809 void LoadStorePairHelper(const Instruction* instr, AddrMode addrmode);
/external/v8/src/arm64/
Dsimulator-arm64.cc1842 LoadStorePairHelper(instr, Offset); in VisitLoadStorePairOffset()
1847 LoadStorePairHelper(instr, PreIndex); in VisitLoadStorePairPreIndex()
1852 LoadStorePairHelper(instr, PostIndex); in VisitLoadStorePairPostIndex()
1856 void Simulator::LoadStorePairHelper(Instruction* instr, in LoadStorePairHelper() function in v8::internal::Simulator
Dsimulator-arm64.h1338 void LoadStorePairHelper(Instruction* instr, AddrMode addrmode);