Searched refs:SRType_ASR (Results 1 – 3 of 3) sorted by relevance
/external/lldb/source/Plugins/Process/Utility/ |
D | ARMUtils.h | 39 shift_t = SRType_ASR; in DecodeImmShift() 89 return SRType_ASR; in DecodeRegShift() 242 case SRType_ASR: in Shift_C()
|
D | ARMDefines.h | 22 SRType_ASR, enumerator
|
/external/lldb/source/Plugins/Instruction/ARM/ |
D | EmulateInstructionARM.cpp | 2963 (result, carry) = Shift_C(R[m], SRType_ASR, shift_n, APSR.C); in EmulateASRImm() 2975 return EmulateShiftImm (opcode, encoding, SRType_ASR); in EmulateASRImm() 2990 (result, carry) = Shift_C(R[m], SRType_ASR, shift_n, APSR.C); in EmulateASRReg() 2999 return EmulateShiftReg (opcode, encoding, SRType_ASR); in EmulateASRReg()
|