Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Ddsp_helper.c1044 #define MIPSDSP_LO 0x0000FFFF macro
1400 rt = (((tempB >> 1) & MIPSDSP_LO) << 16) | ((tempA >> 1) & MIPSDSP_LO); in helper_precr_sra_r_ph_w()
1514 tempD = (rs >> 48) & MIPSDSP_LO; in helper_precrq_qh_pw()
1515 tempC = (rs >> 16) & MIPSDSP_LO; in helper_precrq_qh_pw()
1516 tempB = (rt >> 48) & MIPSDSP_LO; in helper_precrq_qh_pw()
1517 tempA = (rt >> 16) & MIPSDSP_LO; in helper_precrq_qh_pw()
1560 rsl = rs & MIPSDSP_LO; in helper_precrqu_s_qb_ph()
1562 rtl = rt & MIPSDSP_LO; in helper_precrqu_s_qb_ph()
2909 temp = rt & MIPSDSP_LO; in helper_bitrev()
3101 rsl = rs & MIPSDSP_LO; in helper_packrl_ph()
[all …]