Home
last modified time | relevance | path

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

123

/llvm-project/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()
/llvm-project/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/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/libc/src/signal/linux/
H A Dsignal_utils.h80 size_t bit = n % BITS_PER_SIGWORD; add_signal() local
93 size_t bit = n % BITS_PER_SIGWORD; delete_signal() local
/llvm-project/clang/test/Sema/
H A Dc2x-typeof.c45 int bit : 4; member
H A Dstatements.c47 void test11(int bit) { in test11()
/llvm-project/lldb/source/Interpreter/
H A DOptionValueLanguage.cpp55 for (int bit : languages_for_types.bitvector.set_bits()) { in SetValueFromString() local
/llvm-project/libcxxabi/test/
H A Dforced_unwind1.pass.cpp30 int bit; member
/llvm-project/libcxx/test/std/utilities/format/format.functions/
H A Dformat.verify.cpp93 int bit : 1; global() member
/llvm-project/llvm/docs/
H A DAMDGPUOperandSyntax.rst84 .. _amdgpu_synid_nsa:
116 .. _amdgpu_synid_v16:
145 .. _amdgpu_synid_a:
/llvm-project/lldb/unittests/Instruction/LoongArch/
H A DTestLoongArchEmulator.cpp25 #define GEN_BCOND_TEST(bit, name, rj_val, rd_val_branched, rd_val_continued) \ argument
33 #define GEN_BZCOND_TEST(bit, name, rj_val_branched, rj_val_continued) \ argument
41 #define GEN_BCZCOND_TEST(bit, name, cj_val_branched, cj_val_continued) \ argument
/llvm-project/clang/test/C/drs/
H A Ddr4xx.c172 …_Alignas(int) int bit : 1; /* expected-error {{'_Alignas' attribute cannot be applied to a bit-fie… in dr444() member
262 …int bit : 12 || 1.0f; /* expected-warning {{expression is not an integer constant expression; fold… in dr489() member
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_bitvector_test.cpp99 uptr bit = ((uptr)my_rand() % bv.size()); in TestBitVector() local
/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp765 ClearBit(uint32_t bit) ClearBit() argument
805 SetBit(uint32_t bit) SetBit() argument
[all...]
H A DScalar.cpp909 ClearBit(uint32_t bit) ClearBit() argument
922 SetBit(uint32_t bit) SetBit() argument
/llvm-project/lldb/unittests/Core/
H A DProgressReportTest.cpp29 CreateListenerFor(uint32_t bit) CreateListenerFor() argument
/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp82 // return the variable bit position. Otherwise return -1. in getVariableBit() argument
104 int bit = BI->getNumBits() - 1; addCodeToMergeInOperand() local
/llvm-project/libunwind/src/
H A DAddressSpace.hpp229 int bit = 0; in getULEB128() local
254 int bit = 0; in getSLEB128() local
/llvm-project/lld/ELF/Arch/
H A DHexagon.cpp80 uint32_t maskBit = (mask >> bit) & 1; in applyMask() local
/llvm-project/libc/src/__support/RPC/
H A Drpc.h
/llvm-project/lldb/unittests/Target/
H A DRegisterFlagsTest.cpp55 static RegisterFlags::Field make_field(unsigned bit) { in make_field() argument
[all...]
/llvm-project/lldb/tools/debugserver/source/
H A DDNBLog.cpp41 bool DNBLogCheckLogBit(uint32_t bit) { return (g_log_bits & bit) != 0; } in DNBLogCheckLogBit()
/llvm-project/lld/MachO/
H A DTarget.h97 hasAttr(uint8_t type,RelocAttrBits bit) hasAttr() argument
/llvm-project/clang/test/Analysis/
H A Dreference.cpp252 bool bit : 1; member in PR15694::C
/llvm-project/flang/lib/Decimal/
H A Ddecimal-to-binary.cpp225 RT_API_ATTRS void ShiftIn(int bit = 0) { value_ = value_ + value_ + bit; } in ShiftIn()

123