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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp283 bool expandUlh(MCInst &Inst, bool Signed, SMLoc IDLoc, MCStreamer &Out,
2507 return expandUlh(Inst, true, IDLoc, Out, STI) ? MER_Fail : MER_Success;
2509 return expandUlh(Inst, false, IDLoc, Out, STI) ? MER_Fail : MER_Success;
4372 bool MipsAsmParser::expandUlh(MCInst &Inst, bool Signed, SMLoc IDLoc, function in class:MipsAsmParser

Completed in 182 milliseconds