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

  /external/llvm/lib/Target/XCore/
XCoreRegisterInfo.cpp 49 static inline bool isImmU6(unsigned val) {
212 bool isU6 = isImmU6(Offset);
251 int Opcode = isImmU6(Value) ? XCore::LDC_ru6 : XCore::LDC_lru6;
XCoreFrameLowering.cpp 37 static inline bool isImmU6(unsigned val) {
51 bool isU6 = isImmU6(Offset);
66 bool isU6 = isImmU6(Offset);
111 bool isU6 = isImmU6(FrameSize);
233 bool isU6 = isImmU6(FrameSize);
357 bool isU6 = isImmU6(Amount);

Completed in 377 milliseconds