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

/external/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.cpp134 bool isU6 = isImmU6(Offset); local
139 NewOpcode = (isU6) ? XCore::LDWSP_ru6 : XCore::LDWSP_lru6;
145 NewOpcode = (isU6) ? XCore::STWSP_ru6 : XCore::STWSP_lru6;
152 NewOpcode = (isU6) ? XCore::LDAWSP_ru6 : XCore::LDAWSP_lru6;
H A DXCoreFrameLowering.cpp498 bool isU6 = isImmU6(Amount); local
499 if (!isU6 && !isImmU16(Amount)) {
510 int Opcode = isU6 ? XCore::EXTSP_u6 : XCore::EXTSP_lu6;
515 int Opcode = isU6 ? XCore::LDAWSP_ru6 : XCore::LDAWSP_lru6;

Completed in 163 milliseconds