Home
last modified time | relevance | path

Searched refs:Shift_C (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h212 static inline uint32_t Shift_C(const uint32_t value, ARM_ShifterType type, in Shift_C() function
257 uint32_t result = Shift_C(value, type, amount, carry_in, dont_care, success); in Shift()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp1662 (shifted, carry) = Shift_C(R[m], shift_t, shift_n, APSR.C); in EmulateMVNReg()
1717 Shift_C(value, shift_t, shift_n, APSR_C, carry, &success); in EmulateMVNReg()
3533 (result, carry) = Shift_C(R[m], SRType_ASR, shift_n, APSR.C); in EmulateASRImm()
3560 (result, carry) = Shift_C(R[m], SRType_ASR, shift_n, APSR.C); in EmulateASRReg()
3727 (result, carry) = Shift_C(R[m], SRType_RRX, 1, APSR.C); in EmulateRRX()
6095 (shifted, carry) = Shift_C(R[m], shift_t, shift_n, APSR.C); in EmulateANDReg()
6260 (shifted, carry) = Shift_C(R[m], shift_t, shift_n, APSR.C); in EmulateBICReg()
8905 (shifted, carry) = Shift_C(R[m], shift_t, shift_n, APSR.C); in EmulateEORReg()
9072 (shifted, carry) = Shift_C(R[m], shift_t, shift_n, APSR.C); in EmulateORRReg()
9819 (shifted, carry) = Shift_C(R[m], shift_t, shift_n, APSR.C); in EmulateTEQReg()
[all …]