Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dint128.h122 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 Datomic_common.c.inc59 if (int128_eq(oldv, cmpv)) {
/openbmc/qemu/system/
H A Dmemory.c71 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 Dphysmem.c1115 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 Dint_helper.c1194 (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 Dmemory.h1178 int128_eq(a->size, b->size) && in MemoryRegionSection_eq()
/openbmc/qemu/hw/vfio/
H A Dcommon.c773 if (int128_eq(llsize, int128_2_64())) { in vfio_listener_region_del()
/openbmc/qemu/hw/virtio/
H A Dvhost-vdpa.c463 if (int128_eq(llsize, int128_2_64())) { in vhost_vdpa_listener_region_del()
/openbmc/qemu/target/s390x/tcg/
H A Dmem_helper.c1874 cc = !int128_eq(ov, cv); in do_csst()
1881 cc = !int128_eq(ov, cv); in do_csst()