Home
last modified time | relevance | path

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

/qemu/include/qemu/
H A Dint128.h152 static inline bool int128_le(Int128 a, Int128 b) in int128_le() function
417 static inline bool int128_le(Int128 a, Int128 b) in int128_le() function
424 return !int128_le(a, b); in int128_gt()
434 return int128_le(a, b) ? a : b; in int128_min()
/qemu/tests/unit/
H A Dtest-int128.c129 g_assert_cmpuint(int128_le(expand(a), expand(b)), ==, a <= b); in test_le()
/qemu/system/
H A Dmemory.c2795 if (int128_le(addrrange_end(*addr), fr->addr.start)) { in cmp_flatrange_addr()