| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
| H A D | PPCLegalizerInfo.cpp | 46 const LLT S64 = LLT::scalar(64); in PPCLegalizerInfo() local 51 getActionDefinitionsBuilder(G_IMPLICIT_DEF).legalFor({S64}); in PPCLegalizerInfo() 53 .legalFor({S32, S64}) in PPCLegalizerInfo() 54 .clampScalar(0, S64, S64); in PPCLegalizerInfo() 56 .legalForCartesianProduct({S64}, {S1, S8, S16, S32}) in PPCLegalizerInfo() 57 .clampScalar(0, S64, S64); in PPCLegalizerInfo() 59 .legalFor({S64, V4S32}) in PPCLegalizerInfo() 60 .clampScalar(0, S64, S64) in PPCLegalizerInfo() 63 .legalFor({S64, V16S8, V8S16, V4S32, V2S64}) in PPCLegalizerInfo() 64 .clampScalar(0, S64, S64); in PPCLegalizerInfo() [all …]
|
| /freebsd/contrib/unbound/compat/ |
| H A D | sha512.c | 187 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) macro 194 #define Sigma0_512(x) (S64(28, (x)) ^ S64(34, (x)) ^ S64(39, (x))) 195 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) 196 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x))) 197 #define sigma1_512(x) (S64(19, (x)) ^ S64(61, (x)) ^ R( 6, (x)))
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULegalizerInfo.cpp | 290 constexpr LLT S64 = LLT::scalar(64); variable 341 S32, S64, S96, S128, S160, S192, S224, S256, S512, S1024}; 702 S32, S64 in AMDGPULegalizerInfo() 706 S32, S64, S16 in AMDGPULegalizerInfo() 710 S32, S64, S16, V2S16 in AMDGPULegalizerInfo() 721 .legalFor({S32, S64, V2S16, S16, V4S16, S1, S128, S256}) in AMDGPULegalizerInfo() 738 .legalFor({S64, S32, S16, V2S16}) in AMDGPULegalizerInfo() 756 .legalFor({S64, S32, S16, V2S16}) in AMDGPULegalizerInfo() 853 .customFor({S32, S64}) in AMDGPULegalizerInfo() 854 .clampScalar(0, S32, S64) in AMDGPULegalizerInfo() [all …]
|
| H A D | AMDGPURegBankLegalizeRules.cpp | 55 case S64: in matchUniformityAndLLT() 216 return S64; in LLTToId() 299 case S64: in getFastPredicateSlot() 491 .Uni(S64, {{Sgpr64}, {Sgpr64, Sgpr32}}) in RegBankLegalizeRules() 493 .Div(S64, {{Vgpr64}, {Vgpr64, Vgpr32}}); in RegBankLegalizeRules() 501 .Uni(S64, {{Sgpr64}, {Sgpr64, Sgpr32}}) in RegBankLegalizeRules() 503 .Div(S64, {{Vgpr64}, {Vgpr64, Vgpr32}}); in RegBankLegalizeRules() 511 .Uni(S64, {{Sgpr64}, {Sgpr64, Sgpr32}}) in RegBankLegalizeRules() 513 .Div(S64, {{Vgpr64}, {Vgpr64, Vgpr32}}); in RegBankLegalizeRules() 520 .Uni(S64, {{Sgpr64}, {Sgpr64, Sgpr32, Sgpr32}, S_BFE}) in RegBankLegalizeRules() [all …]
|
| H A D | AMDGPURegBankLegalize.cpp | 108 static constexpr LLT S64 = LLT::scalar(64); member in AMDGPURegBankLegalizeCombiner 209 if (DstTy == S32 && TruncSrcTy == S64) { in tryCombineS1AnyExt() 216 if (DstTy == S64 && TruncSrcTy == S32) { in tryCombineS1AnyExt()
|
| H A D | AMDGPURegBankLegalizeHelper.cpp | 146 } else if (Ty == S64) { in lowerVccExtToSel() 248 auto SHRSrc = B.buildInstr(SHROpc, {{VgprRB, S64}}, {Src, LSBit}); in lowerV_BFE() 257 auto SignBit = B.buildShl({VgprRB, S64}, SHRSrc, Amt); in lowerV_BFE() 328 assert(DstTy == V4S16 || DstTy == V2S32 || DstTy == S64); in lowerSplitTo32() 345 assert(DstTy == V4S16 || DstTy == V2S32 || DstTy == S64 || in lowerSplitTo32Select() 453 if (Ty == S64) { in lower() 503 splitLoad(MI, {S64, S32}, S32); in lower()
|
| H A D | AMDGPURegBankLegalizeHelper.h | 42 static constexpr LLT S64 = LLT::scalar(64); variable
|
| /freebsd/sys/contrib/zstd/programs/ |
| H A D | dibio.c | 96 static S64 DiB_getFileSize (const char * fileName) in DiB_getFileSize() 99 return (fileSize == UTIL_FILESIZE_UNKNOWN) ? -1 : (S64)fileSize; in DiB_getFileSize() 130 S64 const fileSize = DiB_getFileSize(fileNamesTable[fileIndex]); in DiB_loadFiles() 144 (size_t)MIN(fileSize, (S64)targetChunkSize) : in DiB_loadFiles() 155 while( (S64)fileDataLoaded < fileSize && nbSamplesLoaded < sstSize ) { in DiB_loadFiles() 261 S64 totalSizeToLoad; 281 S64 const fileSize = DiB_getFileSize(fileNamesTable[n]); in DiB_fileStats() 346 loadedSize = (size_t)MIN( MIN((S64)maxMem, fs.totalSizeToLoad), MAX_SAMPLES_SIZE ); in DiB_trainFromFiles() 370 if (fs.totalSizeToLoad < (S64)maxDictSize * 8) { in DiB_trainFromFiles() 376 if ((S64)loadedSize < fs.totalSizeToLoad) in DiB_trainFromFiles()
|
| /freebsd/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_preSplit.c | 93 static U64 abs64(S64 s64) { return (U64)((s64 < 0) ? -s64 : s64); } in abs64() 102 … abs64((S64)fp1->events[n] * (S64)fp2->nbEvents - (S64)fp2->events[n] * (S64)fp1->nbEvents); in fpDistance() 222 if (abs64((S64)distFromBegin - (S64)distFromEnd) < minDistance) in ZSTD_splitBlock_fromBorders()
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_preSplit.c | 94 static U64 ZSTD_abs64(S64 s64) { return (U64)((s64 < 0) ? -s64 : s64); } in ZSTD_abs64() 103 … ZSTD_abs64((S64)fp1->events[n] * (S64)fp2->nbEvents - (S64)fp2->events[n] * (S64)fp1->nbEvents); in fpDistance() 223 if (ZSTD_abs64((S64)distFromBegin - (S64)distFromEnd) < minDistance) in ZSTD_splitBlock_fromBorders()
|
| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | test_archive_string.c | 306 #define S64 S32 S32 in test_archive_string_sprintf() macro 307 #define S128 S64 S64 in test_archive_string_sprintf() 310 const char *s64 = S64; in test_archive_string_sprintf() 311 const char *s65 = S64 "0"; in test_archive_string_sprintf() 316 #undef S64 in test_archive_string_sprintf()
|
| /freebsd/sys/dev/mps/mpi/ |
| H A D | mpi2_type.h | 102 } S64; typedef 122 typedef S64 *PS64;
|
| /freebsd/sys/dev/mpt/mpilib/ |
| H A D | mpi_type.h | 103 } S64; typedef 121 typedef S64 *PS64;
|
| /freebsd/sys/dev/mpr/mpi/ |
| H A D | mpi2_type.h | 101 } S64; typedef 121 typedef S64 *PS64;
|
| /freebsd/sys/dev/mpi3mr/mpi/ |
| H A D | mpi30_type.h | 66 typedef int64_t S64; typedef 93 typedef S64 *PS64;
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | sha2.c | 166 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) macro 179 #define Sigma0_512(x) (S64(28, (x)) ^ S64(34, (x)) ^ S64(39, (x))) 180 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) 181 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x))) 182 #define sigma1_512(x) (S64(19, (x)) ^ S64(61, (x)) ^ R( 6, (x)))
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsABIFlagsSection.cpp | 27 case FpABIKind::S64: in getFpABIValue() 43 case FpABIKind::S64: in getFpABIString()
|
| H A D | MipsABIFlagsSection.h | 23 enum class FpABIKind { ANY, XX, S32, S64, SOFT }; enumerator 181 FpABI = FpABIKind::S64; in setFpAbiFromPredicates() 186 FpABI = FpABIKind::S64; in setFpAbiFromPredicates()
|
| /freebsd/contrib/ldns/ |
| H A D | sha2.c | 195 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) macro 208 #define Sigma0_512(x) (S64(28, (x)) ^ S64(34, (x)) ^ S64(39, (x))) 209 #define Sigma1_512(x) (S64(14, (x)) ^ S64(18, (x)) ^ S64(41, (x))) 210 #define sigma0_512(x) (S64( 1, (x)) ^ S64( 8, (x)) ^ R( 7, (x))) 211 #define sigma1_512(x) (S64(19, (x)) ^ S64(61, (x)) ^ R( 6, (x)))
|
| /freebsd/sys/dev/isci/ |
| H A D | environment.h | 56 typedef int64_t S64; typedef
|
| /freebsd/sys/dev/pms/freebsd/driver/common/ |
| H A D | ostypes.h | 119 typedef long long S64; typedef
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 6154 const LLT S64 = LLT::scalar(64); in selectIntrinsicWithSideEffects() local 6185 else if (Ty == LLT::fixed_vector(2, S64) || Ty == LLT::fixed_vector(2, P0)) in selectIntrinsicWithSideEffects() 6187 else if (Ty == S64 || Ty == P0) in selectIntrinsicWithSideEffects() 6209 else if (Ty == LLT::fixed_vector(2, S64) || Ty == LLT::fixed_vector(2, P0)) in selectIntrinsicWithSideEffects() 6211 else if (Ty == S64 || Ty == P0) in selectIntrinsicWithSideEffects() 6233 else if (Ty == LLT::fixed_vector(2, S64) || Ty == LLT::fixed_vector(2, P0)) in selectIntrinsicWithSideEffects() 6235 else if (Ty == S64 || Ty == P0) in selectIntrinsicWithSideEffects() 6257 else if (Ty == LLT::fixed_vector(2, S64) || Ty == LLT::fixed_vector(2, P0)) in selectIntrinsicWithSideEffects() 6259 else if (Ty == S64 || Ty == P0) in selectIntrinsicWithSideEffects() 6275 else if (Ty == LLT::fixed_vector(2, S64) || in selectIntrinsicWithSideEffects() [all …]
|
| /freebsd/sys/contrib/zstd/lib/common/ |
| H A D | mem.h | 50 typedef int64_t S64; typedef 72 typedef signed long long S64; typedef
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
| H A D | mem.h | 51 typedef int64_t S64; typedef 73 typedef signed long long S64; typedef
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 7573 const LLT S64 = LLT::scalar(64); in lowerU64ToF32BitOps() local 7577 assert(MRI.getType(Src) == S64 && MRI.getType(Dst) == S32); in lowerU64ToF32BitOps() 7590 auto Zero64 = MIRBuilder.buildConstant(S64, 0); in lowerU64ToF32BitOps() 7600 auto Mask0 = MIRBuilder.buildConstant(S64, (-1ULL) >> 1); in lowerU64ToF32BitOps() 7601 auto ShlLZ = MIRBuilder.buildShl(S64, Src, LZ); in lowerU64ToF32BitOps() 7603 auto U = MIRBuilder.buildAnd(S64, ShlLZ, Mask0); in lowerU64ToF32BitOps() 7605 auto Mask1 = MIRBuilder.buildConstant(S64, 0xffffffffffULL); in lowerU64ToF32BitOps() 7606 auto T = MIRBuilder.buildAnd(S64, U, Mask1); in lowerU64ToF32BitOps() 7608 auto UShl = MIRBuilder.buildLShr(S64, U, MIRBuilder.buildConstant(S64, 40)); in lowerU64ToF32BitOps() 7612 auto C = MIRBuilder.buildConstant(S64, 0x8000000000ULL); in lowerU64ToF32BitOps() [all …]
|