Home | History | Annotate | Download | only in Disassembler

Lines Matching defs:DecodeStatus

28 typedef MCDisassembler::DecodeStatus DecodeStatus;
38 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
76 static DecodeStatus DecodeGRRegsRegisterClass(MCInst &Inst,
81 static DecodeStatus DecodeRRegsRegisterClass(MCInst &Inst,
86 static DecodeStatus DecodeBitpOperand(MCInst &Inst, unsigned Val,
89 static DecodeStatus DecodeNegImmOperand(MCInst &Inst, unsigned Val,
92 static DecodeStatus Decode2RInstruction(MCInst &Inst,
97 static DecodeStatus Decode2RImmInstruction(MCInst &Inst,
102 static DecodeStatus DecodeR2RInstruction(MCInst &Inst,
107 static DecodeStatus Decode2RSrcDstInstruction(MCInst &Inst,
112 static DecodeStatus DecodeRUSInstruction(MCInst &Inst,
117 static DecodeStatus DecodeRUSBitpInstruction(MCInst &Inst,
122 static DecodeStatus DecodeRUSSrcDstBitpInstruction(MCInst &Inst,
127 static DecodeStatus DecodeL2RInstruction(MCInst &Inst,
132 static DecodeStatus DecodeLR2RInstruction(MCInst &Inst,
137 static DecodeStatus Decode3RInstruction(MCInst &Inst,
142 static DecodeStatus Decode3RImmInstruction(MCInst &Inst,
147 static DecodeStatus Decode2RUSInstruction(MCInst &Inst,
152 static DecodeStatus Decode2RUSBitpInstruction(MCInst &Inst,
157 static DecodeStatus DecodeL3RInstruction(MCInst &Inst,
162 static DecodeStatus DecodeL3RSrcDstInstruction(MCInst &Inst,
167 static DecodeStatus DecodeL2RUSInstruction(MCInst &Inst,
172 static DecodeStatus DecodeL2RUSBitpInstruction(MCInst &Inst,
177 static DecodeStatus DecodeL6RInstruction(MCInst &Inst,
182 static DecodeStatus DecodeL5RInstruction(MCInst &Inst,
187 static DecodeStatus DecodeL4RSrcDstInstruction(MCInst &Inst,
192 static DecodeStatus DecodeL4RSrcDstSrcDstInstruction(MCInst &Inst,
199 static DecodeStatus DecodeGRRegsRegisterClass(MCInst &Inst,
211 static DecodeStatus DecodeRRegsRegisterClass(MCInst &Inst,
223 static DecodeStatus DecodeBitpOperand(MCInst &Inst, unsigned Val,
234 static DecodeStatus DecodeNegImmOperand(MCInst &Inst, unsigned Val,
240 static DecodeStatus
258 static DecodeStatus
274 static DecodeStatus
344 static DecodeStatus
348 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2);
357 static DecodeStatus
361 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2);
370 static DecodeStatus
374 DecodeStatus S = Decode2OpInstruction(Insn, Op2, Op1);
383 static DecodeStatus
387 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2);
397 static DecodeStatus
401 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);
437 static DecodeStatus
508 static DecodeStatus
512 DecodeStatus S = Decode2OpInstruction(fieldFromInstruction(Insn, 0, 16),
522 static DecodeStatus
526 DecodeStatus S = Decode2OpInstruction(fieldFromInstruction(Insn, 0, 16),
536 static DecodeStatus
540 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3);
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 =
602 static DecodeStatus
606 DecodeStatus S =
617 static DecodeStatus
621 DecodeStatus S =
631 static DecodeStatus
635 DecodeStatus S =
645 static DecodeStatus
649 DecodeStatus S =
665 static DecodeStatus
679 static DecodeStatus
683 DecodeStatus S =
699 static DecodeStatus
704 DecodeStatus S =
718 static DecodeStatus
723 DecodeStatus S =
738 MCDisassembler::DecodeStatus XCoreDisassembler::getInstruction(
748 DecodeStatus Result = decodeInstruction(DecoderTable16, instr, insn16,