reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Mips/AsmParser/MipsAsmParser.cpp
 2263   case MER_Success:
 2310     return expandLoadImm(Inst, true, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2312     return expandLoadImm(Inst, false, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2324                : MER_Success;
 2337                : MER_Success;
 2341                                                              : MER_Success;
 2345                                                           : MER_Success;
 2348     return expandJalWithRegs(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2353     return expandBranchImm(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2386     return expandCondBranches(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2392                                                             : MER_Success;
 2398                                                            : MER_Success;
 2404                                                              : MER_Success;
 2410                                                             : MER_Success;
 2413                                                             : MER_Success;
 2416                                                            : MER_Success;
 2419                                                           : MER_Success;
 2423                                                            : MER_Success;
 2426                                                            : MER_Success;
 2429                                                            : MER_Success;
 2432                                                                  : MER_Success;
 2435                                                                   : MER_Success;
 2438     return expandUlh(Inst, true, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2440     return expandUlh(Inst, false, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2442     return expandUsh(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2445     return expandUxw(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2448     return expandAliasImmediate(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2451     return expandSge(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2456     return expandSgeImm(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2461     return expandSgtImm(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2467     return expandAliasImmediate(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2473     return expandAliasImmediate(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2484                                                          : MER_Success;
 2496                                                          : MER_Success;
 2501     return expandRotation(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2504     return expandRotationImm(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2507     return expandDRotation(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2510     return expandDRotationImm(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2512     return expandAbs(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2515     return expandMulImm(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2518     return expandMulO(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2521     return expandMulOU(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2523     return expandDMULMacro(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2529                : MER_Success;
 2533                : MER_Success;
 2535     return expandSeq(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2537     return expandSeqI(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
 2547     return expandMXTRAlias(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;