Home | History | Annotate | Download | only in Disassembler

Lines Matching refs:DecodeStatus

28 typedef MCDisassembler::DecodeStatus DecodeStatus;
39 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
133 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst,
144 static DecodeStatus DecodeI64RegsRegisterClass(MCInst &Inst,
156 static DecodeStatus DecodeFPRegsRegisterClass(MCInst &Inst,
168 static DecodeStatus DecodeDFPRegsRegisterClass(MCInst &Inst,
180 static DecodeStatus DecodeQFPRegsRegisterClass(MCInst &Inst,
194 static DecodeStatus DecodeFCCRegsRegisterClass(MCInst &Inst, unsigned RegNo,
203 static DecodeStatus DecodeASRRegsRegisterClass(MCInst &Inst, unsigned RegNo,
212 static DecodeStatus DecodePRRegsRegisterClass(MCInst &Inst, unsigned RegNo,
221 static DecodeStatus DecodeIntPairRegisterClass(MCInst &Inst, unsigned RegNo,
223 DecodeStatus S = MCDisassembler::Success;
236 static DecodeStatus DecodeLoadInt(MCInst &Inst, unsigned insn, uint64_t Address,
238 static DecodeStatus DecodeLoadIntPair(MCInst &Inst, unsigned insn, uint64_t Address,
240 static DecodeStatus DecodeLoadFP(MCInst &Inst, unsigned insn, uint64_t Address,
242 static DecodeStatus DecodeLoadDFP(MCInst &Inst, unsigned insn, uint64_t Address,
244 static DecodeStatus DecodeLoadQFP(MCInst &Inst, unsigned insn, uint64_t Address,
246 static DecodeStatus DecodeStoreInt(MCInst &Inst, unsigned insn,
248 static DecodeStatus DecodeStoreIntPair(MCInst &Inst, unsigned insn,
250 static DecodeStatus DecodeStoreFP(MCInst &Inst, unsigned insn,
252 static DecodeStatus DecodeStoreDFP(MCInst &Inst, unsigned insn,
254 static DecodeStatus DecodeStoreQFP(MCInst &Inst, unsigned insn,
256 static DecodeStatus DecodeCall(MCInst &Inst, unsigned insn,
258 static DecodeStatus DecodeSIMM13(MCInst &Inst, unsigned insn,
260 static DecodeStatus DecodeJMPL(MCInst &Inst, unsigned insn, uint64_t Address,
262 static DecodeStatus DecodeReturn(MCInst &MI, unsigned insn, uint64_t Address,
264 static DecodeStatus DecodeSWAP(MCInst &Inst, unsigned insn, uint64_t Address,
270 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address,
288 DecodeStatus SparcDisassembler::getInstruction(MCInst &Instr, uint64_t &Size,
295 DecodeStatus Result =
313 typedef DecodeStatus (*DecodeFunc)(MCInst &MI, unsigned insn, uint64_t Address,
316 static DecodeStatus DecodeMem(MCInst &MI, unsigned insn, uint64_t Address,
331 DecodeStatus status;
363 static DecodeStatus DecodeLoadInt(MCInst &Inst, unsigned insn, uint64_t Address,
369 static DecodeStatus DecodeLoadIntPair(MCInst &Inst, unsigned insn, uint64_t Address,
375 static DecodeStatus DecodeLoadFP(MCInst &Inst, unsigned insn, uint64_t Address,
381 static DecodeStatus DecodeLoadDFP(MCInst &Inst, unsigned insn, uint64_t Address,
387 static DecodeStatus DecodeLoadQFP(MCInst &Inst, unsigned insn, uint64_t Address,
393 static DecodeStatus DecodeStoreInt(MCInst &Inst, unsigned insn,
399 static DecodeStatus DecodeStoreIntPair(MCInst &Inst, unsigned insn,
405 static DecodeStatus DecodeStoreFP(MCInst &Inst, unsigned insn, uint64_t Address,
411 static DecodeStatus DecodeStoreDFP(MCInst &Inst, unsigned insn,
417 static DecodeStatus DecodeStoreQFP(MCInst &Inst, unsigned insn,
432 static DecodeStatus DecodeCall(MCInst &MI, unsigned insn,
442 static DecodeStatus DecodeSIMM13(MCInst &MI, unsigned insn,
449 static DecodeStatus DecodeJMPL(MCInst &MI, unsigned insn, uint64_t Address,
463 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rd, Address, Decoder);
483 static DecodeStatus DecodeReturn(MCInst &MI, unsigned insn, uint64_t Address,
496 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder);
511 static DecodeStatus DecodeSWAP(MCInst &MI, unsigned insn, uint64_t Address,
527 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rd, Address, Decoder);