Searched defs:isImmOpnd (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp143 bool isLoad,bool isImmOpnd);
646 SmallVectorImpl<MCInst> &Instructions, bool isLoad, bool isImmOpnd) {
661 if (isImmOpnd) {
679 if (isImmOpnd)
709 if (isImmOpnd)
645 expandMemInst(MCInst &Inst, SMLoc IDLoc, SmallVectorImpl<MCInst> &Instructions, bool isLoad, bool isImmOpnd) argument

Completed in 66 milliseconds