Searched refs:shift_n (Results 1 – 1 of 1) sorted by relevance
/external/lldb/source/Plugins/Instruction/ARM/ |
D | EmulateInstructionARM.cpp | 1108 (shifted, carry) = Shift_C(R[m], shift_t, shift_n, APSR.C); in EmulateMVNReg() 1127 uint32_t shift_n; // the shift applied to the value read from Rm in EmulateMVNReg() local 1136 shift_n = 0; in EmulateMVNReg() 1144 shift_n = DecodeImmShiftThumb(opcode, shift_t); in EmulateMVNReg() 1153 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateMVNReg() 1163 uint32_t shifted = Shift_C(value, shift_t, shift_n, APSR_C, carry, &success); in EmulateMVNReg() 1369 shifted = Shift(R[m], shift_t, shift_n, APSR.C); in EmulateADDSPRm() 2625 shifted = Shift(R[m], shift_t, shift_n, APSR.C); in EmulateADDReg() 2644 uint32_t shift_n; // the shift applied to the value read from Rm in EmulateADDReg() local 2654 shift_n = 0; in EmulateADDReg() [all …]
|