Home
last modified time | relevance | path

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

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