/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
H A D | PPCLegalizerInfo.cpp | 48 const LLT S64 = LLT::scalar(64); in PPCLegalizerInfo() local
|
/freebsd-src/sys/dev/mpt/mpilib/ |
H A D | mpi_type.h | 103 } S64; typedef
|
/freebsd-src/sys/dev/mpi3mr/mpi/ |
H A D | mpi30_type.h | 65 typedef int64_t S64; typedef
|
/freebsd-src/sys/dev/mpr/mpi/ |
H A D | mpi2_type.h | 101 } S64; typedef
|
/freebsd-src/sys/dev/mps/mpi/ |
H A D | mpi2_type.h | 102 } S64; typedef
|
/freebsd-src/sys/dev/isci/ |
H A D | environment.h | 56 typedef int64_t S64; typedef
|
/freebsd-src/sys/dev/pms/freebsd/driver/common/ |
H A D | ostypes.h | 119 typedef long long S64; typedef
|
/freebsd-src/sys/contrib/openzfs/module/zstd/lib/common/ |
H A D | mem.h | 132 typedef int64_t S64; typedef 152 typedef signed long long S64; typedef
|
/freebsd-src/contrib/libarchive/libarchive/test/ |
H A D | test_archive_string.c | 306 #define S64 S32 S32 in test_archive_string_sprintf() macro
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsABIFlagsSection.h | 23 enum class FpABIKind { ANY, XX, S32, S64, SOFT }; enumerator
|
/freebsd-src/contrib/unbound/compat/ |
H A D | sha512.c | 187 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) macro
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULegalizerInfo.cpp | 585 const LLT S64 = LLT::scalar(64); AMDGPULegalizerInfo() local 2112 const LLT S64 = LLT::scalar(64); getSegmentAperture() local 2356 const LLT S64 = LLT::scalar(64); legalizeFceil() local 2419 const LLT S64 = LLT::scalar(64); legalizeIntrinsicTrunc() local 2466 const LLT S64 = LLT::scalar(64); legalizeITOFP() local 2524 const LLT S64 = LLT::scalar(64); legalizeFPTOI() local 3786 const LLT S64 = LLT::scalar(64); buildMultiply() local 4340 LLT S64 = LLT::scalar(64); legalizeFDIV() local 4446 const LLT S64 = LLT::scalar(64); legalizeUnsignedDIV_REM64Impl() local 4574 const LLT S64 = LLT::scalar(64); legalizeUnsignedDIV_REM() local 4595 const LLT S64 = LLT::scalar(64); legalizeSignedDIV_REM() local 4921 LLT S64 = LLT::scalar(64); legalizeFDIV64() local 6616 const LLT S64 = LLT::scalar(64); legalizeTrapHsaQueuePtr() local [all...] |
H A D | AMDGPURegisterBankInfo.cpp | 2560 assert(MRI.getType(DstReg) == S64 && "This is a special case for s_mul_u64 " in applyMappingImpl() local 1477 const LLT S64 = LLT::scalar(64); applyMappingBFE() local
|
/freebsd-src/sys/contrib/zstd/lib/common/ |
H A D | mem.h | 61 typedef int64_t S64; typedef
|
/freebsd-src/crypto/openssh/openbsd-compat/ |
H A D | sha2.c | 166 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) macro
|
/freebsd-src/contrib/ldns/ |
H A D | sha2.c | 195 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) macro
|
/freebsd-src/sys/contrib/zstd/lib/legacy/ |
H A D | zstd_v01.c | 177 typedef int64_t S64; typedef 185 typedef signed long long S64; typedef
|
H A D | zstd_v03.c | 104 typedef int64_t S64; typedef
|
H A D | zstd_v02.c | 103 typedef int64_t S64; typedef
|
H A D | zstd_v04.c | 66 typedef int64_t S64; typedef
|
H A D | zstd_v06.c | 96 typedef int64_t S64; typedef
|
H A D | zstd_v05.c | 94 typedef int64_t S64; typedef
|
H A D | zstd_v07.c | 256 typedef int64_t S64; typedef
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 6518 const LLT S64 = LLT::scalar(64); lowerU64ToF32BitOps() local 6599 const LLT S64 = LLT::scalar(64); lowerSITOFP() local 6641 const LLT S64 = LLT::scalar(64); lowerFPTOUI() local 6681 const LLT S64 = LLT::scalar(64); lowerFPTOSI() local 6862 const LLT S64 = LLT::scalar(64); lowerFPTRUNC() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 6143 const LLT S64 = LLT::scalar(64); selectIntrinsicWithSideEffects() local [all...] |