Home
last modified time | relevance | path

Searched defs:bit_width (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__bit/
H A Dbit_width.h25 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr int bit_width(_Tp __t) noexcept { in bit_width() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIMacOSX_i386.cpp125 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
277 std::optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
H A DABISysV_x86_64.cpp190 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
341 std::optional<uint64_t> bit_width = in SetReturnValueObject() local
634 std::optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
H A DABIWindows_x86_64.cpp206 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
348 std::optional<uint64_t> bit_width = in SetReturnValueObject() local
615 std::optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
H A DABISysV_i386.cpp144 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1455 size_t bit_width = 0; in GetArgumentValues() local
1562 std::optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
H A DABISysV_arm.cpp1459 size_t bit_width = 0; in GetArgumentValues() local
1569 std::optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp312 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
466 std::optional<uint64_t> bit_width = in SetReturnValueObject() local
662 std::optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
H A DABISysV_ppc64.cpp200 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
345 std::optional<uint64_t> bit_width = in SetReturnValueObject() local
/freebsd/usr.sbin/bhyve/
H A Dbasl.c133 const uint8_t bit_width, const uint8_t bit_offset, in basl_fill_gas()
568 const uint8_t bit_width, const uint8_t bit_offset, in basl_table_append_gas()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp281 static bool ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, in ReadIntegerArgument()
429 std::optional<uint64_t> bit_width = in SetReturnValueObject() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips.cpp809 std::optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread); in GetReturnValueObjectImpl() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp150 size_t bit_width = 0; in GetArgumentValues() local
H A DABISysV_arm64.cpp149 size_t bit_width = 0; in GetArgumentValues() local
/freebsd/sys/contrib/xen/
H A Dplatform.h392 uint32_t bit_width; member
435 uint8_t bit_width; member
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c3358 u32 bit_width, in ecore_grc_dump_mem_hdr()
3437 u32 bit_width, in ecore_grc_dump_mem()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7432 clang::Expr *bit_width = nullptr; in AddFieldToRecordType() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3801 unsigned bit_width = Context.getTypeInfo(Ty).Width; in ActOnNumericConstant() local