Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Ddsp_helper.c1296 int64_t tempL; in helper_addwc() local
1298 tempL = (int64_t)(int32_t)rs + (int64_t)(int32_t)rt + in helper_addwc()
1300 temp31 = (tempL >> 31) & 0x01; in helper_addwc()
1301 temp32 = (tempL >> 32) & 0x01; in helper_addwc()
1307 rd = tempL & MIPSDSP_LLO; in helper_addwc()
2633 int64_t tempL, acc; \
2681 int64_t tempL; \
2687 tempL = 0x7FFFFFFF00000000ull; \
2690 tempL = ((int64_t)rs_t * (int64_t)rt_t) << 1; \
2691 tempL += addvar; \
[all …]