Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Ddsp_helper.c1048 #define MIPSDSP_Q0 0x000000FF macro
1318 decr = rt & MIPSDSP_Q0; in helper_modsub()
1433 rs6 = (rs >> 48) & MIPSDSP_Q0; in helper_precr_ob_qh()
1434 rs4 = (rs >> 32) & MIPSDSP_Q0; in helper_precr_ob_qh()
1435 rs2 = (rs >> 16) & MIPSDSP_Q0; in helper_precr_ob_qh()
1436 rs0 = rs & MIPSDSP_Q0; in helper_precr_ob_qh()
1437 rt6 = (rt >> 48) & MIPSDSP_Q0; in helper_precr_ob_qh()
1440 rt0 = rt & MIPSDSP_Q0; in helper_precr_ob_qh()
1496 rs0 = (rs >> 8) & MIPSDSP_Q0; in helper_precrq_ob_qh()
1500 rt0 = (rt >> 8) & MIPSDSP_Q0; in helper_precrq_ob_qh()
[all …]