Searched refs:s128 (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h21 __extension__ typedef __int128 s128; typedef
32 typedef s128 SIntMax;
H A Dubsan_value.cpp35 return *reinterpret_cast<s128*>(Val);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LegalizerInfo.cpp114 const LLT s128 = LLT::scalar(128); local
179 setAction({G_ANYEXT, s128}, Legal);
210 const LLT s128 = LLT::scalar(128); local
214 // s128 = EXTEND (G_IMPLICIT_DEF s32/s64) -> s128 = G_IMPLICIT_DEF
215 setAction({G_IMPLICIT_DEF, s128}, Legal);
278 setAction({G_MERGE_VALUES, s128}, Legal);
279 setAction({G_UNMERGE_VALUES, 1, s128}, Legal);
280 setAction({G_MERGE_VALUES, 1, s128}, Legal);
281 setAction({G_UNMERGE_VALUES, s128}, Lega
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_archive_string.c313 const char *s128 = S128; local
343 archive_string_sprintf(&s, "%s", s128);
344 assertExactString(128, 8 * EXTENT, s128, s);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LegalizerInfo.cpp41 const LLT s128 = LLT::scalar(128); local
115 .libcallFor({s128})
208 if (Ty1 != s32 && Ty1 != s64 && Ty1 != s128)
215 .clampScalar(1, s32, s128)
253 {s128, p0, 128, 8},
283 {s128, p0, 128, 8},
350 return false; // Extending to a scalar s128 needs narrowing.
374 .clampScalar(0, s64, s64); // Just for s128, others are handled above.
435 .legalForCartesianProduct({s1, s8, s16, s32, s64, s128, v16s8, v8s8, v4s8,
525 // So at this point, we have s8, s16, s32, s64, s128, s19
[all...]

Completed in 62 milliseconds