Home
last modified time | relevance | path

Searched refs:GetLastExecutedInstruction (Results 1 - 2 of 2) sorted by relevance

/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc14330 VIXL_ASSERT(instr->IsMOPSMainOf(GetLastExecutedInstruction(), "cpy"_h)); in Simulator()
14369 VIXL_ASSERT(instr->IsMOPSEpilogueOf(GetLastExecutedInstruction(), "cpy"_h)); in Simulator()
14381 VIXL_ASSERT(instr->IsMOPSMainOf(GetLastExecutedInstruction(), "set"_h)); in Simulator()
14398 VIXL_ASSERT(instr->IsMOPSEpilogueOf(GetLastExecutedInstruction(), "set"_h)); in Simulator()
H A Dsimulator-aarch64.h1368 const Instruction* GetLastExecutedInstruction() const { return last_instr_; } in GetLastExecutedInstruction() function in vixl::aarch64::Simulator

Completed in 24 milliseconds