Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Ddsp_helper.c1429 uint8_t rs6, rs4, rs2, rs0; in helper_precr_ob_qh() local
1433 rs6 = (rs >> 48) & MIPSDSP_Q0; in helper_precr_ob_qh()
1442 temp = ((uint64_t)rs6 << 56) | ((uint64_t)rs4 << 48) | in helper_precr_ob_qh()
1489 uint8_t rs6, rs4, rs2, rs0; in helper_precrq_ob_qh() local
1493 rs6 = (rs >> 56) & MIPSDSP_Q0; in helper_precrq_ob_qh()
1502 temp = ((uint64_t)rs6 << 56) | ((uint64_t)rs4 << 48) | in helper_precrq_ob_qh()