Searched refs:expandUlh (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 230 bool expandUlh(MCInst &Inst, bool Signed, SMLoc IDLoc, MCStreamer &Out, 2034 return expandUlh(Inst, true, IDLoc, Out, STI) ? MER_Fail : MER_Success; in tryExpandInstruction() 2036 return expandUlh(Inst, false, IDLoc, Out, STI) ? MER_Fail : MER_Success; in tryExpandInstruction() 3169 bool MipsAsmParser::expandUlh(MCInst &Inst, bool Signed, SMLoc IDLoc, in expandUlh() function in MipsAsmParser
|