Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp190 static const unsigned Slot0Mask = 1 << 0; variable
193 static const unsigned slotSingleLoad = Slot0Mask;
194 static const unsigned slotSingleStore = Slot0Mask;
362 static const unsigned slotLastLoadStore = Slot0Mask; in restrictStoreLoadOrder()
410 return I.Core.getUnits() == Slot0Mask && in restrictStoreLoadOrder()