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

/freebsd-11-stable/crypto/openssl/engines/vendor_defns/
H A Dcswift.h37 SW_U32 low32; member in struct:_SW_U64
44 SW_U32 low32;
/freebsd-11-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-11-stable/sys/contrib/ncsw/inc/
H A Dncsw_ext.h89 #define MAKE_UINT64(high32, low32) (((uint64_t)high32 << 32) | (low32))
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-sparc.c1102 int low32, rd, opc;
1122 low32 = the_insn.exp.X_add_number;
1124 if (low32 >= 0)
1134 if (low32 < -(1 << 12))
1139 low32 = 0x1c00 | (low32 & 0x3ff);
1144 | (low32 & 0x1fff));
1094 int low32, rd, opc; local

Completed in 130 milliseconds