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

/freebsd-10.1-release/contrib/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.cpp49 static inline bool isImmU6(unsigned val) { function
213 bool isU6 = isImmU6(Offset);
252 int Opcode = isImmU6(Value) ? XCore::LDC_ru6 : XCore::LDC_lru6;
H A DXCoreFrameLowering.cpp33 static inline bool isImmU6(unsigned val) { function
47 bool isU6 = isImmU6(Offset);
62 bool isU6 = isImmU6(Offset);
112 bool isU6 = isImmU6(FrameSize);
226 bool isU6 = isImmU6(FrameSize);
354 bool isU6 = isImmU6(Amount);

Completed in 45 milliseconds