Lines Matching refs:rtl
1557 uint16_t rsh, rsl, rth, rtl; in helper_precrqu_s_qb_ph() local
1562 rtl = rt & MIPSDSP_LO; in helper_precrqu_s_qb_ph()
1567 tempA = mipsdsp_sat8_reduce_precision(rtl, env); in helper_precrqu_s_qb_ph()
1817 uint16_t rth, rtl; \
1821 MIPSDSP_SPLIT32_16(rt, rth, rtl); \
1824 rtl = mipsdsp_##func(rtl, sa, env); \
1826 return MIPSDSP_RETURN32_16(rth, rtl); \
1955 uint16_t rth, rtl; \
1959 MIPSDSP_SPLIT32_16(rt, rth, rtl); \
1962 rtl = mipsdsp_##func(rtl, sa); \
1964 return MIPSDSP_RETURN32_16(rth, rtl); \
2041 int16_t rsh, rsl, rth, rtl; \
2046 MIPSDSP_SPLIT32_16(rt, rth, rtl); \
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; \
2366 MIPSDSP_SPLIT32_16(rt, rth, rtl); \
2368 tempB = mipsdsp_mul_q15_q15(ac, rsh, rtl, env); \