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

  /external/llvm/lib/Target/Mips/
Mips16InstrInfo.h 91 static bool validImmediate(unsigned Opcode, unsigned Reg, int64_t Amount);
Mips16RegisterInfo.cpp 138 !Mips16InstrInfo::validImmediate(MI.getOpcode(), FrameReg, Offset)) {
Mips16InstrInfo.cpp 463 bool Mips16InstrInfo::validImmediate(unsigned Opcode, unsigned Reg,
482 llvm_unreachable("unexpected Opcode in validImmediate");

Completed in 564 milliseconds