Searched refs:low32 (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_intrinsics.h451 inline __device__ unsigned __funnelshift_l(unsigned low32, unsigned high32, argument
456 : "r"(low32), "r"(high32), "r"(shiftWidth));
459 inline __device__ unsigned __funnelshift_lc(unsigned low32, unsigned high32, argument
464 : "r"(low32), "r"(high32), "r"(shiftWidth));
467 inline __device__ unsigned __funnelshift_r(unsigned low32, unsigned high32, argument
472 : "r"(low32), "r"(high32), "r"(shiftWidth));
475 inline __device__ unsigned __funnelshift_rc(unsigned low32, unsigned high32, argument
480 : "r"(low32), "r"(high32), "r"(shiftWidth));
/freebsd-13-stable/sys/contrib/ncsw/inc/
H A Dncsw_ext.h92 #define MAKE_UINT64(high32, low32) (((uint64_t)high32 << 32) | (low32))
/freebsd-13-stable/sys/dev/virtio/mmio/
H A Dvirtio_mmio.c673 uint64_t low32, high32; local
710 low32 = le32toh(vtmmio_read_config_4(sc, off));
712 *(uint64_t *)dst = (high32 << 32) | low32;

Completed in 109 milliseconds