Searched refs:SRType_ASR (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | ARMUtils.h | 36 shift_t = SRType_ASR; in DecodeImmShift() 83 return SRType_ASR; in DecodeRegShift() 233 case SRType_ASR: in Shift_C()
|
| H A D | ARMDefines.h | 25 SRType_ASR, enumerator
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.cpp | 3533 (result, carry) = Shift_C(R[m], SRType_ASR, shift_n, APSR.C); in EmulateASRImm() 3545 return EmulateShiftImm(opcode, encoding, SRType_ASR); in EmulateASRImm() 3560 (result, carry) = Shift_C(R[m], SRType_ASR, shift_n, APSR.C); in EmulateASRReg() 3569 return EmulateShiftReg(opcode, encoding, SRType_ASR); in EmulateASRReg()
|