Searched refs:isImmU6 (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/XCore/
H A DXCoreRegisterInfo.cpp49 static inline bool isImmU6(unsigned val) { function
126 bool isU6 = isImmU6(Amount);
270 bool isU6 = isImmU6(Offset);
309 int Opcode = isImmU6(Value) ? XCore::LDC_ru6 : XCore::LDC_lru6;
H A DXCoreFrameLowering.cpp37 static inline bool isImmU6(unsigned val) { function
51 bool isU6 = isImmU6(Offset);
66 bool isU6 = isImmU6(Offset);
113 bool isU6 = isImmU6(FrameSize);
235 bool isU6 = isImmU6(FrameSize);

Completed in 72 milliseconds