Lines Matching refs:DecodeStatus

29 typedef MCDisassembler::DecodeStatus DecodeStatus;
40 virtual DecodeStatus getInstruction(MCInst &instr,
89 static DecodeStatus DecodeGRRegsRegisterClass(MCInst &Inst,
94 static DecodeStatus DecodeRRegsRegisterClass(MCInst &Inst,
99 static DecodeStatus DecodeBitpOperand(MCInst &Inst, unsigned Val,
102 static DecodeStatus DecodeNegImmOperand(MCInst &Inst, unsigned Val,
105 static DecodeStatus Decode2RInstruction(MCInst &Inst,
110 static DecodeStatus Decode2RImmInstruction(MCInst &Inst,
115 static DecodeStatus DecodeR2RInstruction(MCInst &Inst,
120 static DecodeStatus Decode2RSrcDstInstruction(MCInst &Inst,
125 static DecodeStatus DecodeRUSInstruction(MCInst &Inst,
130 static DecodeStatus DecodeRUSBitpInstruction(MCInst &Inst,
135 static DecodeStatus DecodeRUSSrcDstBitpInstruction(MCInst &Inst,
140 static DecodeStatus DecodeL2RInstruction(MCInst &Inst,
145 static DecodeStatus DecodeLR2RInstruction(MCInst &Inst,
150 static DecodeStatus Decode3RInstruction(MCInst &Inst,
155 static DecodeStatus Decode3RImmInstruction(MCInst &Inst,
160 static DecodeStatus Decode2RUSInstruction(MCInst &Inst,
165 static DecodeStatus Decode2RUSBitpInstruction(MCInst &Inst,
170 static DecodeStatus DecodeL3RInstruction(MCInst &Inst,
175 static DecodeStatus DecodeL3RSrcDstInstruction(MCInst &Inst,
180 static DecodeStatus DecodeL2RUSInstruction(MCInst &Inst,
185 static DecodeStatus DecodeL2RUSBitpInstruction(MCInst &Inst,
190 static DecodeStatus DecodeL6RInstruction(MCInst &Inst,
195 static DecodeStatus DecodeL5RInstruction(MCInst &Inst,
200 static DecodeStatus DecodeL4RSrcDstInstruction(MCInst &Inst,
205 static DecodeStatus DecodeL4RSrcDstSrcDstInstruction(MCInst &Inst,
212 static DecodeStatus DecodeGRRegsRegisterClass(MCInst &Inst,
224 static DecodeStatus DecodeRRegsRegisterClass(MCInst &Inst,
236 static DecodeStatus DecodeBitpOperand(MCInst &Inst, unsigned Val,
247 static DecodeStatus DecodeNegImmOperand(MCInst &Inst, unsigned Val,
253 static DecodeStatus
271 static DecodeStatus
287 static DecodeStatus
357 static DecodeStatus
361 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2);
370 static DecodeStatus
374 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2);
383 static DecodeStatus
387 DecodeStatus S = Decode2OpInstruction(Insn, Op2, Op1);
396 static DecodeStatus
400 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2);
410 static DecodeStatus
414 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2);
423 static DecodeStatus
427 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2);
436 static DecodeStatus
440 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2);
450 static DecodeStatus
521 static DecodeStatus
525 DecodeStatus S = Decode2OpInstruction(fieldFromInstruction(Insn, 0, 16),
535 static DecodeStatus
539 DecodeStatus S = Decode2OpInstruction(fieldFromInstruction(Insn, 0, 16),
549 static DecodeStatus
553 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3);
562 static DecodeStatus
566 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3);
575 static DecodeStatus
579 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3);
588 static DecodeStatus
592 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3);
601 static DecodeStatus
605 DecodeStatus S =
615 static DecodeStatus
619 DecodeStatus S =
630 static DecodeStatus
634 DecodeStatus S =
644 static DecodeStatus
648 DecodeStatus S =
658 static DecodeStatus
662 DecodeStatus S =
678 static DecodeStatus
692 static DecodeStatus
696 DecodeStatus S =
712 static DecodeStatus
717 DecodeStatus S =
731 static DecodeStatus
736 DecodeStatus S =
751 MCDisassembler::DecodeStatus
765 DecodeStatus Result = decodeInstruction(DecoderTable16, instr, insn16,