Home
last modified time | relevance | path

Searched defs:bit (Results 1 – 25 of 41) sorted by relevance

12

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DInstructionUtils.h36 static inline uint32_t Bit32(const uint32_t bits, const uint32_t bit) { in Bit32()
40 static inline uint64_t Bit64(const uint64_t bits, const uint32_t bit) { in Bit64()
55 static inline void SetBit32(uint32_t &bits, const uint32_t bit, in SetBit32()
73 static inline uint64_t MaskUpToBit(const uint64_t bit) { in MaskUpToBit()
89 static inline bool BitIsSet(const uint64_t value, const uint64_t bit) { in BitIsSet()
93 static inline bool BitIsClear(const uint64_t value, const uint64_t bit) { in BitIsClear()
H A DARMUtils.h269 static inline uint32_t bit(const uint32_t val, const uint32_t msbit) { in bit() function
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DFlags.h96 bool Test(ValueType bit) const { return (m_flags & bit) != 0; } in Test()
111 bool IsClear(ValueType bit) const { return (m_flags & bit) == 0; } in IsClear()
/llvm-project-15.0.7/clang/test/Sema/Inputs/
H A Dconversion.h4 #define SETBIT(set,bit) do { int i = bit; set[i/(8*sizeof(set[0]))] |= (1 << (i%(8*sizeof(set)))); … argument
/llvm-project-15.0.7/libcxx/test/std/utilities/format/format.functions/
H A Dformat.verify.cpp93 int bit : 1; member
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueLanguage.cpp53 for (int bit : languages_for_types.bitvector.set_bits()) { in SetValueFromString() local
/llvm-project-15.0.7/libcxxabi/test/
H A Dforced_unwind1.pass.cpp27 int bit; member
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_bitvector_test.cpp99 uptr bit = ((uptr)my_rand() % bv.size()); in TestBitVector() local
/llvm-project-15.0.7/lldb/source/Utility/
H A DRegisterValue.cpp803 bool RegisterValue::ClearBit(uint32_t bit) { in ClearBit()
843 bool RegisterValue::SetBit(uint32_t bit) { in SetBit()
H A DScalar.cpp868 bool Scalar::ClearBit(uint32_t bit) { in ClearBit()
881 bool Scalar::SetBit(uint32_t bit) { in SetBit()
H A DBroadcaster.cpp89 for (uint32_t bit = 1u, mask = event_mask; mask != 0 && bit != 0; in GetEventNames() local
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp69 BitsInit *BI, int bit) { in getVariableBit()
90 int bit = BI->getNumBits()-1; in AddCodeToMergeInOperand() local
H A DCodeGenTarget.cpp551 for (unsigned bit = 0, end = numBits / 2; bit != end; ++bit) { in reverseBitsForLittleEndianEncoding() local
/llvm-project-15.0.7/lld/ELF/Arch/
H A DHexagon.cpp79 for (size_t bit = 0; bit != 32; ++bit) { in applyMask() local
/llvm-project-15.0.7/libunwind/src/
H A DAddressSpace.hpp225 int bit = 0; in getULEB128() local
250 int bit = 0; in getSLEB128() local
/llvm-project-15.0.7/clang/test/Sema/
H A Dstatements.c47 void test11(int bit) { in test11()
H A Dconstant-conversion.c18 struct { int bit : 1; } a; in test() member
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNBLog.cpp41 bool DNBLogCheckLogBit(uint32_t bit) { return (g_log_bits & bit) != 0; } in DNBLogCheckLogBit()
/llvm-project-15.0.7/lld/MachO/
H A DTarget.h81 bool hasAttr(uint8_t type, RelocAttrBits bit) const { in hasAttr()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dreference.cpp252 bool bit : 1; member in PR15694::C
/llvm-project-15.0.7/flang/lib/Decimal/
H A Ddecimal-to-binary.cpp220 void ShiftIn(int bit = 0) { value_ = value_ + value_ + bit; } in ShiftIn()
/llvm-project-15.0.7/lld/COFF/
H A DDLL.cpp461 uint32_t bit = 0; in writeTo() local
521 uint32_t bit = 0; in writeTo() local
/llvm-project-15.0.7/clang/test/C/drs/
H A Ddr1xx.c248 struct S { unsigned bit:1; }; in dr120() member
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/
H A DUnifyAliasedResourcePass.cpp127 [minVal](int64_t bit) { return bit % *minVal != 0; })) in deduceCanonicalResource()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dreal.cpp310 for (int bit{Extended::bits - 1}; bit >= 0; --bit) { in SQRT() local

12