Searched defs:S64 (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsABIFlagsSection.h | 23 enum class FpABIKind { ANY, XX, S32, S64, SOFT }; enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULegalizerInfo.cpp | 426 const LLT S64 = LLT::scalar(64); in AMDGPULegalizerInfo() local 1917 const LLT S64 = LLT::scalar(64); in legalizeFceil() local 1979 const LLT S64 = LLT::scalar(64); in legalizeIntrinsicTrunc() local 2026 const LLT S64 = LLT::scalar(64); in legalizeITOFP() local 2059 const LLT S64 = LLT::scalar(64); in legalizeFPTOI() local 2599 const LLT S64 = LLT::scalar(64); in legalizeFFloor() local 2782 LLT S64 = LLT::scalar(64); in legalizeFDIV() local 2885 const LLT S64 = LLT::scalar(64); in legalizeUDIV_UREM64Impl() local 2995 const LLT S64 = LLT::scalar(64); in legalizeUDIV_UREM() local 3018 const LLT S64 = LLT::scalar(64); in legalizeSDIV_SREM() local [all …]
|
/netbsd-src/external/bsd/unbound/dist/compat/ |
H A D | sha512.c | 187 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) macro
|
/netbsd-src/common/lib/libc/hash/sha2/ |
H A D | sha2.c | 105 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) macro
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
H A D | sha2.c | 141 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) macro
|
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/sha2/ |
H A D | sha2.c | 202 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) macro
|
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/missing/crypto/sha2/ |
H A D | sha2.c | 195 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) macro
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 5598 const LLT S64 = LLT::scalar(64); in lowerU64ToF32BitOps() local 5685 const LLT S64 = LLT::scalar(64); in lowerSITOFP() local 5730 const LLT S64 = LLT::scalar(64); in lowerFPTOUI() local 5773 const LLT S64 = LLT::scalar(64); in lowerFPTOSI() local 5948 const LLT S64 = LLT::scalar(64); in lowerFPTRUNC() local
|
/netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
H A D | kvx.h | 119 S64, enumerator
|
/netbsd-src/sys/dev/ic/ |
H A D | mpt_mpilib.h | 98 } S64; typedef
|