Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h37 bool LastInITBlock();
155 bool LastInITBlock();
H A DEmulateInstructionARM.cpp650 bool ITSession::LastInITBlock() { return ITCounter == 1; } in LastInITBlock() function in ITSession
1063 if (BitIsSet(registers, 15) && InITBlock() && !LastInITBlock()) in EmulatePOP()
1072 if (Rt == 15 && InITBlock() && !LastInITBlock()) in EmulatePOP()
1296 if (Rd == 15 && InITBlock() && !LastInITBlock()) in EmulateMOVRdRm()
1790 if (Rt == 15 && InITBlock() && !LastInITBlock()) in EmulateLDRRtPCRelative()
2045 if (InITBlock() && !LastInITBlock()) in EmulateBLXImmediate()
2064 if (InITBlock() && !LastInITBlock()) in EmulateBLXImmediate()
2137 if (InITBlock() && !LastInITBlock()) in EmulateBLXRm()
2185 if (InITBlock() && !LastInITBlock()) in EmulateBXRm()
2241 if (InITBlock() && !LastInITBlock()) in EmulateBXJRm()
[all …]