Home
last modified time | relevance | path

Searched refs:tempC (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
1515 tempC = (rs >> 16) & MIPSDSP_LO; in helper_precrq_qh_pw()
1527 uint16_t tempD, tempC, tempB, tempA; in helper_precrq_rs_qh_pw() local
1535 tempC = mipsdsp_trunc16_sat16_round(rs0, env); in helper_precrq_rs_qh_pw()
1556 uint8_t tempD, tempC, tempB, tempA; in helper_precrqu_s_qb_ph() local
1565 tempC = mipsdsp_sat8_reduce_precision(rsl, env); in helper_precrqu_s_qb_ph()
1569 return MIPSDSP_RETURN32_8(tempD, tempC, tempB, tempA); in helper_precrqu_s_qb_ph()
1660 tempC = tempC << 7; \
2141 int32_t tempD, tempC, tempB, tempA; in helper_mulsaq_s_w_qh() local
2150 tempC = mipsdsp_mul_q15_q15(ac, rs2, rt2, env); in helper_mulsaq_s_w_qh()
[all …]