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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp38 static inline bool isImmU6(unsigned val) { function
106 int Opcode = isImmU6(OpImm) ? XCore::EXTSP_u6 : XCore::EXTSP_lu6;
128 int Opcode = isImmU6(OpImm) ? XCore::LDAWSP_ru6 : XCore::LDAWSP_lru6;
201 int Opcode = isImmU6(Offset) ? XCore::LDWSP_ru6 : XCore::LDWSP_lru6;
262 int Opcode = isImmU6(Adjusted) ? XCore::ENTSP_u6 : XCore::ENTSP_lu6;
287 int Opcode = isImmU6(Offset) ? XCore::STWSP_ru6 : XCore::STWSP_lru6;
400 int Opcode = isImmU6(RemainingAdj) ? XCore::RETSP_u6 : XCore::RETSP_lu6;
407 int Opcode = isImmU6(RemainingAdj) ? XCore::LDAWSP_ru6 :
505 bool isU6 = isImmU6(Amount);
H A DXCoreInstrInfo.cpp410 static inline bool isImmU6(unsigned val) { function
440 int Opcode = isImmU6(Value) ? XCore::LDC_ru6 : XCore::LDC_lru6;
H A DXCoreRegisterInfo.cpp52 static inline bool isImmU6(unsigned val) { function
134 bool isU6 = isImmU6(Offset);

Completed in 69 milliseconds