Home
last modified time | relevance | path

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

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