Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp834 .legalFor({{S32, S1}, {S32, S32}}) in AMDGPULegalizerInfo()
958 .legalFor({{S32, S32}, {S64, S32}, {S16, S16}}) in AMDGPULegalizerInfo()
965 .customFor({{S32, S32}, {S64, S32}, {S16, S16}, {S16, S32}}) in AMDGPULegalizerInfo()
989 .legalFor({{S32, S32}, {S64, S32}}) in AMDGPULegalizerInfo()
996 .customFor({{S32, S32}, {S64, S32}}) in AMDGPULegalizerInfo()
1072 .legalFor({{S32, S32}, {S64, S32}, {S16, S32}}) in AMDGPULegalizerInfo()
1083 .legalFor({{S32, S32}, {S32, S64}, {S32, S16}}) in AMDGPULegalizerInfo()
1206 .legalFor({{S32, S32}, {S32, S64}}) in AMDGPULegalizerInfo()
1241 .legalFor({{S32, S32}, {S32, S64}}) in AMDGPULegalizerInfo()
1647 .legalFor({{S32, S32}, {S64, S32}}); in AMDGPULegalizerInfo()
[all …]
H A DAMDGPURegisterBankInfo.cpp1470 if (Ty == S32) in applyMappingBFE()
1481 auto UnmergeSOffset = B.buildUnmerge({S32, S32}, ShiftOffset); in applyMappingBFE()
1497 Signed ? B.buildAShr(S32, Extract, B.buildConstant(S32, 31)) : Zero; in applyMappingBFE()
1515 auto ExtShift = B.buildSub(S32, B.buildConstant(S32, 64), WidthReg); in applyMappingBFE()
1534 auto ShiftWidth = B.buildShl(S32, WidthReg, B.buildConstant(S32, 16)); in applyMappingBFE()
1728 auto ShiftHi = B.buildAShr(S32, Bitcast, B.buildConstant(S32, 16)); in unpackV2S16ToS32()
1732 auto ShiftHi = B.buildLShr(S32, Bitcast, B.buildConstant(S32, 16)); in unpackV2S16ToS32()
1734 auto ExtLo = B.buildAnd(S32, Bitcast, B.buildConstant(S32, 0xffff)); in unpackV2S16ToS32()
2657 if (Ty == S32) in applyMappingImpl()
2681 if (Ty == S32) in applyMappingImpl()
[all …]
H A DAMDGPUPreLegalizerCombiner.cpp185 const LLT S32 = LLT::scalar(32); in applyClampI64ToI16() local
189 auto Unmerge = B.buildUnmerge(S32, Src); in applyClampI64ToI16()
200 auto MinBoundaryDst = B.buildConstant(S32, MinBoundary); in applyClampI64ToI16()
201 auto MaxBoundaryDst = B.buildConstant(S32, MaxBoundary); in applyClampI64ToI16()
203 auto Bitcast = B.buildBitcast({S32}, CvtPk); in applyClampI64ToI16()
206 AMDGPU::G_AMDGPU_SMED3, {S32}, in applyClampI64ToI16()
H A DAMDGPUPostLegalizerCombiner.cpp269 const LLT S32 = LLT::scalar(32); in applyUCharToFloat() local
275 if (SrcTy != S32) in applyUCharToFloat()
276 SrcReg = B.buildAnyExtOrTrunc(S32, SrcReg).getReg(0); in applyUCharToFloat()
278 if (Ty == S32) { in applyUCharToFloat()
282 auto Cvt0 = B.buildInstr(AMDGPU::G_AMDGPU_CVT_F32_UBYTE0, {S32}, {SrcReg}, in applyUCharToFloat()
370 const LLT S32 = LLT::scalar(32); in applyCvtF32UByteN() local
373 if (SrcTy != S32) { in applyCvtF32UByteN()
375 CvtSrc = B.buildAnyExt(S32, CvtSrc).getReg(0); in applyCvtF32UByteN()
H A DAMDGPUCallLowering.cpp75 LLT S32 = LLT::scalar(32); in assignValueToReg() local
76 if (Ty != S32) { in assignValueToReg()
199 const LLT S32 = LLT::scalar(32); in getStackAddress() local
877 const LLT S32 = LLT::scalar(32); in passSpecialInputs() local
889 InputReg = MRI.createGenericVirtualRegister(S32); in passSpecialInputs()
899 Register Y = MRI.createGenericVirtualRegister(S32); in passSpecialInputs()
903 Y = MIRBuilder.buildShl(S32, Y, MIRBuilder.buildConstant(S32, 10)).getReg(0); in passSpecialInputs()
909 Register Z = MRI.createGenericVirtualRegister(S32); in passSpecialInputs()
913 Z = MIRBuilder.buildShl(S32, Z, MIRBuilder.buildConstant(S32, 20)).getReg(0); in passSpecialInputs()
919 InputReg = MRI.createGenericVirtualRegister(S32); in passSpecialInputs()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCLegalizerInfo.cpp47 const LLT S32 = LLT::scalar(32); in PPCLegalizerInfo() local
55 .legalFor({S32, S64}) in PPCLegalizerInfo()
58 .legalForCartesianProduct({S64}, {S1, S8, S16, S32}) in PPCLegalizerInfo()
72 .legalFor({S32, S64, V4S32, V2S64}); in PPCLegalizerInfo()
75 {S32, S64}); in PPCLegalizerInfo()
78 .legalForCartesianProduct({S64}, {S32, S64}); in PPCLegalizerInfo()
81 .legalForCartesianProduct({S32, S64}, {S64}); in PPCLegalizerInfo()
84 .legalForTypesWithMemDesc({{S64, P0, S64, 8}, {S32, P0, S32, 4}}); in PPCLegalizerInfo()
86 getActionDefinitionsBuilder(G_FCONSTANT).lowerFor({S32, S64}); in PPCLegalizerInfo()
/freebsd/sys/dev/mpr/mpi/
H A Dmpi2_type.h79 typedef int32_t S32; typedef
86 typedef signed int S32; typedef
91 typedef signed long S32; typedef
100 S32 High;
119 typedef S32 *PS32;
/freebsd/sys/dev/mps/mpi/
H A Dmpi2_type.h80 typedef int32_t S32; typedef
87 typedef signed int S32; typedef
92 typedef signed long S32; typedef
101 S32 High;
120 typedef S32 *PS32;
/freebsd/sys/dev/mpt/mpilib/
H A Dmpi_type.h81 typedef int32_t S32; typedef
88 typedef signed int S32; typedef
93 typedef signed long S32; typedef
102 S32 High;
119 typedef S32 *PS32;
/freebsd/sys/dev/mpi3mr/mpi/
H A Dmpi30_type.h63 typedef int32_t S32; typedef
74 S32 High;
90 typedef S32 *PS32;
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_archive_string.c305 #define S32 S16 S16 in test_archive_string_sprintf() macro
306 #define S64 S32 S32 in test_archive_string_sprintf()
308 const char *s32 = S32; in test_archive_string_sprintf()
309 const char *s33 = S32 "0"; in test_archive_string_sprintf()
315 #undef S32 in test_archive_string_sprintf()
/freebsd/contrib/xz/src/liblzma/check/
H A Dcrc_common.h28 # define S32(x) ((x) << 32) macro
37 # define S32(x) ((x) >> 32) macro
/freebsd/sys/kern/
H A Dmd4c.c49 #define S32 9 macro
226 HH (d, a, b, c, x[ 8], S32); /* 34 */ in MD4Transform()
230 HH (d, a, b, c, x[10], S32); /* 38 */ in MD4Transform()
234 HH (d, a, b, c, x[ 9], S32); /* 42 */ in MD4Transform()
238 HH (d, a, b, c, x[11], S32); /* 46 */ in MD4Transform()
H A Dmd5c.c281 #define S32 11 in MD5Transform() 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()
/freebsd/contrib/llvm-project/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()
/freebsd/crypto/openssh/openbsd-compat/
H A Dsha2.c164 #define S32(b,x) (((x) >> (b)) | ((x) << (32 - (b)))) macro
173 #define Sigma0_256(x) (S32(2, (x)) ^ S32(13, (x)) ^ S32(22, (x)))
174 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x)))
175 #define sigma0_256(x) (S32(7, (x)) ^ S32(18, (x)) ^ R(3 , (x)))
176 #define sigma1_256(x) (S32(17, (x)) ^ S32(19, (x)) ^ R(10, (x)))
/freebsd/lib/libmd/
H A Dmd4c.c51 #define S32 9 macro
231 HH (d, a, b, c, x[ 8], S32); /* 34 */ in MD4Transform()
235 HH (d, a, b, c, x[10], S32); /* 38 */ in MD4Transform()
239 HH (d, a, b, c, x[ 9], S32); /* 42 */ in MD4Transform()
243 HH (d, a, b, c, x[11], S32); /* 46 */ in MD4Transform()
H A Dmd5c.c278 #define S32 11 in MD5Transform() macro
282 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */ in MD5Transform()
286 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */ in MD5Transform()
290 HH (d, a, b, c, x[ 0], S32, 0xeaa127fa); /* 42 */ in MD5Transform()
294 HH (d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */ in MD5Transform()
/freebsd/contrib/ldns/
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)))
/freebsd/sbin/ipf/ipftest/
H A Dmd5.c249 #define S32 11 in Transform() macro
253 HH ( d, a, b, c, in[ 8], S32, UL(2272392833)); /* 34 */ in Transform()
257 HH ( d, a, b, c, in[ 4], S32, UL(1272893353)); /* 38 */ in Transform()
261 HH ( d, a, b, c, in[ 0], S32, UL(3936430074)); /* 42 */ in Transform()
265 HH ( d, a, b, c, in[12], S32, UL(3873151461)); /* 46 */ in Transform()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6554 auto ShlE = MIRBuilder.buildShl(S32, E, MIRBuilder.buildConstant(S32, 23)); in lowerU64ToF32BitOps()
6555 auto V = MIRBuilder.buildOr(S32, ShlE, MIRBuilder.buildTrunc(S32, UShl)); in lowerU64ToF32BitOps()
6614 if (DstTy == S32) { in lowerSITOFP()
6772 auto E = MIRBuilder.buildLShr(S32, UH, MIRBuilder.buildConstant(S32, 20)); in lowerFPTRUNC_F64_TO_F16()
6773 E = MIRBuilder.buildAnd(S32, E, MIRBuilder.buildConstant(S32, ExpMask)); in lowerFPTRUNC_F64_TO_F16()
6778 S32, E, MIRBuilder.buildConstant(S32, -ExpBiasf64 + ExpBiasf16)); in lowerFPTRUNC_F64_TO_F16()
6780 auto M = MIRBuilder.buildLShr(S32, UH, MIRBuilder.buildConstant(S32, 8)); in lowerFPTRUNC_F64_TO_F16()
6781 M = MIRBuilder.buildAnd(S32, M, MIRBuilder.buildConstant(S32, 0xffe)); in lowerFPTRUNC_F64_TO_F16()
6808 B = MIRBuilder.buildSMin(S32, B, MIRBuilder.buildConstant(S32, 13)); in lowerFPTRUNC_F64_TO_F16()
6824 auto VLow3 = MIRBuilder.buildAnd(S32, V, MIRBuilder.buildConstant(S32, 7)); in lowerFPTRUNC_F64_TO_F16()
[all …]
/freebsd/sys/dev/isci/
H A Denvironment.h53 typedef int32_t S32; typedef
/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dlxproto.h60 void agtiapi_Setup(S08 *, S32 *);
H A Dostypes.h117 typedef int S32; typedef

123