Searched defs:NewITState4_0 (Results 1 - 1 of 1) sorted by relevance
/external/lldb/source/Plugins/Instruction/ARM/ | ||
H A D | EmulateInstructionARM.cpp | 98 unsigned short NewITState4_0 = Bits32(ITState, 4, 0) << 1; local 99 SetBits32(ITState, 4, 0, NewITState4_0); |
Completed in 77 milliseconds