Searched refs:s16 (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11-stable/sys/compat/linuxkpi/common/include/asm/
H A Dtypes.h49 typedef int16_t s16; typedef
/freebsd-11-stable/contrib/ofed/include/
H A Dtypes.h39 typedef int16_t s16; typedef
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LegalizerInfo.cpp111 const LLT s16 = LLT::scalar(16); local
116 for (auto Ty : {p0, s1, s8, s16, s32})
119 for (auto Ty : {s8, s16, s32, p0})
123 for (auto Ty : {s8, s16, s32})
132 for (auto Ty : {s8, s16, s32, p0})
148 .legalForCartesianProduct({s1, s8, s16, s32}, {p0})
156 .legalFor({s8, s16, s32})
161 .legalFor({{s8, s8}, {s16, s8}, {s32, s8}})
170 for (auto Ty : {s8, s16, s32, p0})
174 for (auto Ty : {s8, s16, s3
207 const LLT s16 = LLT::scalar(16); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LegalizerInfo.cpp38 const LLT s16 = LLT::scalar(16); local
62 .legalFor({p0, s1, s8, s16, s32, s64, v2s32, v4s32, v2s64})
79 .legalFor({p0, s16, s32, s64, v2s32, v4s32, v2s64})
80 .clampScalar(0, s16, s64)
138 .lowerFor({s1, s8, s16, s32, s64});
162 return Ty.isVector() && Ty.getElementType() == s16 &&
165 [=](const LegalityQuery &Query) { return std::make_pair(0, s16); })
166 // If we don't have full FP16 support, then widen s16 to s32 if we
170 return Query.Types[0] == s16 && !ST.hasFullFP16();
173 .legalFor({s16, s3
[all...]
H A DAArch64InstructionSelector.cpp1585 const LLT s16 = LLT::scalar(16); local
1617 if (Ty != p0 && Ty != s8 && Ty != s16) {
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_pf.h335 void ixl_add_filter(struct ixl_vsi *, const u8 *, s16 vlan);
336 void ixl_del_filter(struct ixl_vsi *, const u8 *, s16 vlan);
367 ixl_find_filter(struct ixl_vsi *, const u8 *, s16);
H A Di40e_osdep.h117 typedef int16_t s16; typedef
H A Dixl.h436 s16 vlan;
H A Dixl_pf_main.c3168 ixl_add_filter(struct ixl_vsi *vsi, const u8 *macaddr, s16 vlan)
3214 ixl_del_filter(struct ixl_vsi *vsi, const u8 *macaddr, s16 vlan)
3239 ixl_find_filter(struct ixl_vsi *vsi, const u8 *macaddr, s16 vlan)
/freebsd-11-stable/sys/dev/cxgbe/
H A Dosdep.h54 typedef int16_t s16; typedef
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp73 const LLT s16 = LLT::scalar(16); local
85 .legalForCartesianProduct({s8, s16, s32}, {s1, s8, s16});
152 {s16, p0, 16, 8},
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h63 typedef signed short s16; typedef in namespace:scudo
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h154 typedef signed short s16; typedef in namespace:__sanitizer
261 typedef ALIGNED(1) s16 us16;
H A Dsanitizer_platform_limits_freebsd.h76 s16 aio_reqprio;
H A Dsanitizer_platform_limits_posix.h142 s16 aio_reqprio;
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dcommon.h95 typedef INT16 s16; typedef
107 typedef INT16 s16; typedef
124 typedef int16_t s16; typedef
/freebsd-11-stable/sys/dev/e1000/
H A De1000_osdep.h100 typedef int16_t s16; typedef
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_osdep.h149 typedef int16_t s16; typedef
/freebsd-11-stable/sys/geom/part/
H A Dg_part_gpt.c1336 g_gpt_utf8_to_utf16(const uint8_t *s8, uint16_t *s16, size_t s16len) argument
1345 bzero(s16, s16len << 1);
1352 s16[s16idx++] = htole16(0xfffd);
1386 s16[s16idx++] =
1388 s16[s16idx++] =
1391 s16[s16idx++] = (utfchar >= 0x10000) ? 0 :
1400 s16[s16idx++] = htole16(0xfffd);
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h73 #define S16_MAX ((s16)(U16_MAX >> 1))
74 #define S16_MIN ((s16)(-S16_MAX - 1))
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h111 #define s16 uint16_t macro
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.h67 typedef int16_t s16; typedef
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_arm64.h662 DEFINE_FPU_PSEUDO(s16, 4, FPU_S_PSEUDO_REG_ENDIAN_OFFSET, v16),
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_ethtool.c857 (s16)MLX5_GET(mtmp_reg, out_sensor, temperature) * 125;
/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c4398 s16 level;
4404 level = (s16) res->level;

Completed in 725 milliseconds

12