Home
last modified time | relevance | path

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

/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.h1355 BType ReadBType() const { return btype_; } in ReadBType() function in vixl::aarch64::Simulator
1377 if (PcIsInGuardedPage() && (ReadBType() != DefaultBType)) { in ExecuteInstruction()
H A Dsimulator-aarch64.cc6788 if (PcIsInGuardedPage() && (ReadBType() != DefaultBType)) { in Simulator()
6794 (ReadBType() == BranchFromGuardedNotToIP)) { in Simulator()
6799 if (PcIsInGuardedPage() && (ReadBType() == BranchAndLink)) { in Simulator()
6821 switch (ReadBType()) { in Simulator()

Completed in 26 milliseconds