Searched refs:SRType_ASR (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | ARMUtils.h | 38 shift_t = SRType_ASR; in DecodeImmShift() 85 return SRType_ASR; in DecodeRegShift() 234 case SRType_ASR: in Shift_C()
|
| H A D | ARMDefines.h | 25 SRType_ASR, enumerator
|
| /src/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.cpp | 3532 (result, carry) = Shift_C(R[m], SRType_ASR, shift_n, APSR.C); in EmulateASRImm() 3544 return EmulateShiftImm(opcode, encoding, SRType_ASR); in EmulateASRImm() 3559 (result, carry) = Shift_C(R[m], SRType_ASR, shift_n, APSR.C); in EmulateASRReg() 3568 return EmulateShiftReg(opcode, encoding, SRType_ASR); in EmulateASRReg()
|