Searched refs:expandTrunc (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp227 bool expandTrunc(MCInst &Inst, bool IsDouble, bool Is64FPU, SMLoc IDLoc,
2025 return expandTrunc(Inst, false, false, IDLoc, Out, STI) ? MER_Fail
2028 return expandTrunc(Inst, true, false, IDLoc, Out, STI) ? MER_Fail
2031 return expandTrunc(Inst, true, true, IDLoc, Out, STI) ? MER_Fail
3130 bool MipsAsmParser::expandTrunc(MCInst &Inst, bool IsDouble, bool Is64FPU, function in class:MipsAsmParser

Completed in 74 milliseconds