Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Ddsp_helper.c52 #define MIPSDSP_OVERFLOW_SUB(a, b, c, d) (((a) ^ (b)) & ((a) ^ (c)) & (d)) macro
842 if (MIPSDSP_OVERFLOW_SUB(a, b, temp, 0x8000)) { in mipsdsp_sub_i16()
855 if (MIPSDSP_OVERFLOW_SUB(a, b, temp, 0x8000)) { in mipsdsp_sat16_sub()
873 if (MIPSDSP_OVERFLOW_SUB(a, b, temp, 0x80000000)) { in mipsdsp_sat32_sub()
989 if (MIPSDSP_OVERFLOW_SUB(a, b, temp, 0x80000000)) { in mipsdsp_sub32()
2490 overflow = MIPSDSP_OVERFLOW_SUB((uint64_t)acc, (uint64_t)dotp, \