Searched refs:MAX_SUBTARGET_WORDS (Results 1 – 2 of 2) sorted by relevance
34 const unsigned MAX_SUBTARGET_WORDS = 4; variable35 const unsigned MAX_SUBTARGET_FEATURES = MAX_SUBTARGET_WORDS * 64;44 std::array<uint64_t, MAX_SUBTARGET_WORDS> Bits{};47 constexpr FeatureBitset(const std::array<uint64_t, MAX_SUBTARGET_WORDS> &B) in FeatureBitset()165 constexpr FeatureBitArray(const std::array<uint64_t, MAX_SUBTARGET_WORDS> &B) in FeatureBitArray()
181 std::array<uint64_t, MAX_SUBTARGET_WORDS> Mask = {}; in printFeatureMask()