Home
last modified time | relevance | path

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

/qemu/include/qemu/
H A Dint128.h62 static inline Int128 int128_exts64(int64_t a) in int128_exts64() function
294 static inline Int128 int128_exts64(int64_t a) in int128_exts64() function
/qemu/target/hexagon/
H A Dmacros.h425 #define fCAST8S_16S(A) (int128_exts64(A))
/qemu/hw/vfio/
H A Dcommon.c550 llend = int128_and(llend, int128_exts64(qemu_real_host_page_mask())); in vfio_get_section_iova_range()
/qemu/hw/virtio/
H A Dvhost-vdpa.c39 llend = int128_and(llend, int128_exts64(page_mask)); in vhost_vdpa_section_end()
/qemu/target/arm/tcg/
H A Dvec_helper.c641 t = int128_exts64(a); in do_sqrdmlah_d()
646 t = int128_exts64(1ll << 62); in do_sqrdmlah_d()