Home
last modified time | relevance | path

Searched refs:S32 (Results 1 – 25 of 36) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp425 const LLT S32 = LLT::scalar(32); in AMDGPULegalizerInfo() local
487 S32, S64 in AMDGPULegalizerInfo()
491 S32, S64, S16 in AMDGPULegalizerInfo()
495 S32, S64, S16, V2S16 in AMDGPULegalizerInfo()
498 const LLT MinScalarFPTy = ST.has16BitInsts() ? S16 : S32; in AMDGPULegalizerInfo()
501 setAction({G_BRCOND, S32}, Legal); // SCC branches in AMDGPULegalizerInfo()
506 .legalFor({S32, S64, V2S16, S16, V4S16, S1, S128, S256}) in AMDGPULegalizerInfo()
514 .clampMaxNumElements(0, S32, 16) in AMDGPULegalizerInfo()
521 .legalFor({S32, S16, V2S16}) in AMDGPULegalizerInfo()
522 .clampScalar(0, S16, S32) in AMDGPULegalizerInfo()
[all …]
H A DAMDGPURegisterBankInfo.cpp126 const LLT S32 = LLT::scalar(32); in applyBank() local
128 assert(MRI.getType(DstReg) == S32); in applyBank()
134 auto True = B.buildConstant(S32, Opc == AMDGPU::G_SEXT ? -1 : 1); in applyBank()
135 auto False = B.buildConstant(S32, 0); in applyBank()
888 LLT S32 = LLT::scalar(32); in executeInWaterfallLoop() local
915 Register CurrentLaneOpRegLo = MRI.createGenericVirtualRegister(S32); in executeInWaterfallLoop()
916 Register CurrentLaneOpRegHi = MRI.createGenericVirtualRegister(S32); in executeInWaterfallLoop()
949 CurrentLaneOpReg = MRI.createGenericVirtualRegister(S32); in executeInWaterfallLoop()
1173 const LLT S32 = LLT::scalar(32); in applyMappingLoad() local
1176 auto WideLoad = B.buildLoadFromOffset(S32, PtrReg, *MMO, 0); in applyMappingLoad()
[all …]
H A DAMDGPUPostLegalizerCombiner.cpp183 const LLT S32 = LLT::scalar(32); in applyUCharToFloat() local
189 if (SrcTy != S32) in applyUCharToFloat()
190 SrcReg = B.buildAnyExtOrTrunc(S32, SrcReg).getReg(0); in applyUCharToFloat()
192 if (Ty == S32) { in applyUCharToFloat()
196 auto Cvt0 = B.buildInstr(AMDGPU::G_AMDGPU_CVT_F32_UBYTE0, {S32}, in applyUCharToFloat()
237 const LLT S32 = LLT::scalar(32); in applyCvtF32UByteN() local
240 if (SrcTy != S32) { in applyCvtF32UByteN()
242 CvtSrc = B.buildAnyExt(S32, CvtSrc).getReg(0); in applyCvtF32UByteN()
H A DAMDGPUPreLegalizerCombiner.cpp124 const LLT S32 = LLT::scalar(32); in applyClampI64ToI16() local
129 auto Unmerge = B.buildUnmerge(S32, Src); in applyClampI64ToI16()
140 auto MinBoundaryDst = B.buildConstant(S32, MinBoundary); in applyClampI64ToI16()
141 auto MaxBoundaryDst = B.buildConstant(S32, MaxBoundary); in applyClampI64ToI16()
143 auto Bitcast = B.buildBitcast({S32}, CvtPk); in applyClampI64ToI16()
146 AMDGPU::G_AMDGPU_SMED3, {S32}, in applyClampI64ToI16()
H A DAMDGPUCallLowering.cpp188 const LLT S32 = LLT::scalar(32); in getStackAddress() local
203 auto OffsetReg = MIRBuilder.buildConstant(S32, Offset); in getStackAddress()
843 const LLT S32 = LLT::scalar(32); in passSpecialInputs() local
849 InputReg = MRI.createGenericVirtualRegister(S32); in passSpecialInputs()
855 Register Y = MRI.createGenericVirtualRegister(S32); in passSpecialInputs()
859 Y = MIRBuilder.buildShl(S32, Y, MIRBuilder.buildConstant(S32, 10)).getReg(0); in passSpecialInputs()
860 InputReg = InputReg ? MIRBuilder.buildOr(S32, InputReg, Y).getReg(0) : Y; in passSpecialInputs()
864 Register Z = MRI.createGenericVirtualRegister(S32); in passSpecialInputs()
868 Z = MIRBuilder.buildShl(S32, Z, MIRBuilder.buildConstant(S32, 20)).getReg(0); in passSpecialInputs()
869 InputReg = InputReg ? MIRBuilder.buildOr(S32, InputReg, Z).getReg(0) : Z; in passSpecialInputs()
[all …]
/netbsd-src/external/public-domain/xz/dist/src/liblzma/check/
H A Dcrc_macros.h20 # define S32(x) ((x) << 32) macro
29 # define S32(x) ((x) >> 32) macro
H A Dcrc64_fast.c58 ^ S32(crc) in lzma_crc64()
/netbsd-src/common/lib/libc/hash/sha2/
H A Dsha2.c103 #define S32(b,x) (((x) >> (b)) | ((x) << (32 - (b)))) macro
112 #define Sigma0_256(x) (S32(2, (x)) ^ S32(13, (x)) ^ S32(22, (x)))
113 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x)))
114 #define sigma0_256(x) (S32(7, (x)) ^ S32(18, (x)) ^ R(3 , (x)))
115 #define sigma1_256(x) (S32(17, (x)) ^ S32(19, (x)) ^ R(10, (x)))
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dsha2.c139 #define S32(b,x) (((x) >> (b)) | ((x) << (32 - (b)))) macro
148 #define Sigma0_256(x) (S32(2, (x)) ^ S32(13, (x)) ^ S32(22, (x)))
149 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x)))
150 #define sigma0_256(x) (S32(7, (x)) ^ S32(18, (x)) ^ R(3 , (x)))
151 #define sigma1_256(x) (S32(17, (x)) ^ S32(19, (x)) ^ R(10, (x)))
H A Dmd5c.c58 #define S32 11 macro
285 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */ in MD5Transform()
289 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */ in MD5Transform()
293 HH (d, a, b, c, x[ 0], S32, 0xeaa127fa); /* 42 */ in MD5Transform()
297 HH (d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */ in MD5Transform()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp5599 const LLT S32 = LLT::scalar(32); in lowerU64ToF32BitOps() local
5602 assert(MRI.getType(Src) == S64 && MRI.getType(Dst) == S32); in lowerU64ToF32BitOps()
5614 auto Zero32 = MIRBuilder.buildConstant(S32, 0); in lowerU64ToF32BitOps()
5617 auto LZ = MIRBuilder.buildCTLZ_ZERO_UNDEF(S32, Src); in lowerU64ToF32BitOps()
5619 auto K = MIRBuilder.buildConstant(S32, 127U + 63U); in lowerU64ToF32BitOps()
5620 auto Sub = MIRBuilder.buildSub(S32, K, LZ); in lowerU64ToF32BitOps()
5623 auto E = MIRBuilder.buildSelect(S32, NotZero, Sub, Zero32); in lowerU64ToF32BitOps()
5634 auto ShlE = MIRBuilder.buildShl(S32, E, MIRBuilder.buildConstant(S32, 23)); in lowerU64ToF32BitOps()
5635 auto V = MIRBuilder.buildOr(S32, ShlE, MIRBuilder.buildTrunc(S32, UShl)); in lowerU64ToF32BitOps()
5640 auto One = MIRBuilder.buildConstant(S32, 1); in lowerU64ToF32BitOps()
[all …]
/netbsd-src/common/lib/libc/md/
H A Dmd4c.c75 #define S32 9 macro
268 HH (d, a, b, c, x[ 8], S32); /* 34 */ in MD4Transform()
272 HH (d, a, b, c, x[10], S32); /* 38 */ in MD4Transform()
276 HH (d, a, b, c, x[ 9], S32); /* 42 */ in MD4Transform()
280 HH (d, a, b, c, x[11], S32); /* 46 */ in MD4Transform()
H A Dmd5c.c72 #define S32 11 macro
314 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */ in MD5Transform()
318 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */ in MD5Transform()
322 HH (d, a, b, c, x[ 0], S32, 0xeaa127fa); /* 42 */ in MD5Transform()
326 HH (d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */ in MD5Transform()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/sha2/
H A Dsha2.c200 #define S32(b,x) (((x) >> (b)) | ((x) << (32 - (b)))) macro
209 #define Sigma0_256(x) (S32(2, (x)) ^ S32(13, (x)) ^ S32(22, (x)))
210 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x)))
211 #define sigma0_256(x) (S32(7, (x)) ^ S32(18, (x)) ^ R(3 , (x)))
212 #define sigma1_256(x) (S32(17, (x)) ^ S32(19, (x)) ^ R(10, (x)))
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.cpp25 case FpABIKind::S32: in getFpABIValue()
41 case FpABIKind::S32: in getFpABIString()
H A DMipsABIFlagsSection.h23 enum class FpABIKind { ANY, XX, S32, S64, SOFT }; enumerator
188 FpABI = FpABIKind::S32; in setFpAbiFromPredicates()
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/missing/crypto/sha2/
H A Dsha2.c193 #define S32(b,x) (((x) >> (b)) | ((x) << (32 - (b)))) macro
202 #define Sigma0_256(x) (S32(2, (x)) ^ S32(13, (x)) ^ S32(22, (x)))
203 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x)))
204 #define sigma0_256(x) (S32(7, (x)) ^ S32(18, (x)) ^ R(3 , (x)))
205 #define sigma1_256(x) (S32(17, (x)) ^ S32(19, (x)) ^ R(10, (x)))
/netbsd-src/external/bsd/iscsi/dist/src/lib/
H A Dmd5c.c74 #define S32 11 macro
327 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */
331 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */
335 HH (d, a, b, c, x[ 0], S32, 0xeaa127fa); /* 42 */
339 HH (d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */
/netbsd-src/external/bsd/ipf/dist/
H A Dmd5.c267 #define S32 11 macro
271 HH ( d, a, b, c, in[ 8], S32, UL(2272392833)); /* 34 */
275 HH ( d, a, b, c, in[ 4], S32, UL(1272893353)); /* 38 */
279 HH ( d, a, b, c, in[ 0], S32, UL(3936430074)); /* 42 */
283 HH ( d, a, b, c, in[12], S32, UL(3873151461)); /* 46 */
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/digest/
H A Dmd.d173 S32 = 11, enumerator
243 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */ in transform()
247 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */ in transform()
251 HH (d, a, b, c, x[ 0], S32, 0xeaa127fa); /* 42 */ in transform()
255 HH (d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */ in transform()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/digest/
H A Dmd.d166 S32 = 11, enumerator
236 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */ in transform()
240 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */ in transform()
244 HH (d, a, b, c, x[ 0], S32, 0xeaa127fa); /* 42 */ in transform()
248 HH (d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */ in transform()
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Dxxhash.c114 typedef int32_t S32; typedef
120 typedef signed int S32; typedef
/netbsd-src/external/mit/isl/dist/test_inputs/codegen/cloog/
H A Dswim.c37 S32();
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dlz4.c268 #define S32 int32_t macro
445 return DeBruijnBytePos[((U32) ((val & -(S32) val) * 0x077CB531U)) >> in LZ4_NbCommonBytes()
/netbsd-src/sys/dev/ic/
H A Dmpt_mpilib.h72 typedef int32_t S32; typedef
82 typedef signed int S32; typedef
87 typedef signed long S32; typedef
97 S32 High;
115 typedef S32 *PS32;

12