Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dlmmi_helper.c46 #define SATSB(x) (x < -0x80 ? -0x80 : x > 0x7f ? 0x7f : x) macro
65 vs.sb[i] = SATSB(r); in helper_paddsb()
160 vs.sb[i] = SATSB(r); in helper_psubsb()
291 tmp = SATSB(tmp); in helper_packsshb()
296 tmp = SATSB(tmp); in helper_packsshb()