• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/

Lines Matching refs:MER_Fail

218     MER_Fail,
2334 case MER_Fail:
2379 return expandLoadImm(Inst, true, IDLoc, Out, STI) ? MER_Fail : MER_Success;
2381 return expandLoadImm(Inst, false, IDLoc, Out, STI) ? MER_Fail : MER_Success;
2392 ? MER_Fail
2405 ? MER_Fail
2409 return expandUncondBranchMMPseudo(Inst, IDLoc, Out, STI) ? MER_Fail
2413 return expandLoadStoreMultiple(Inst, IDLoc, Out, STI) ? MER_Fail
2417 return expandJalWithRegs(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
2422 return expandBranchImm(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
2455 return expandCondBranches(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
2460 return expandDivRem(Inst, IDLoc, Out, STI, false, true) ? MER_Fail
2466 return expandDivRem(Inst, IDLoc, Out, STI, true, true) ? MER_Fail
2472 return expandDivRem(Inst, IDLoc, Out, STI, false, false) ? MER_Fail
2478 return expandDivRem(Inst, IDLoc, Out, STI, true, false) ? MER_Fail
2481 return expandTrunc(Inst, false, false, IDLoc, Out, STI) ? MER_Fail
2484 return expandTrunc(Inst, true, false, IDLoc, Out, STI) ? MER_Fail
2487 return expandTrunc(Inst, true, true, IDLoc, Out, STI) ? MER_Fail
2491 return expandLoadSingleImmToGPR(Inst, IDLoc, Out, STI) ? MER_Fail
2494 return expandLoadSingleImmToFPR(Inst, IDLoc, Out, STI) ? MER_Fail
2497 return expandLoadDoubleImmToGPR(Inst, IDLoc, Out, STI) ? MER_Fail
2500 return expandLoadDoubleImmToFPR(Inst, true, IDLoc, Out, STI) ? MER_Fail
2503 return expandLoadDoubleImmToFPR(Inst, false, IDLoc, Out, STI) ? MER_Fail
2507 return expandUlh(Inst, true, IDLoc, Out, STI) ? MER_Fail : MER_Success;
2509 return expandUlh(Inst, false, IDLoc, Out, STI) ? MER_Fail : MER_Success;
2511 return expandUsh(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
2514 return expandUxw(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
2517 return expandAliasImmediate(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
2520 return expandSge(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
2525 return expandSgeImm(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
2530 return expandSgtImm(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
2533 return expandSle(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
2538 return expandSleImm(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
2544 return expandAliasImmediate(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
2550 return expandAliasImmediate(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
2560 return expandAliasImmediate(Inst, IDLoc, Out, STI) ? MER_Fail
2572 return expandAliasImmediate(Inst, IDLoc, Out, STI) ? MER_Fail
2578 return expandRotation(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
2581 return expandRotationImm(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
2584 return expandDRotation(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
2587 return expandDRotationImm(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
2589 return expandAbs(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
2592 return expandMulImm(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
2595 return expandMulO(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
2598 return expandMulOU(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
2600 return expandDMULMacro(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
2605 ? MER_Fail
2609 ? MER_Fail
2612 return expandSeq(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
2614 return expandSeqI(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
2616 return expandSne(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
2618 return expandSneI(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
2628 return expandMXTRAlias(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;
2631 return expandSaaAddr(Inst, IDLoc, Out, STI) ? MER_Fail : MER_Success;