Home
last modified time | relevance | path

Searched refs:UsingAArch32 (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp498 bool EmulateInstructionARM64::UsingAArch32() { in UsingAArch32() function in EmulateInstructionARM64
513 assert UsingAArch32(); in BranchTo()
516 assert N == 64 && !UsingAArch32(); in BranchTo()
538 if (!UsingAArch32()) in BranchTo()
542 if (UsingAArch32()) in BranchTo()
H A DEmulateInstructionARM64.h180 bool UsingAArch32();