Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Ddsp_helper.c1042 #define MIPSDSP_LLO 0x00000000FFFFFFFFull macro
1084 a = ((num) >> 32) & MIPSDSP_LLO; \
1085 b = (num) & MIPSDSP_LLO; \
1282 tempRs = (uint64_t)rs & MIPSDSP_LLO; in helper_addsc()
1283 tempRt = (uint64_t)rt & MIPSDSP_LLO; in helper_addsc()
1289 return (target_long)(int32_t)(temp & MIPSDSP_LLO); in helper_addsc()
1307 rd = tempL & MIPSDSP_LLO; in helper_addwc()
1321 if ((rs & MIPSDSP_LLO) == 0x00000000) { in helper_modsub()
1529 rs2 = (rs >> 32) & MIPSDSP_LLO; in helper_precrq_rs_qh_pw()
1530 rs0 = rs & MIPSDSP_LLO; in helper_precrq_rs_qh_pw()
[all …]