Searched refs:S32 (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-11-stable/sys/dev/mpr/mpi/
H A Dmpi2_type.h86 typedef int32_t S32; typedef
93 typedef signed int S32; typedef
98 typedef signed long S32; typedef
107 S32 High;
127 typedef S32 *PS32;
/freebsd-11-stable/sys/dev/mps/mpi/
H A Dmpi2_type.h81 typedef int32_t S32; typedef
88 typedef signed int S32; typedef
93 typedef signed long S32; typedef
102 S32 High;
122 typedef S32 *PS32;
/freebsd-11-stable/sys/dev/mpt/mpilib/
H A Dmpi_type.h82 typedef int32_t S32; typedef
89 typedef signed int S32; typedef
94 typedef signed long S32; typedef
104 S32 High;
122 typedef S32 *PS32;
/freebsd-11-stable/contrib/xz/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)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp175 const LLT S32 = LLT::scalar(32);
236 S32, S64
240 S32, S64, S16
244 S32, S64, S16, V2S16
248 setAction({G_BRCOND, S32}, Legal); // SCC branches
253 .legalFor({S32, S64, V2S16, V4S16, S1, S128, S256})
258 .clampScalar(0, S32, S256)
260 .clampMaxNumElements(0, S32, 16)
266 .legalFor({S32, S16})
267 .clampScalar(0, S16, S32)
[all...]
H A DAMDGPURegisterBankInfo.cpp71 const LLT S32 = LLT::scalar(32); local
73 assert(MRI.getType(DstReg) == S32);
79 auto True = B.buildConstant(S32, Opc == AMDGPU::G_SEXT ? -1 : 1);
80 auto False = B.buildConstant(S32, 0);
882 LLT S32 = LLT::scalar(32); local
909 Register CurrentLaneOpRegLo = MRI.createGenericVirtualRegister(S32);
910 Register CurrentLaneOpRegHi = MRI.createGenericVirtualRegister(S32);
943 CurrentLaneOpReg = MRI.createGenericVirtualRegister(S32);
1276 const LLT S32 = LLT::scalar(32); local
1279 return B.buildMerge(LLT::vector(NumElts, S32), WideReg
1302 const LLT S32 = LLT::scalar(32); local
1480 const LLT S32 = LLT::scalar(32); local
1543 const LLT S32 = LLT::scalar(32); local
1575 const LLT S32 = LLT::scalar(32); local
1627 const LLT S32 = LLT::scalar(32); local
1753 LLT S32 = LLT::scalar(32); local
1791 const LLT S32 = LLT::scalar(32); local
1889 const LLT S32 = LLT::scalar(32); local
1978 const LLT S32 = LLT::scalar(32); local
2057 const LLT S32 = LLT::scalar(32); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.cpp25 case FpABIKind::S32:
41 case FpABIKind::S32:
H A DMipsABIFlagsSection.h23 enum class FpABIKind { ANY, XX, S32, S64, SOFT }; member in class:llvm::MipsABIFlagsSection::FpABIKind
188 FpABI = FpABIKind::S32;
/freebsd-11-stable/sys/dev/pms/freebsd/driver/common/
H A Dlxproto.h61 void agtiapi_Setup(S08 *, S32 *);
H A Dostypes.h118 typedef int S32; typedef
/freebsd-11-stable/sys/dev/isci/
H A Denvironment.h53 typedef int32_t S32; typedef
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_archive_string.c306 #define S32 S16 S16 macro
307 #define S64 S32 S32
309 const char *s32 = S32;
310 const char *s33 = S32 "0";
316 #undef S32 macro
/freebsd-11-stable/contrib/apr/random/unix/
H A Dsha2.c126 #define S32(b,x) (((x) >> (b)) | ((x) << (32 - (b)))) macro
135 #define Sigma0_256(x) (S32(2, (x)) ^ S32(13, (x)) ^ S32(22, (x)))
136 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x)))
137 #define sigma0_256(x) (S32(7, (x)) ^ S32(18, (x)) ^ R(3 , (x)))
138 #define sigma1_256(x) (S32(1
[all...]
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dapr_md4.c64 #define S32 9 macro
340 HH (d, a, b, c, x[ 8], S32); /* 34 */
344 HH (d, a, b, c, x[10], S32); /* 38 */
348 HH (d, a, b, c, x[ 9], S32); /* 42 */
352 HH (d, a, b, c, x[11], S32); /* 46 */
/freebsd-11-stable/contrib/opie/libopie/
H A Dmd4c.c58 #define S32 9 macro
217 HH(d, a, b, c, x[8], S32); /* 34 */
221 HH(d, a, b, c, x[10], S32); /* 38 */
225 HH(d, a, b, c, x[9], S32); /* 42 */
229 HH(d, a, b, c, x[11], S32); /* 46 */
H A Dmd5c.c62 #define S32 11 macro
263 HH(d, a, b, c, x[8], S32, 0x8771f681); /* 34 */
267 HH(d, a, b, c, x[4], S32, 0x4bdecfa9); /* 38 */
271 HH(d, a, b, c, x[0], S32, 0xeaa127fa); /* 42 */
275 HH(d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */
/freebsd-11-stable/lib/libmd/
H A Dmd4c.c50 #define S32 9 macro
234 HH (d, a, b, c, x[ 8], S32); /* 34 */
238 HH (d, a, b, c, x[10], S32); /* 38 */
242 HH (d, a, b, c, x[ 9], S32); /* 42 */
246 HH (d, a, b, c, x[11], S32); /* 46 */
H A Dmd5c.c288 #define S32 11 macro
292 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */
296 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */
300 HH (d, a, b, c, x[ 0], S32, 0xeaa127fa); /* 42 */
304 HH (d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */
/freebsd-11-stable/sys/kern/
H A Dmd5c.c289 #define S32 11 macro
293 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */
297 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */
301 HH (d, a, b, c, x[ 0], S32, 0xeaa127fa); /* 42 */
305 HH (d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */
H A Dmd4c.c50 #define S32 9 macro
227 HH (d, a, b, c, x[ 8], S32); /* 34 */
231 HH (d, a, b, c, x[10], S32); /* 38 */
235 HH (d, a, b, c, x[ 9], S32); /* 42 */
239 HH (d, a, b, c, x[11], S32); /* 46 */
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dsha2.c162 #define S32(b,x) (((x) >> (b)) | ((x) << (32 - (b)))) macro
171 #define Sigma0_256(x) (S32(2, (x)) ^ S32(13, (x)) ^ S32(22, (x)))
172 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x)))
173 #define sigma0_256(x) (S32(7, (x)) ^ S32(18, (x)) ^ R(3 , (x)))
174 #define sigma1_256(x) (S32(1
[all...]
/freebsd-11-stable/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(1
[all...]
/freebsd-11-stable/contrib/ipfilter/
H A Dmd5.c258 #define S32 11 macro
262 HH ( d, a, b, c, in[ 8], S32, UL(2272392833)); /* 34 */
266 HH ( d, a, b, c, in[ 4], S32, UL(1272893353)); /* 38 */
270 HH ( d, a, b, c, in[ 0], S32, UL(3936430074)); /* 42 */
274 HH ( d, a, b, c, in[12], S32, UL(3873151461)); /* 46 */
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dsha2.c343 #define S32(b,x) (((x) >> (b)) | ((x) << (32 - (b)))) macro
352 #define Sigma0_256(x) (S32(2, (x)) ^ S32(13, (x)) ^ S32(22, (x)))
353 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x)))
354 #define sigma0_256(x) (S32(7, (x)) ^ S32(18, (x)) ^ R(3 , (x)))
355 #define sigma1_256(x) (S32(1
[all...]

Completed in 176 milliseconds

12