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

  /external/lldb/source/Plugins/Instruction/ARM/
EmulateInstructionARM.cpp 64 ITCounter = CountITSize(Bits32(bits7_0, 3, 0));
69 unsigned short FirstCond = Bits32(bits7_0, 7, 4);
98 unsigned short NewITState4_0 = Bits32(ITState, 4, 0) << 1;
119 return Bits32(ITState, 7, 4);
370 registers = Bits32(opcode, 7, 0);
380 registers = Bits32(opcode, 15, 0) & ~0xa000;
386 Rt = Bits32(opcode, 15, 12);
393 registers = Bits32(opcode, 15, 0);
399 Rt = Bits32(opcode, 15, 12);
493 registers = Bits32(opcode, 7, 0)
    [all...]