Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp288 const int64_t high_bit_set = 1ULL << 63; in CheckImmRange() local
289 const uint64_t mask = (high_bit_set >> (63 - bits)); in CheckImmRange()