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

/external/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp110 bool ITSession::LastInITBlock() function in class:ITSession
507 // if registers<15> == '1' && InITBlock() && !LastInITBlock() then UNPREDICTABLE;
508 if (BitIsSet(registers, 15) && InITBlock() && !LastInITBlock())
513 // if t == 13 || (t == 15 && InITBlock() && !LastInITBlock()) then UNPREDICTABLE;
516 if (Rt == 15 && InITBlock() && !LastInITBlock())
747 if (Rd == 15 && InITBlock() && !LastInITBlock())
1234 if (Rt == 15 && InITBlock() && !LastInITBlock())
1471 if (InITBlock() && !LastInITBlock())
1489 if (InITBlock() && !LastInITBlock())
1556 if (InITBlock() && !LastInITBlock())
13054 EmulateInstructionARM::LastInITBlock() function in class:EmulateInstructionARM
[all...]

Completed in 180 milliseconds