Home
last modified time | relevance | path

Searched defs:LastInITBlock (Results 1 – 2 of 2) sorted by relevance

/external/vixl/src/aarch32/
Ddisasm-aarch32.h55 bool LastInITBlock() const { return it_mask_ == 0x8; } in LastInITBlock() function
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp648 bool ITSession::LastInITBlock() { return ITCounter == 1; } in LastInITBlock() function in ITSession
13989 bool EmulateInstructionARM::LastInITBlock() { in LastInITBlock() function in EmulateInstructionARM