Searched refs:MIPSDSP_Q0 (Results 1 – 1 of 1) sorted by relevance
1048 #define MIPSDSP_Q0 0x000000FF macro1052 a = ((num) >> 24) & MIPSDSP_Q0; \1053 b = ((num) >> 16) & MIPSDSP_Q0; \1054 c = ((num) >> 8) & MIPSDSP_Q0; \1055 d = (num) & MIPSDSP_Q0; \1318 decr = rt & MIPSDSP_Q0; in helper_modsub()1363 tempD = (rs >> a) & MIPSDSP_Q0; \1364 tempC = (rs >> b) & MIPSDSP_Q0; \1365 tempB = (rt >> a) & MIPSDSP_Q0; \1366 tempA = (rt >> b) & MIPSDSP_Q0; \[all …]