Home
last modified time | relevance | path

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

/qemu/include/tcg/
H A Dtcg-cond.h75 static inline bool is_signed_cond(TCGCond c) in is_signed_cond() function
95 return is_signed_cond(c) ? (TCGCond)(c + 8) : c; in tcg_unsigned_cond()