Home
last modified time | relevance | path

Searched refs:S16 (Results 1 – 25 of 47) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULegalizerInfo.cpp437 const LLT S16 = LLT::scalar(16); in AMDGPULegalizerInfo() local
504 S32, S64, S16 in AMDGPULegalizerInfo()
508 S32, S64, S16, V2S16 in AMDGPULegalizerInfo()
511 const LLT MinScalarFPTy = ST.has16BitInsts() ? S16 : S32; in AMDGPULegalizerInfo()
519 .legalFor({S32, S64, V2S16, S16, V4S16, S1, S128, S256}) in AMDGPULegalizerInfo()
525 .clampScalar(0, S16, S256) in AMDGPULegalizerInfo()
534 .legalFor({S32, S16, V2S16}) in AMDGPULegalizerInfo()
535 .clampScalar(0, S16, S32) in AMDGPULegalizerInfo()
536 .clampMaxNumElements(0, S16, 2) in AMDGPULegalizerInfo()
541 .legalFor({S32, S16, V2S16}) // Clamp modifier in AMDGPULegalizerInfo()
[all …]
/freebsd-12-stable/sys/dev/mpt/mpilib/
Dmpi_type.h79 typedef signed short S16; typedef
122 typedef S16 *PS16;
/freebsd-12-stable/sys/dev/mpr/mpi/
Dmpi2_type.h77 typedef signed short S16; typedef
121 typedef S16 *PS16;
/freebsd-12-stable/sys/dev/mps/mpi/
Dmpi2_type.h78 typedef signed short S16; typedef
122 typedef S16 *PS16;
/freebsd-12-stable/sys/netsmb/
Dsmb_crypt.c153 u_char S16[16], S21[21]; in smb_calcmackey() local
182 MD4Final(S16, &md4); in smb_calcmackey()
184 MD4Update(&md4, S16, 16); in smb_calcmackey()
193 bcopy(S16, S21, 16); in smb_calcmackey()
/freebsd-12-stable/sys/contrib/zstd/lib/common/
Dzstd_internal.h150 static const S16 LL_defaultNorm[MaxLL+1] = { 4, 3, 2, 2, 2, 2, 2, 2,
165 static const S16 ML_defaultNorm[MaxML+1] = { 1, 4, 3, 2, 2, 2, 2, 2,
175 static const S16 OF_defaultNorm[DefaultMaxOff+1] = { 1, 1, 1, 1, 1, 1, 2, 2,
Dfse_decompress.c111 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable()
Dmem.h54 typedef int16_t S16; typedef
62 typedef signed short S16; typedef
/freebsd-12-stable/contrib/libarchive/libarchive/test/
Dtest_archive_string.c305 #define S16 "0123456789abcdef" in test_archive_string_sprintf() macro
306 #define S32 S16 S16 in test_archive_string_sprintf()
315 #undef S16 in test_archive_string_sprintf()
/freebsd-12-stable/sys/dev/isci/
Denvironment.h52 typedef int16_t S16; typedef
/freebsd-12-stable/sys/dev/pms/freebsd/driver/common/
Dostypes.h117 typedef short S16; typedef
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp280 MCOperand S16 = Inst.getOperand(1); in HexagonProcessInstruction() local
281 HexagonMCInstrInfo::setMustNotExtend(*S16.getExpr()); in HexagonProcessInstruction()
282 HexagonMCInstrInfo::setS27_2_reloc(*S16.getExpr()); in HexagonProcessInstruction()
286 Inst.addOperand(S16); in HexagonProcessInstruction()
DHexagonISelLoweringHVX.cpp1512 SDValue S16 = DAG.getConstant(16, dl, MVT::i32); in LowerHvxMulh() local
1531 SDValue S0 = getInstr(Hexagon::V6_vasrw, dl, ResTy, {Vs, S16}, DAG); in LowerHvxMulh()
1535 SDValue S2 = getInstr(Hexagon::V6_vasrw, dl, ResTy, {T1, S16}, DAG); in LowerHvxMulh()
1576 SDValue T1 = getInstr(Hexagon::V6_vlsrw, dl, ResTy, {LoVec(T0), S16}, DAG); in LowerHvxMulh()
1589 SDValue T5 = getInstr(Hexagon::V6_vlsrw, dl, ResTy, {T4, S16}, DAG); in LowerHvxMulh()
/freebsd-12-stable/sys/contrib/zstd/lib/legacy/
Dzstd_v01.c173 typedef int16_t S16; typedef
181 typedef signed short S16; typedef
411 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable()
1277 typedef int16_t S16; typedef
1284 typedef signed short S16; typedef
1606 S16 norm[MaxML+1]; /* assumption : MaxML >= MaxLL and MaxOff */ in ZSTDv01_decodeSeqHeaders()
Dzstd_v06.c88 typedef int16_t S16; typedef
96 typedef signed short S16;
512 static const S16 LL_defaultNorm[MaxLL+1] = { 4, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1,
521 static const S16 ML_defaultNorm[MaxML+1] = { 1, 4, 3, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1,
527 static const S16 OF_defaultNorm[MaxOff+1] = { 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1,
1476 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in FSEv06_buildDTable()
3188 const S16* defaultNorm, U32 defaultLog, U32 flagRepeatTable) in ZSTDv06_buildSeqTable()
3206 S16 norm[MaxSeq+1]; in ZSTDv06_buildSeqTable()
Dzstd_v07.c248 typedef int16_t S16; typedef
256 typedef signed short S16;
1496 { S16 const largeLimit= (S16)(1 << (tableLog-1)); in FSEv07_buildDTable()
2746 static const S16 LL_defaultNorm[MaxLL+1] = { 4, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1,
2755 static const S16 ML_defaultNorm[MaxML+1] = { 1, 4, 3, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1,
2761 static const S16 OF_defaultNorm[MaxOff+1] = { 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1,
3414 const S16* defaultNorm, U32 defaultLog, U32 flagRepeatTable) in ZSTDv07_buildSeqTable()
3432 S16 norm[MaxSeq+1]; in ZSTDv07_buildSeqTable()
Dzstd_v03.c96 typedef int16_t S16; typedef
104 typedef signed short S16;
1097 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable()
2585 S16 norm[MaxML+1]; /* assumption : MaxML >= MaxLL and MaxOff */ in ZSTD_decodeSeqHeaders()
Dzstd_v02.c95 typedef int16_t S16; typedef
103 typedef signed short S16;
1096 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable()
2944 S16 norm[MaxML+1]; /* assumption : MaxML >= MaxLL and MaxOff */ in ZSTD_decodeSeqHeaders()
Dzstd_v04.c59 typedef int16_t S16; typedef
67 typedef signed short S16;
1136 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSE_buildDTable()
2775 S16 norm[MaxML+1]; /* assumption : MaxML >= MaxLL >= MaxOff */ in ZSTD_decodeSeqHeaders()
Dzstd_v05.c86 typedef int16_t S16; typedef
94 typedef signed short S16;
1218 const S16 largeLimit= (S16)(1 << (tableLog-1)); in FSEv05_buildDTable()
3038 S16 norm[MaxML+1]; /* assumption : MaxML >= MaxLL >= MaxOff */ in ZSTDv05_decodeSeqHeaders()
/freebsd-12-stable/sys/gnu/dts/arm/
Dr8a73a4-ape6evm.dts109 label = "S16";
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64PBQPRegAlloc.cpp104 case AArch64::S16: in isOdd()
/freebsd-12-stable/sbin/pfctl/
Dpf.os412 S16:128:1:48:M*,N,N,S: Windows:98::Windows 98
413 S16:128:1:64:M*,N,W0,N,N,T0,N,N,S: Windows:98::Windows 98
525 S16:64:0:44:M512: QNX:::QNX demodisk
586 # S16:64:0:68:M1024,N,W0,N,N,T,N,N,?12:.:Nokia:IPSO 3.7 build 026
/freebsd-12-stable/tools/tools/tinybsd/conf/wireless/etc/
Dpf.os353 S16:128:1:48:M*,N,N,S: Windows:98::Windows 98
354 S16:128:1:64:M*,N,W0,N,N,T0,N,N,S: Windows:98::Windows 98
441 S16:64:0:44:M512: QNX:::QNX demodisk
/freebsd-12-stable/tools/tools/tinybsd/conf/firewall/etc/
Dpf.os353 S16:128:1:48:M*,N,N,S: Windows:98::Windows 98
354 S16:128:1:64:M*,N,W0,N,N,T0,N,N,S: Windows:98::Windows 98
441 S16:64:0:44:M512: QNX:::QNX demodisk

12