Searched refs:SRType_ASR (Results 1 – 3 of 3) sorted by relevance
| /trueos/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| HD | ARMUtils.h | 39 shift_t = SRType_ASR; in DecodeImmShift() 89 return SRType_ASR; in DecodeRegShift() 242 case SRType_ASR: in Shift_C()
|
| HD | ARMDefines.h | 22 SRType_ASR, enumerator
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/ |
| HD | EmulateInstructionARM.cpp | 2991 (result, carry) = Shift_C(R[m], SRType_ASR, shift_n, APSR.C); in EmulateASRImm() 3003 return EmulateShiftImm (opcode, encoding, SRType_ASR); in EmulateASRImm() 3018 (result, carry) = Shift_C(R[m], SRType_ASR, shift_n, APSR.C); in EmulateASRReg() 3027 return EmulateShiftReg (opcode, encoding, SRType_ASR); in EmulateASRReg()
|