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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp414 static inline bool isImmU16(unsigned val) { function
439 if (isImmU16(Value)) {
H A DXCoreRegisterInfo.cpp56 static inline bool isImmU16(unsigned val) { function
308 if (isImmU16(Offset))
H A DXCoreFrameLowering.cpp42 static inline bool isImmU16(unsigned val) { function
499 if (!isU6 && !isImmU16(Amount)) {

Completed in 118 milliseconds