Searched refs:shift_n (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/ |
| 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 …]
|
| /openbsd/src/sys/dev/pci/drm/radeon/ |
| D | si_dpm.h | 62 u8 shift_n; member
|
| D | si_dpm.c | 2614 si_pi->dyn_powertune_data.shift_n = si_pi->powertune_data->shift_n_default; in si_initialize_smc_cac_tables() 2641 cac_tables->SHIFT_N = si_pi->dyn_powertune_data.shift_n; in si_initialize_smc_cac_tables()
|