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

  /external/lldb/source/Plugins/Process/Utility/
ARMUtils.h 26 static inline uint32_t DecodeImmShift(const uint32_t type, const uint32_t imm5, ARM_ShifterType &shift_t)
60 static inline uint32_t DecodeImmShiftThumb(const uint32_t opcode, ARM_ShifterType &shift_t)
67 static inline uint32_t DecodeImmShiftARM(const uint32_t opcode, ARM_ShifterType &shift_t)
72 static inline uint32_t DecodeImmShift(const ARM_ShifterType shift_t, const uint32_t imm5)
74 ARM_ShifterType dont_care;
78 static inline ARM_ShifterType DecodeRegShift(const uint32_t type)
221 static inline uint32_t Shift_C(const uint32_t value, ARM_ShifterType type, const uint32_t amount,
261 static inline uint32_t Shift(const uint32_t value, ARM_ShifterType type, const uint32_t amount,
ARMDefines.h 26 } ARM_ShifterType;
  /external/lldb/source/Plugins/Instruction/ARM/
EmulateInstructionARM.h 548 EmulateShiftImm (const uint32_t opcode, const ARMEncoding encoding, ARM_ShifterType shift_type);
552 EmulateShiftReg (const uint32_t opcode, const ARMEncoding encoding, ARM_ShifterType shift_type);
EmulateInstructionARM.cpp     [all...]

Completed in 148 milliseconds