Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Ddsp_helper.c1041 #define MIPSDSP_LHI 0xFFFFFFFF00000000ull macro
2345 ((acc & MIPSDSP_LHI) >> 32); \
3129 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()
3142 ((tempDL[1] & 0x01) != 1 || (tempDL[0] & MIPSDSP_LHI) != MIPSDSP_LHI)) { 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()
3168 ((tempDL[1] & 0x01) != 1 || (tempDL[0] & MIPSDSP_LHI) != MIPSDSP_LHI)) { in helper_extr_r_w()
3185 (tempDL[1] != 1 || (tempDL[0] & MIPSDSP_LHI) != MIPSDSP_LHI)) { in helper_extr_rs_w()
3195 ((tempDL[1] & 0x01) != 1 || (tempDL[0] & MIPSDSP_LHI) != MIPSDSP_LHI)) { in helper_extr_rs_w()
[all …]