Searched refs:_dsp_mthi (Results 1 – 1 of 1) sorted by relevance
2855 #define _dsp_mthi(val, reg) _dsp_mtxxx(val, ((reg << 14) | 0x0000)) macro2863 #define _dsp_mthi(val, reg) _dsp_mtxxx(val, ((reg << 11) | 0x0000)) macro2882 #define mthi0(x) _dsp_mthi(x, 0)2883 #define mthi1(x) _dsp_mthi(x, 1)2884 #define mthi2(x) _dsp_mthi(x, 2)2885 #define mthi3(x) _dsp_mthi(x, 3)
Completed in 17 milliseconds