| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULegalizerInfo.cpp | 287 constexpr LLT S16 = LLT::scalar(16); variable 366 (ST.useRealTrue16Insts() && Ty == S16) || in isRegisterClassType() 706 S32, S64, S16 in AMDGPULegalizerInfo() 710 S32, S64, S16, V2S16 in AMDGPULegalizerInfo() 713 const LLT MinScalarFPTy = ST.has16BitInsts() ? S16 : S32; in AMDGPULegalizerInfo() 721 .legalFor({S32, S64, V2S16, S16, V4S16, S1, S128, S256}) in AMDGPULegalizerInfo() 728 .clampScalar(0, S16, S256) in AMDGPULegalizerInfo() 738 .legalFor({S64, S32, S16, V2S16}) in AMDGPULegalizerInfo() 739 .clampMaxNumElementsStrict(0, S16, 2) in AMDGPULegalizerInfo() 741 .minScalar(0, S16) in AMDGPULegalizerInfo() [all …]
|
| H A D | AMDGPURegBankLegalizeRules.cpp | 51 case S16: in matchUniformityAndLLT() 212 return S16; in LLTToId() 297 case S16: in getFastPredicateSlot() 486 .Uni(S16, {{Sgpr32Trunc}, {Sgpr32AExt, Sgpr32ZExt}}) in RegBankLegalizeRules() 487 .Div(S16, {{Vgpr16}, {Vgpr16, Vgpr16}}) in RegBankLegalizeRules() 496 .Uni(S16, {{Sgpr32Trunc}, {Sgpr32ZExt, Sgpr32ZExt}}) in RegBankLegalizeRules() 497 .Div(S16, {{Vgpr16}, {Vgpr16, Vgpr16}}) in RegBankLegalizeRules() 506 .Uni(S16, {{Sgpr32Trunc}, {Sgpr32SExt, Sgpr32ZExt}}) in RegBankLegalizeRules() 507 .Div(S16, {{Vgpr16}, {Vgpr16, Vgpr16}}) in RegBankLegalizeRules() 561 .Any({{UniS32, S16}, {{Sgpr32}, {Sgpr16}}}) in RegBankLegalizeRules() [all …]
|
| H A D | AMDGPURegBankLegalize.cpp | 106 static constexpr LLT S16 = LLT::scalar(16); member in AMDGPURegBankLegalizeCombiner 223 if (DstTy == S32 && TruncSrcTy == S16) { in tryCombineS1AnyExt() 229 if (DstTy == S16 && TruncSrcTy == S32) { in tryCombineS1AnyExt()
|
| /freebsd/sys/dev/mps/mpi/ |
| H A D | mpi2_type.h | 75 typedef signed short S16; typedef 118 typedef S16 *PS16;
|
| /freebsd/sys/dev/mpt/mpilib/ |
| H A D | mpi_type.h | 76 typedef signed short S16; typedef 117 typedef S16 *PS16;
|
| /freebsd/sys/dev/mpr/mpi/ |
| H A D | mpi2_type.h | 74 typedef signed short S16; typedef 117 typedef S16 *PS16;
|
| /freebsd/sys/dev/mpi3mr/mpi/ |
| H A D | mpi30_type.h | 62 typedef int16_t S16; typedef 89 typedef S16 *PS16;
|
| /freebsd/sys/netsmb/ |
| H A D | smb_crypt.c | 148 u_char S16[16], S21[21]; in smb_calcmackey() local 177 MD4Final(S16, &md4); in smb_calcmackey() 179 MD4Update(&md4, S16, 16); in smb_calcmackey() 188 bcopy(S16, S21, 16); in smb_calcmackey()
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
| H A D | zstd_internal.h | 127 static UNUSED_ATTR const S16 LL_defaultNorm[MaxLL+1] = { 146 static UNUSED_ATTR const S16 ML_defaultNorm[MaxML+1] = { 158 static UNUSED_ATTR const S16 OF_defaultNorm[DefaultMaxOff+1] = {
|
| H A D | fse_decompress.c | 79 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable_internal()
|
| H A D | mem.h | 47 typedef int16_t S16; typedef 64 typedef signed short S16; typedef
|
| /freebsd/sys/contrib/zstd/lib/common/ |
| H A D | zstd_internal.h | 126 static UNUSED_ATTR const S16 LL_defaultNorm[MaxLL+1] = { 145 static UNUSED_ATTR const S16 ML_defaultNorm[MaxML+1] = { 157 static UNUSED_ATTR const S16 OF_defaultNorm[DefaultMaxOff+1] = {
|
| H A D | fse_decompress.c | 78 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable_internal()
|
| H A D | mem.h | 46 typedef int16_t S16; typedef 63 typedef signed short S16; typedef
|
| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | test_archive_string.c | 304 #define S16 "0123456789abcdef" in test_archive_string_sprintf() macro 305 #define S32 S16 S16 in test_archive_string_sprintf() 314 #undef S16 in test_archive_string_sprintf()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
| H A D | PPCLegalizerInfo.cpp | 44 const LLT S16 = LLT::scalar(16); in PPCLegalizerInfo() local 56 .legalForCartesianProduct({S64}, {S1, S8, S16, S32}) in PPCLegalizerInfo()
|
| /freebsd/sys/dev/isci/ |
| H A D | environment.h | 50 typedef int16_t S16; typedef
|
| /freebsd/sys/dev/pms/freebsd/driver/common/ |
| H A D | ostypes.h | 116 typedef short S16; typedef
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_compress_sequences.h | 38 const S16* defaultNorm, U32 defaultNormLog, U32 defaultMax,
|
| H A D | zstd_compress_sequences.c | 75 S16 norm[MaxSeq + 1]; in ZSTD_NCountCost() 239 S16 norm[MaxSeq + 1]; 248 const S16* defaultNorm, U32 defaultNormLog, U32 defaultMax, in ZSTD_buildCTable()
|
| /freebsd/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_sequences.h | 37 const S16* defaultNorm, U32 defaultNormLog, U32 defaultMax,
|
| H A D | zstd_compress_sequences.c | 74 S16 norm[MaxSeq + 1]; in ZSTD_NCountCost() 238 S16 norm[MaxSeq + 1]; 247 const S16* defaultNorm, U32 defaultNormLog, U32 defaultMax, in ZSTD_buildCTable()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 6152 const LLT S16 = LLT::scalar(16); in selectIntrinsicWithSideEffects() local 6177 else if (Ty == LLT::fixed_vector(4, S16)) in selectIntrinsicWithSideEffects() 6179 else if (Ty == LLT::fixed_vector(8, S16)) in selectIntrinsicWithSideEffects() 6201 else if (Ty == LLT::fixed_vector(4, S16)) in selectIntrinsicWithSideEffects() 6203 else if (Ty == LLT::fixed_vector(8, S16)) in selectIntrinsicWithSideEffects() 6225 else if (Ty == LLT::fixed_vector(4, S16)) in selectIntrinsicWithSideEffects() 6227 else if (Ty == LLT::fixed_vector(8, S16)) in selectIntrinsicWithSideEffects() 6249 else if (Ty == LLT::fixed_vector(4, S16)) in selectIntrinsicWithSideEffects() 6251 else if (Ty == LLT::fixed_vector(8, S16)) in selectIntrinsicWithSideEffects() 6271 else if (Ty == LLT::fixed_vector(4, S16) || Ty == LLT::fixed_vector(8, S16)) in selectIntrinsicWithSideEffects() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonAsmPrinter.cpp | 279 MCOperand S16 = Inst.getOperand(1); in HexagonProcessInstruction() local 280 HexagonMCInstrInfo::setMustNotExtend(*S16.getExpr()); in HexagonProcessInstruction() 281 HexagonMCInstrInfo::setS27_2_reloc(*S16.getExpr()); in HexagonProcessInstruction() 285 Inst.addOperand(S16); in HexagonProcessInstruction()
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/ |
| H A D | zstd_decompress_internal.h | 77 #define ZSTD_BUILD_FSE_TABLE_WKSP_SIZE (sizeof(S16) * (MaxSeq + 1) + (1u << MaxFSELog) + sizeof(U64…
|