Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp92 const unsigned SlotWeight = 8; in setWeight() local
93 const unsigned MaskWeight = SlotWeight - 1; in setWeight()
100 if (Key == 0 || Units == 0 || (SlotWeight * s >= 32)) in setWeight()
105 Weight = (1u << (SlotWeight * s)) * ((MaskWeight - Ctpop) << Cttz); in setWeight()