Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Ddsp_helper.c3129 if ((tempDL[1] != 0 || (tempDL[0] & MIPSDSP_LHI) != 0) && in helper_extr_w()
3130 (tempDL[1] != 1 || (tempDL[0] & MIPSDSP_LHI) != MIPSDSP_LHI)) { in helper_extr_w()
3136 tempDL[0] += 1; in helper_extr_w()
3141 if (((tempDL[1] & 0x01) != 0 || (tempDL[0] & MIPSDSP_LHI) != 0) && in helper_extr_w()
3157 if ((tempDL[1] != 0 || (tempDL[0] & MIPSDSP_LHI) != 0) && in helper_extr_r_w()
3158 (tempDL[1] != 1 || (tempDL[0] & MIPSDSP_LHI) != MIPSDSP_LHI)) { in helper_extr_r_w()
3162 tempDL[0] += 1; in helper_extr_r_w()
3167 if (((tempDL[1] & 0x01) != 0 || (tempDL[0] & MIPSDSP_LHI) != 0) && in helper_extr_r_w()
3184 if ((tempDL[1] != 0 || (tempDL[0] & MIPSDSP_LHI) != 0) && in helper_extr_rs_w()
3188 tempDL[0] += 1; in helper_extr_rs_w()
[all …]