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; \
2640 tempL = (int64_t)tempA + acc; \
2642 ((tempL & MIPSDSP_LHI) >> 32); \
2644 (tempL & MIPSDSP_LLO); \
2681 int64_t tempL; \
[all …]