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

  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 428 static inline bool isImmU16(unsigned val) {
451 if (isImmU16(Value)) {
XCoreRegisterInfo.cpp 56 static inline bool isImmU16(unsigned val) {
314 if (isImmU16(Offset))
XCoreFrameLowering.cpp 42 static inline bool isImmU16(unsigned val) {
499 if (!isU6 && !isImmU16(Amount)) {

Completed in 41 milliseconds