Searched refs:SRType_ASR (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | ARMUtils.h | 37 shift_t = SRType_ASR; in DecodeImmShift() 84 return SRType_ASR; in DecodeRegShift() 234 case SRType_ASR: in Shift_C()
|
| H A D | ARMDefines.h | 24 SRType_ASR, enumerator
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.cpp | 3546 (result, carry) = Shift_C(R[m], SRType_ASR, shift_n, APSR.C); in EmulateASRImm() 3558 return EmulateShiftImm(opcode, encoding, SRType_ASR); in EmulateASRImm() 3573 (result, carry) = Shift_C(R[m], SRType_ASR, shift_n, APSR.C); in EmulateASRReg() 3582 return EmulateShiftReg(opcode, encoding, SRType_ASR); in EmulateASRReg()
|