Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Ddsp_helper.c3383 uint32_t temp127; in helper_dextr_s_h() local
3389 temp127 = (temp[1] >> 63) & 0x01; in helper_dextr_s_h()
3391 if ((temp127 == 0) && (temp[1] > 0 || temp[0] > 32767)) { in helper_dextr_s_h()
3395 } else if ((temp127 == 1) && in helper_dextr_s_h()