Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp910 const bool IsTiny = STI.getFeatureBits()[Hexagon::ProcTinyCore]; in packetSizeSlots() local
912 return IsTiny ? (HEXAGON_PACKET_SIZE - 1) : HEXAGON_PACKET_SIZE; in packetSizeSlots()
969 const bool IsTiny = STI.getFeatureBits() [Hexagon::ProcTinyCore]; in requiresSlot() local
971 (IsTiny && Hexagon::A2_nop == OpCode) || in requiresSlot()
972 (IsTiny && Hexagon::J4_hintjumpr == OpCode); in requiresSlot()