Searched refs:shift_n (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
H A D | EmulateInstructionARM.cpp | 1665 (shifted, carry) = Shift_C(R[m], shift_t, shift_n, APSR.C); in EmulateMVNReg() 1683 uint32_t shift_n; // the shift applied to the value read from Rm in EmulateMVNReg() local 1692 shift_n = 0; in EmulateMVNReg() 1700 shift_n = DecodeImmShiftThumb(opcode, shift_t); in EmulateMVNReg() 1709 shift_n = DecodeImmShiftARM(opcode, shift_t); in EmulateMVNReg() 1720 Shift_C(value, shift_t, shift_n, APSR_C, carry, &success); in EmulateMVNReg() 1945 shifted = Shift(R[m], shift_t, shift_n, APSR.C); in EmulateADDSPRm() 3202 shifted = Shift(R[m], shift_t, shift_n, APSR.C); in EmulateADDReg() 3220 uint32_t shift_n; // the shift applied to the value read from Rm in EmulateADDReg() local 3229 shift_n = 0; in EmulateADDReg() [all …]
|