Searched defs:isImmU16 (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp428 static inline bool isImmU16(unsigned val) { function
451 if (isImmU16(Value)) {
H A DXCoreRegisterInfo.cpp56 static inline bool isImmU16(unsigned val) { function
314 if (isImmU16(Offset))
H A DXCoreFrameLowering.cpp42 static inline bool isImmU16(unsigned val) { function
499 if (!isU6 && !isImmU16(Amount)) {

Completed in 508 milliseconds