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...]
  /external/lldb/source/Plugins/Process/Utility/
ARMUtils.h 62 return DecodeImmShift(Bits32(opcode, 5, 4), Bits32(opcode, 14, 12)<<2 | Bits32(opcode, 7, 6), shift_t);
69 return DecodeImmShift(Bits32(opcode, 6, 5), Bits32(opcode, 11, 7), shift_t);
207 return Bit32(carry_in, 0) << 31 | Bits32(value, 31, 1);
275 return Bits32(val, msbit, lsbit);
InstructionUtils.h 29 Bits32 (const uint32_t bits, const uint32_t msbit, const uint32_t lsbit)
RegisterContextDarwin_arm.cpp     [all...]

Completed in 746 milliseconds