Searched refs:int128_min (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | int128.h | 167 static inline Int128 int128_min(Int128 a, Int128 b) in int128_min() function 432 static inline Int128 int128_min(Int128 a, Int128 b) in int128_min() function
|
/openbmc/qemu/target/ppc/ |
H A D | int_helper.c | 1134 Int128 int128_min = int128_make128(0, INT64_MIN); in helper_VDIVSQ() local 1136 (int128_ne(a->s128, int128_min) || int128_ne(b->s128, neg1)))) { in helper_VDIVSQ() 1188 Int128 int128_min = int128_make128(0, INT64_MIN); in helper_VDIVESQ() local 1194 (int128_eq(b->s128, neg1) && int128_eq(high, int128_min)))) { in helper_VDIVESQ() 1219 Int128 int128_min = int128_make128(0, INT64_MIN); in helper_VMODSQ() local 1221 (int128_ne(a->s128, int128_min) || int128_ne(b->s128, neg1)))) { in helper_VMODSQ()
|
/openbmc/qemu/system/ |
H A D | physmem.c | 388 *plen = int128_get64(int128_min(diff, int128_make64(*plen))); in address_space_translate_internal() 1113 now.size = int128_min(int128_make64(left), now.size); in flatview_add_to_dispatch() 3379 l = int128_get64(int128_min(diff, int128_make64(l))); in address_space_cache_init()
|
H A D | memory.c | 100 Int128 end = int128_min(addrrange_end(r1), addrrange_end(r2)); in addrrange_intersection() 796 now = int128_min(remain, in render_memory_region() 806 now = int128_sub(int128_min(int128_add(base, remain), in render_memory_region()
|