Searched refs:MIPSDSP_RETURN64_16 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | dsp_helper.c | 1088 #define MIPSDSP_RETURN64_16(a, b, c, d) (((uint64_t)(a) << 48) | \ macro 1479 return MIPSDSP_RETURN64_16(tempD, tempC, tempB, tempA); \ 1519 return MIPSDSP_RETURN64_16(tempD, tempC, tempB, tempA); in helper_precrq_qh_pw() 1539 return MIPSDSP_RETURN64_16(tempD, tempC, tempB, tempA); in helper_precrq_rs_qh_pw() 1664 return MIPSDSP_RETURN64_16(tempD, tempC, tempB, tempA); \ 1705 return MIPSDSP_RETURN64_16(tempD, tempC, tempB, tempA); \ 1849 return MIPSDSP_RETURN64_16(rt3, rt2, rt1, rt0); \ 1867 return MIPSDSP_RETURN64_16(rt3, rt2, rt1, rt0); \ 2095 return MIPSDSP_RETURN64_16(tempD, tempC, tempB, tempA); \ 3760 #undef MIPSDSP_RETURN64_16
|