Searched refs:LoadStorePairHelper (Results 1 – 6 of 6) sorted by relevance
/external/vixl/src/aarch64/ |
D | cpu-features-auditor-aarch64.cc | 103 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()
|
D | cpu-features-auditor-aarch64.h | 113 void LoadStorePairHelper(const Instruction* instr);
|
D | simulator-aarch64.cc | 1527 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
|
D | simulator-aarch64.h | 1809 void LoadStorePairHelper(const Instruction* instr, AddrMode addrmode);
|
/external/v8/src/arm64/ |
D | simulator-arm64.cc | 1842 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
|
D | simulator-arm64.h | 1338 void LoadStorePairHelper(Instruction* instr, AddrMode addrmode);
|