• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/

Lines Matching defs:DecodeStatus

28 typedef MCDisassembler::DecodeStatus DecodeStatus;
38 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
75 static DecodeStatus DecodeGRRegsRegisterClass(MCInst &Inst,
80 static DecodeStatus DecodeRRegsRegisterClass(MCInst &Inst,
85 static DecodeStatus DecodeBitpOperand(MCInst &Inst, unsigned Val,
88 static DecodeStatus DecodeNegImmOperand(MCInst &Inst, unsigned Val,
91 static DecodeStatus Decode2RInstruction(MCInst &Inst,
96 static DecodeStatus Decode2RImmInstruction(MCInst &Inst,
101 static DecodeStatus DecodeR2RInstruction(MCInst &Inst,
106 static DecodeStatus Decode2RSrcDstInstruction(MCInst &Inst,
111 static DecodeStatus DecodeRUSInstruction(MCInst &Inst,
116 static DecodeStatus DecodeRUSBitpInstruction(MCInst &Inst,
121 static DecodeStatus DecodeRUSSrcDstBitpInstruction(MCInst &Inst,
126 static DecodeStatus DecodeL2RInstruction(MCInst &Inst,
131 static DecodeStatus DecodeLR2RInstruction(MCInst &Inst,
136 static DecodeStatus Decode3RInstruction(MCInst &Inst,
141 static DecodeStatus Decode3RImmInstruction(MCInst &Inst,
146 static DecodeStatus Decode2RUSInstruction(MCInst &Inst,
151 static DecodeStatus Decode2RUSBitpInstruction(MCInst &Inst,
156 static DecodeStatus DecodeL3RInstruction(MCInst &Inst,
161 static DecodeStatus DecodeL3RSrcDstInstruction(MCInst &Inst,
166 static DecodeStatus DecodeL2RUSInstruction(MCInst &Inst,
171 static DecodeStatus DecodeL2RUSBitpInstruction(MCInst &Inst,
176 static DecodeStatus DecodeL6RInstruction(MCInst &Inst,
181 static DecodeStatus DecodeL5RInstruction(MCInst &Inst,
186 static DecodeStatus DecodeL4RSrcDstInstruction(MCInst &Inst,
191 static DecodeStatus DecodeL4RSrcDstSrcDstInstruction(MCInst &Inst,
198 static DecodeStatus DecodeGRRegsRegisterClass(MCInst &Inst,
210 static DecodeStatus DecodeRRegsRegisterClass(MCInst &Inst,
222 static DecodeStatus DecodeBitpOperand(MCInst &Inst, unsigned Val,
233 static DecodeStatus DecodeNegImmOperand(MCInst &Inst, unsigned Val,
239 static DecodeStatus
257 static DecodeStatus
273 static DecodeStatus
343 static DecodeStatus
347 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2);
356 static DecodeStatus
360 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2);
369 static DecodeStatus
373 DecodeStatus S = Decode2OpInstruction(Insn, Op2, Op1);
382 static DecodeStatus
386 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2);
396 static DecodeStatus
400 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2);
409 static DecodeStatus
413 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2);
422 static DecodeStatus
426 DecodeStatus S = Decode2OpInstruction(Insn, Op1, Op2);
436 static DecodeStatus
507 static DecodeStatus
511 DecodeStatus S = Decode2OpInstruction(fieldFromInstruction(Insn, 0, 16),
521 static DecodeStatus
525 DecodeStatus S = Decode2OpInstruction(fieldFromInstruction(Insn, 0, 16),
535 static DecodeStatus
539 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3);
548 static DecodeStatus
552 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3);
561 static DecodeStatus
565 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3);
574 static DecodeStatus
578 DecodeStatus S = Decode3OpInstruction(Insn, Op1, Op2, Op3);
587 static DecodeStatus
591 DecodeStatus S =
601 static DecodeStatus
605 DecodeStatus S =
616 static DecodeStatus
620 DecodeStatus S =
630 static DecodeStatus
634 DecodeStatus S =
644 static DecodeStatus
648 DecodeStatus S =
664 static DecodeStatus
678 static DecodeStatus
682 DecodeStatus S =
698 static DecodeStatus
703 DecodeStatus S =
717 static DecodeStatus
722 DecodeStatus S =
737 MCDisassembler::DecodeStatus
748 DecodeStatus Result = decodeInstruction(DecoderTable16, instr, insn16,