Searched refs:DP_QH (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | dsp_helper.c | 2404 #define DP_QH(name, is_add, use_ac_env) \ macro 2463 DP_QH(dpa_w_qh, 1, 0); 2464 DP_QH(dpaq_s_w_qh, 1, 1); 2465 DP_QH(dps_w_qh, 0, 0); 2466 DP_QH(dpsq_s_w_qh, 0, 1); 2468 #undef DP_QH
|