Home
last modified time | relevance | path

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

/qemu/target/mips/tcg/
H A Ddsp_helper.c1307 rd = tempL & MIPSDSP_LLO; in helper_addwc()
1529 rs2 = (rs >> 32) & MIPSDSP_LLO; in helper_precrq_rs_qh_pw()
1530 rs0 = rs & MIPSDSP_LLO; in helper_precrq_rs_qh_pw()
1531 rt2 = (rt >> 32) & MIPSDSP_LLO; in helper_precrq_rs_qh_pw()
1532 rt0 = rt & MIPSDSP_LLO; in helper_precrq_rs_qh_pw()
2578 rs1 = (rs >> 32) & MIPSDSP_LLO; in helper_mulsaq_s_l_pw()
2579 rs0 = rs & MIPSDSP_LLO; in helper_mulsaq_s_l_pw()
2580 rt1 = (rt >> 32) & MIPSDSP_LLO; in helper_mulsaq_s_l_pw()
2581 rt0 = rt & MIPSDSP_LLO; in helper_mulsaq_s_l_pw()
3112 rs0 = rs & MIPSDSP_LLO; in helper_packrl_pw()
[all …]