Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dhost-utils.h511 static inline bool ssub32_overflow(int32_t x, int32_t y, int32_t *ret) in ssub32_overflow() function
/openbmc/qemu/accel/tcg/
H A Dtcg-runtime-gvec.c1182 if (ssub32_overflow(ai, bi, &di)) { in HELPER()