Searched refs:IsTiny (Results 1 – 2 of 2) sorted by relevance
28 bool IsTiny; // Set to true for the devices belong to the avrtiny family. member368 ABI = It->IsTiny ? "avrtiny" : "avr"; in setCPU()
910 const bool IsTiny = STI.getFeatureBits()[Hexagon::ProcTinyCore]; in packetSizeSlots() local912 return IsTiny ? (HEXAGON_PACKET_SIZE - 1) : HEXAGON_PACKET_SIZE; in packetSizeSlots()969 const bool IsTiny = STI.getFeatureBits() [Hexagon::ProcTinyCore]; in requiresSlot() local971 (IsTiny && Hexagon::A2_nop == OpCode) || in requiresSlot()972 (IsTiny && Hexagon::J4_hintjumpr == OpCode); in requiresSlot()