Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Ddsp_helper.c1044 #define MIPSDSP_LO 0x0000FFFF macro
1060 a = ((num) >> 16) & MIPSDSP_LO; \
1061 b = (num) & MIPSDSP_LO; \
1076 a = ((num) >> 48) & MIPSDSP_LO; \
1077 b = ((num) >> 32) & MIPSDSP_LO; \
1078 c = ((num) >> 16) & MIPSDSP_LO; \
1079 d = (num) & MIPSDSP_LO; \
1319 lastindex = (rt >> 8) & MIPSDSP_LO; in helper_modsub()
1381 tempB = ((int32_t)rt >> sa) & MIPSDSP_LO; in helper_precr_sra_ph_w()
1382 tempA = ((int32_t)rs >> sa) & MIPSDSP_LO; in helper_precr_sra_ph_w()
[all …]