Searched refs:DP_NOFUNC_PH (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | dsp_helper.c | 2283 #define DP_NOFUNC_PH(name, is_add, rsmov1, rsmov2, rtmov1, rtmov2) \ macro 2312 DP_NOFUNC_PH(dpa_w_ph, 1, 16, 0, 16, 0); 2313 DP_NOFUNC_PH(dpax_w_ph, 1, 16, 0, 0, 16); 2314 DP_NOFUNC_PH(dps_w_ph, 0, 16, 0, 16, 0); 2315 DP_NOFUNC_PH(dpsx_w_ph, 0, 16, 0, 0, 16); 2316 #undef DP_NOFUNC_PH
|