HomeSort by relevance Sort by last modified time
    Searched refs:isU6 (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/XCore/
XCoreRegisterInfo.cpp 134 bool isU6 = isImmU6(Offset);
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;
XCoreFrameLowering.cpp 498 bool isU6 = isImmU6(Amount);
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 625 milliseconds