Home
last modified time | relevance | path

Searched defs:shift_t (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
DARMUtils.h26 … inline uint32_t DecodeImmShift(const uint32_t type, const uint32_t imm5, ARM_ShifterType &shift_t) in DecodeImmShift()
60 static inline uint32_t DecodeImmShiftThumb(const uint32_t opcode, ARM_ShifterType &shift_t) in DecodeImmShiftThumb()
67 static inline uint32_t DecodeImmShiftARM(const uint32_t opcode, ARM_ShifterType &shift_t) in DecodeImmShiftARM()
72 static inline uint32_t DecodeImmShift(const ARM_ShifterType shift_t, const uint32_t imm5) in DecodeImmShift()
/external/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp1126 ARM_ShifterType shift_t; in EmulateMVNReg() local
2643 ARM_ShifterType shift_t; in EmulateADDReg() local
2778 ARM_ShifterType shift_t; in EmulateCMNReg() local
2902 ARM_ShifterType shift_t; in EmulateCMPReg() local
4754 ARM_ShifterType shift_t; in EmulateSTRRegister() local
5078 ARM_ShifterType shift_t; in EmulateSTRHRegister() local
5326 ARM_ShifterType shift_t; in EmulateADCReg() local
5551 ARM_ShifterType shift_t; in EmulateANDReg() local
5714 ARM_ShifterType shift_t; in EmulateBICReg() local
5951 ARM_ShifterType shift_t; in EmulateLDRRegister() local
[all …]