Home
last modified time | relevance | path

Searched refs:MIPSDSP_RETURN64_32 (Results 1 – 1 of 1) sorted by relevance

/qemu/target/mips/tcg/
H A Ddsp_helper.c1092 #define MIPSDSP_RETURN64_32(a, b) (((uint64_t)(a) << 32) | (uint64_t)(b)) macro
1549 return MIPSDSP_RETURN64_32(tempB, tempA); in helper_precrq_pw_l()
1615 return MIPSDSP_RETURN64_32(tempBI, tempAI); \
1923 return MIPSDSP_RETURN64_32(rt1, rt0); \
1938 return MIPSDSP_RETURN64_32(rt1, rt0); \
3761 #undef MIPSDSP_RETURN64_32