Home
last modified time | relevance | path

Searched refs:s_max_atomic_sequence_length (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.h47 static constexpr size_t s_max_atomic_sequence_length = 64; variable
H A DEmulateInstructionRISCV.cpp1865 } while ((atomic_length < s_max_atomic_sequence_length) && in HandleAtomicSequence()
1868 if (atomic_length >= s_max_atomic_sequence_length) { in HandleAtomicSequence()