Lines Matching defs:DecodeStatus

26 typedef MCDisassembler::DecodeStatus DecodeStatus;
38 virtual DecodeStatus getInstruction(MCInst &instr,
87 static DecodeStatus DecodeGRRegsRegisterClass(MCInst &Inst,
92 static DecodeStatus DecodeRRegsRegisterClass(MCInst &Inst,
97 static DecodeStatus DecodeBitpOperand(MCInst &Inst, unsigned Val,
100 static DecodeStatus DecodeNegImmOperand(MCInst &Inst, unsigned Val,
103 static DecodeStatus Decode2RInstruction(MCInst &Inst,
108 static DecodeStatus Decode2RImmInstruction(MCInst &Inst,
113 static DecodeStatus DecodeR2RInstruction(MCInst &Inst,
118 static DecodeStatus Decode2RSrcDstInstruction(MCInst &Inst,
123 static DecodeStatus DecodeRUSInstruction(MCInst &Inst,
128 static DecodeStatus DecodeRUSBitpInstruction(MCInst &Inst,
133 static DecodeStatus DecodeRUSSrcDstBitpInstruction(MCInst &Inst,
138 static DecodeStatus DecodeL2RInstruction(MCInst &Inst,
143 static DecodeStatus DecodeLR2RInstruction(MCInst &Inst,
148 static DecodeStatus Decode3RInstruction(MCInst &Inst,
153 static DecodeStatus Decode3RImmInstruction(MCInst &Inst,
158 static DecodeStatus Decode2RUSInstruction(MCInst &Inst,
163 static DecodeStatus Decode2RUSBitpInstruction(MCInst &Inst,
168 static DecodeStatus DecodeL3RInstruction(MCInst &Inst,
173 static DecodeStatus DecodeL3RSrcDstInstruction(MCInst &Inst,
178 static DecodeStatus DecodeL2RUSInstruction(MCInst &Inst,
183 static DecodeStatus DecodeL2RUSBitpInstruction(MCInst &Inst,
188 static DecodeStatus DecodeL6RInstruction(MCInst &Inst,
193 static DecodeStatus DecodeL5RInstruction(MCInst &Inst,
198 static DecodeStatus DecodeL4RSrcDstInstruction(MCInst &Inst,
203 static DecodeStatus DecodeL4RSrcDstSrcDstInstruction(MCInst &Inst,
210 static DecodeStatus DecodeGRRegsRegisterClass(MCInst &Inst,
222 static DecodeStatus DecodeRRegsRegisterClass(MCInst &Inst,
234 static DecodeStatus DecodeBitpOperand(MCInst &Inst, unsigned Val,
245 static DecodeStatus DecodeNegImmOperand(MCInst &Inst, unsigned Val,
251 static DecodeStatus
269 static DecodeStatus
285 static DecodeStatus
355 static DecodeStatus
359 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2);
368 static DecodeStatus
372 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2);
381 static DecodeStatus
385 DecodeStatus S = Decode2OpInstruction(Insn, Op2, Op1);
394 static DecodeStatus
398 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2);
408 static DecodeStatus
412 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2);
421 static DecodeStatus
425 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2);
434 static DecodeStatus
438 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2);
448 static DecodeStatus
519 static DecodeStatus
523 DecodeStatus S = Decode2OpInstruction(fieldFromInstruction(Insn, 0, 16),
533 static DecodeStatus
537 DecodeStatus S = Decode2OpInstruction(fieldFromInstruction(Insn, 0, 16),
547 static DecodeStatus
551 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3);
560 static DecodeStatus
564 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3);
573 static DecodeStatus
577 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3);
586 static DecodeStatus
590 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3);
599 static DecodeStatus
603 DecodeStatus S =
613 static DecodeStatus
617 DecodeStatus S =
628 static DecodeStatus
632 DecodeStatus S =
642 static DecodeStatus
646 DecodeStatus S =
656 static DecodeStatus
660 DecodeStatus S =
676 static DecodeStatus
690 static DecodeStatus
694 DecodeStatus S =
710 static DecodeStatus
715 DecodeStatus S =
729 static DecodeStatus
734 DecodeStatus S =
749 MCDisassembler::DecodeStatus
763 DecodeStatus Result = decodeInstruction(DecoderTable16, instr, insn16,