Home
last modified time | relevance | path

Searched refs:shift_n (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp1665 (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/
H A Dsi_dpm.h66 u8 shift_n; member
H A Dsi_dpm.c2658 si_pi->dyn_powertune_data.shift_n = si_pi->powertune_data->shift_n_default; in si_initialize_smc_cac_tables()
2685 cac_tables->SHIFT_N = si_pi->dyn_powertune_data.shift_n; in si_initialize_smc_cac_tables()
/openbsd-src/sys/dev/pci/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.h889 u8 shift_n; member
H A Damdgpu_si_dpm.c2772 si_pi->dyn_powertune_data.shift_n = si_pi->powertune_data->shift_n_default; in si_initialize_smc_cac_tables()
2799 cac_tables->SHIFT_N = si_pi->dyn_powertune_data.shift_n; in si_initialize_smc_cac_tables()