Home
last modified time | relevance | path

Searched refs:LastInITBlock (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.h36 bool LastInITBlock();
157 bool LastInITBlock();
DEmulateInstructionARM.cpp648 bool ITSession::LastInITBlock() { return ITCounter == 1; } in LastInITBlock() function in ITSession
1065 if (BitIsSet(registers, 15) && InITBlock() && !LastInITBlock()) in EmulatePOP()
1074 if (Rt == 15 && InITBlock() && !LastInITBlock()) in EmulatePOP()
1298 if (Rd == 15 && InITBlock() && !LastInITBlock()) in EmulateMOVRdRm()
1792 if (Rt == 15 && InITBlock() && !LastInITBlock()) in EmulateLDRRtPCRelative()
2048 if (InITBlock() && !LastInITBlock()) in EmulateBLXImmediate()
2067 if (InITBlock() && !LastInITBlock()) in EmulateBLXImmediate()
2140 if (InITBlock() && !LastInITBlock()) in EmulateBLXRm()
2188 if (InITBlock() && !LastInITBlock()) in EmulateBXRm()
2244 if (InITBlock() && !LastInITBlock()) in EmulateBXJRm()
[all …]
/external/vixl/src/aarch32/
Ddisasm-aarch32.h55 bool LastInITBlock() const { return it_mask_ == 0x8; } in LastInITBlock() function
57 return OutsideITBlock() || LastInITBlock(); in OutsideITBlockOrLast()