Home | History | Annotate | Download | only in MC

Lines Matching defs:Fail

29   /// Ternary decode status. Most backends will just use Fail and
36 /// is a "soft fail" failure mode that indicates the MCInst& is
40 /// from Success->SoftFail ->Fail can be done with a simple
43 /// LEFT & TOP = | Success Unpredictable Fail
45 /// Success | Success Unpredictable Fail
46 /// Unpredictable | Unpredictable Unpredictable Fail
47 /// Fail | Fail Fail Fail
50 /// Success, SoftFail, Fail respectively.
52 Fail = 0,
79 /// MCDisassembler::Fail if the instruction was invalid.