Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Ddsp_helper.c1512 uint16_t tempD, tempC, tempB, tempA; in helper_precrq_qh_pw() local
1514 tempD = (rs >> 48) & MIPSDSP_LO; in helper_precrq_qh_pw()
1527 uint16_t tempD, tempC, tempB, tempA; in helper_precrq_rs_qh_pw() local
1534 tempD = mipsdsp_trunc16_sat16_round(rs2, env); in helper_precrq_rs_qh_pw()
1556 uint8_t tempD, tempC, tempB, tempA; in helper_precrqu_s_qb_ph() local
1564 tempD = mipsdsp_sat8_reduce_precision(rsh, env); in helper_precrqu_s_qb_ph()
1569 return MIPSDSP_RETURN32_8(tempD, tempC, tempB, tempA); in helper_precrqu_s_qb_ph()
1659 tempD = tempD << 7; \
2141 int32_t tempD, tempC, tempB, tempA; in helper_mulsaq_s_w_qh() local
2149 tempD = mipsdsp_mul_q15_q15(ac, rs3, rt3, env); in helper_mulsaq_s_w_qh()
[all …]