Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp192 static const unsigned Slot3Mask = 1 << 3; variable
589 return (I.Core.getUnits() == Slot3Mask); in restrictPreferSlot3()
602 PrefSlot3Inst->Core.setUnits(saveUnits & Slot3Mask); in restrictPreferSlot3()