Searched refs:high32 (Results 1 - 4 of 4) 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/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_power.c58 u_int8_t pos, high32; local
64 high32 = pos & 0x20;
65 reg = high32 ? AR_MCAST_FIL1 : AR_MCAST_FIL0;
71 if (high32) {
/freebsd-13-stable/sys/dev/virtio/mmio/
H A Dvirtio_mmio.c673 uint64_t low32, high32; local
711 high32 = le32toh(vtmmio_read_config_4(sc, off + 4));
712 *(uint64_t *)dst = (high32 << 32) | low32;

Completed in 186 milliseconds