Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dlmmi_helper.c49 #define SATSH(x) (x < -0x8000 ? -0x8000 : x > 0x7fff ? 0x7fff : x) macro
93 vs.sh[i] = SATSH(r); in helper_paddsh()
188 vs.sh[i] = SATSH(r); in helper_psubsh()
266 tmp = SATSH(tmp); in helper_packsswh()
270 tmp = SATSH(tmp); in helper_packsswh()
274 tmp = SATSH(tmp); in helper_packsswh()
278 tmp = SATSH(tmp); in helper_packsswh()