Home
last modified time | relevance | path

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

/third_party/vixl/src/aarch64/
H A Dcpu-features-auditor-aarch64.h118 void LoadStorePairHelper(const Instruction* instr);
H A Dcpu-features-auditor-aarch64.cc139 void CPUFeaturesAuditor::LoadStorePairHelper(const Instruction* instr) { in LoadStorePairHelper() function in vixl::aarch64::CPUFeaturesAuditor
622 LoadStorePairHelper(instr); in VisitLoadStorePairNonTemporal()
626 LoadStorePairHelper(instr); in VisitLoadStorePairOffset()
630 LoadStorePairHelper(instr); in VisitLoadStorePairPostIndex()
634 LoadStorePairHelper(instr); in VisitLoadStorePairPreIndex()
H A Dsimulator-aarch64.cc4415 LoadStorePairHelper(instr, Offset); in Simulator()
4420 LoadStorePairHelper(instr, PreIndex); in Simulator()
4425 LoadStorePairHelper(instr, PostIndex); in Simulator()
4430 LoadStorePairHelper(instr, Offset); in Simulator()
4434 void Simulator::LoadStorePairHelper(const Instruction* instr, in Simulator() function in vixl::aarch64::Simulator
H A Dsimulator-aarch64.h3246 void LoadStorePairHelper(const Instruction* instr, AddrMode addrmode);
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc2143 LoadStorePairHelper(instr, Offset);
2147 LoadStorePairHelper(instr, PreIndex);
2151 LoadStorePairHelper(instr, PostIndex);
2154 void Simulator::LoadStorePairHelper(Instruction* instr, AddrMode addrmode) {
H A Dsimulator-arm64.h1495 void LoadStorePairHelper(Instruction* instr, AddrMode addrmode);

Completed in 37 milliseconds