Lines Matching refs:rsl
1557 uint16_t rsh, rsl, rth, rtl; in helper_precrqu_s_qb_ph() local
1560 rsl = rs & MIPSDSP_LO; in helper_precrqu_s_qb_ph()
1565 tempC = mipsdsp_sat8_reduce_precision(rsl, env); in helper_precrqu_s_qb_ph()
2041 int16_t rsh, rsl, rth, rtl; \
2045 MIPSDSP_SPLIT32_16(rs, rsh, rsl); \
2050 tempA = mipsdsp_mul_q15_q15(ac, rsl, rtl, env); \
2053 tempA = mipsdsp_mul_u16_u16(rsl, rtl); \
2361 int16_t rsh, rsl, rth, rtl; \
2365 MIPSDSP_SPLIT32_16(rs, rsh, rsl); \
2369 tempA = mipsdsp_mul_q15_q15(ac, rsl, rth, env); \
3099 uint32_t rsl, rth; in helper_packrl_ph() local
3101 rsl = rs & MIPSDSP_LO; in helper_packrl_ph()
3104 return (target_long)(int32_t)((rsl << 16) | rth); in helper_packrl_ph()