Searched refs:int128_eq (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | int128.h | 122 static inline bool int128_eq(Int128 a, Int128 b) in int128_eq() function 387 static inline bool int128_eq(Int128 a, Int128 b) in int128_eq() function 394 return !int128_eq(a, b); in int128_ne()
|
/openbmc/qemu/accel/tcg/ |
H A D | atomic_common.c.inc | 59 if (int128_eq(oldv, cmpv)) {
|
/openbmc/qemu/system/ |
H A D | memory.c | 71 return int128_eq(r1.start, r2.start) && int128_eq(r1.size, r2.size); in addrrange_equal() 207 if (int128_eq(a->addr.start, b->addr.start) && in memory_region_ioeventfd_equal() 209 (int128_eq(a->addr.size, b->addr.size) && in memory_region_ioeventfd_equal() 321 return int128_eq(addrrange_end(r1->addr), r2->addr.start) in can_merge() 323 && int128_eq(int128_add(int128_make64(r1->offset_in_region), in can_merge() 971 || (int128_eq(frold->addr.start, frnew->addr.start) in address_space_update_topology_pass() 1828 if (int128_eq(mr->size, int128_2_64())) { in memory_region_size() 2696 if (int128_eq(s, mr->size)) { in memory_region_set_size()
|
H A D | physmem.c | 1115 if (int128_eq(remain.size, now.size)) { in flatview_add_to_dispatch() 1128 if (int128_eq(remain.size, now.size)) { in flatview_add_to_dispatch()
|
/openbmc/qemu/target/ppc/ |
H A D | int_helper.c | 1194 (int128_eq(b->s128, neg1) && int128_eq(high, int128_min)))) { in helper_VDIVESQ() 2140 int128_eq(int128_add(a->s128, b->s128), int128_makes64(-1)); in helper_VADDECUQ() 2163 int128_eq(int128_add(a->s128, tmp), int128_makes64(-1)); in helper_VSUBCUQ() 2173 r->VsrD(1) = carry_out || (carry_in && int128_eq(int128_add(a->s128, tmp), in helper_VSUBECUQ()
|
/openbmc/qemu/include/exec/ |
H A D | memory.h | 1174 int128_eq(a->size, b->size) && in MemoryRegionSection_eq()
|
/openbmc/qemu/hw/vfio/ |
H A D | common.c | 773 if (int128_eq(llsize, int128_2_64())) { in vfio_listener_region_del()
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost-vdpa.c | 463 if (int128_eq(llsize, int128_2_64())) { in vhost_vdpa_listener_region_del()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | mem_helper.c | 1874 cc = !int128_eq(ov, cv); in do_csst() 1881 cc = !int128_eq(ov, cv); in do_csst()
|