HomeSort by relevance Sort by last modified time
    Searched refs:ITCounter (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Plugins/Instruction/ARM/
EmulateInstructionARM.h 24 ITSession() : ITCounter(0), ITState(0) {}
27 // InitIT - Initializes ITCounter/ITState.
30 // ITAdvance - Updates ITCounter/ITState as IT Block progresses.
43 uint32_t ITCounter; // Possible values: 0, 1, 2, 3, 4.
EmulateInstructionARM.cpp 64 ITCounter = CountITSize(Bits32(bits7_0, 3, 0));
65 if (ITCounter == 0)
77 if (FirstCond == 0xE && ITCounter != 1)
92 //assert(ITCounter);
93 --ITCounter;
94 if (ITCounter == 0)
106 return ITCounter != 0;
112 return ITCounter == 1;
    [all...]

Completed in 64 milliseconds