Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Ddsp_helper.c252 int32_t temp32, temp31, result; in mipsdsp_sat32_acc_q31() local
265 temp31 = (temp_sum >> 31) & 0x01; in mipsdsp_sat32_acc_q31()
268 if (temp32 != temp31) { in mipsdsp_sat32_acc_q31()
1295 int32_t temp32, temp31; in helper_addwc() local
1300 temp31 = (tempL >> 31) & 0x01; in helper_addwc()
1303 if (temp31 != temp32) { in helper_addwc()