Home
last modified time | relevance | path

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

/qemu/target/mips/tcg/
H A Ddsp_helper.c1279 uint64_t temp, tempRs, tempRt; in helper_addsc() local
1283 tempRt = (uint64_t)rt & MIPSDSP_LLO; in helper_addsc()
1285 temp = tempRs + tempRt; in helper_addsc()