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

Lines Matching defs:DecodeStatus

26 typedef MCDisassembler::DecodeStatus DecodeStatus;
37 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
145 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst,
156 static DecodeStatus DecodeI64RegsRegisterClass(MCInst &Inst,
168 static DecodeStatus DecodeFPRegsRegisterClass(MCInst &Inst,
180 static DecodeStatus DecodeDFPRegsRegisterClass(MCInst &Inst,
192 static DecodeStatus DecodeQFPRegsRegisterClass(MCInst &Inst,
206 static DecodeStatus DecodeCPRegsRegisterClass(MCInst &Inst,
217 static DecodeStatus DecodeFCCRegsRegisterClass(MCInst &Inst, unsigned RegNo,
226 static DecodeStatus DecodeASRRegsRegisterClass(MCInst &Inst, unsigned RegNo,
235 static DecodeStatus DecodePRRegsRegisterClass(MCInst &Inst, unsigned RegNo,
244 static DecodeStatus DecodeIntPairRegisterClass(MCInst &Inst, unsigned RegNo,
246 DecodeStatus S = MCDisassembler::Success;
259 static DecodeStatus DecodeCPPairRegisterClass(MCInst &Inst, unsigned RegNo,
269 static DecodeStatus DecodeLoadInt(MCInst &Inst, unsigned insn, uint64_t Address,
271 static DecodeStatus DecodeLoadIntPair(MCInst &Inst, unsigned insn, uint64_t Address,
273 static DecodeStatus DecodeLoadFP(MCInst &Inst, unsigned insn, uint64_t Address,
275 static DecodeStatus DecodeLoadDFP(MCInst &Inst, unsigned insn, uint64_t Address,
277 static DecodeStatus DecodeLoadQFP(MCInst &Inst, unsigned insn, uint64_t Address,
279 static DecodeStatus DecodeLoadCP(MCInst &Inst, unsigned insn, uint64_t Address,
281 static DecodeStatus DecodeLoadCPPair(MCInst &Inst, unsigned insn, uint64_t Address,
283 static DecodeStatus DecodeStoreInt(MCInst &Inst, unsigned insn,
285 static DecodeStatus DecodeStoreIntPair(MCInst &Inst, unsigned insn,
287 static DecodeStatus DecodeStoreFP(MCInst &Inst, unsigned insn,
289 static DecodeStatus DecodeStoreDFP(MCInst &Inst, unsigned insn,
291 static DecodeStatus DecodeStoreQFP(MCInst &Inst, unsigned insn,
293 static DecodeStatus DecodeStoreCP(MCInst &Inst, unsigned insn,
295 static DecodeStatus DecodeStoreCPPair(MCInst &Inst, unsigned insn,
297 static DecodeStatus DecodeCall(MCInst &Inst, unsigned insn,
299 static DecodeStatus DecodeSIMM13(MCInst &Inst, unsigned insn,
301 static DecodeStatus DecodeJMPL(MCInst &Inst, unsigned insn, uint64_t Address,
303 static DecodeStatus DecodeReturn(MCInst &MI, unsigned insn, uint64_t Address,
305 static DecodeStatus DecodeSWAP(MCInst &Inst, unsigned insn, uint64_t Address,
307 static DecodeStatus DecodeTRAP(MCInst &Inst, unsigned insn, uint64_t Address,
313 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address,
331 DecodeStatus SparcDisassembler::getInstruction(MCInst &Instr, uint64_t &Size,
337 DecodeStatus Result =
367 typedef DecodeStatus (*DecodeFunc)(MCInst &MI, unsigned insn, uint64_t Address,
370 static DecodeStatus DecodeMem(MCInst &MI, unsigned insn, uint64_t Address,
385 DecodeStatus status;
417 static DecodeStatus DecodeLoadInt(MCInst &Inst, unsigned insn, uint64_t Address,
423 static DecodeStatus DecodeLoadIntPair(MCInst &Inst, unsigned insn, uint64_t Address,
429 static DecodeStatus DecodeLoadFP(MCInst &Inst, unsigned insn, uint64_t Address,
435 static DecodeStatus DecodeLoadDFP(MCInst &Inst, unsigned insn, uint64_t Address,
441 static DecodeStatus DecodeLoadQFP(MCInst &Inst, unsigned insn, uint64_t Address,
447 static DecodeStatus DecodeLoadCP(MCInst &Inst, unsigned insn, uint64_t Address,
453 static DecodeStatus DecodeLoadCPPair(MCInst &Inst, unsigned insn, uint64_t Address,
459 static DecodeStatus DecodeStoreInt(MCInst &Inst, unsigned insn,
465 static DecodeStatus DecodeStoreIntPair(MCInst &Inst, unsigned insn,
471 static DecodeStatus DecodeStoreFP(MCInst &Inst, unsigned insn, uint64_t Address,
477 static DecodeStatus DecodeStoreDFP(MCInst &Inst, unsigned insn,
483 static DecodeStatus DecodeStoreQFP(MCInst &Inst, unsigned insn,
489 static DecodeStatus DecodeStoreCP(MCInst &Inst, unsigned insn,
495 static DecodeStatus DecodeStoreCPPair(MCInst &Inst, unsigned insn,
510 static DecodeStatus DecodeCall(MCInst &MI, unsigned insn,
520 static DecodeStatus DecodeSIMM13(MCInst &MI, unsigned insn,
527 static DecodeStatus DecodeJMPL(MCInst &MI, unsigned insn, uint64_t Address,
541 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rd, Address, Decoder);
561 static DecodeStatus DecodeReturn(MCInst &MI, unsigned insn, uint64_t Address,
574 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder);
589 static DecodeStatus DecodeSWAP(MCInst &MI, unsigned insn, uint64_t Address,
605 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rd, Address, Decoder);
629 static DecodeStatus DecodeTRAP(MCInst &MI, unsigned insn, uint64_t Address,
643 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder);