Lines Matching refs:DecodeStatus
26 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
37 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
145 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeIntRegsRegisterClass()
155 static DecodeStatus DecodeI64RegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeI64RegsRegisterClass()
165 static DecodeStatus DecodeFPRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFPRegsRegisterClass()
175 static DecodeStatus DecodeDFPRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeDFPRegsRegisterClass()
185 static DecodeStatus DecodeQFPRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeQFPRegsRegisterClass()
198 static DecodeStatus DecodeCPRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeCPRegsRegisterClass()
208 static DecodeStatus DecodeFCCRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFCCRegsRegisterClass()
217 static DecodeStatus DecodeASRRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeASRRegsRegisterClass()
226 static DecodeStatus DecodePRRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodePRRegsRegisterClass()
235 static DecodeStatus DecodeIntPairRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeIntPairRegisterClass()
238 DecodeStatus S = MCDisassembler::Success; in DecodeIntPairRegisterClass()
251 static DecodeStatus DecodeCPPairRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeCPPairRegisterClass()
262 static DecodeStatus DecodeLoadInt(MCInst &Inst, unsigned insn, uint64_t Address,
264 static DecodeStatus DecodeLoadIntPair(MCInst &Inst, unsigned insn,
267 static DecodeStatus DecodeLoadFP(MCInst &Inst, unsigned insn, uint64_t Address,
269 static DecodeStatus DecodeLoadDFP(MCInst &Inst, unsigned insn, uint64_t Address,
271 static DecodeStatus DecodeLoadQFP(MCInst &Inst, unsigned insn, uint64_t Address,
273 static DecodeStatus DecodeLoadCP(MCInst &Inst, unsigned insn, uint64_t Address,
275 static DecodeStatus DecodeLoadCPPair(MCInst &Inst, unsigned insn,
278 static DecodeStatus DecodeStoreInt(MCInst &Inst, unsigned insn,
281 static DecodeStatus DecodeStoreIntPair(MCInst &Inst, unsigned insn,
284 static DecodeStatus DecodeStoreFP(MCInst &Inst, unsigned insn, uint64_t Address,
286 static DecodeStatus DecodeStoreDFP(MCInst &Inst, unsigned insn,
289 static DecodeStatus DecodeStoreQFP(MCInst &Inst, unsigned insn,
292 static DecodeStatus DecodeStoreCP(MCInst &Inst, unsigned insn, uint64_t Address,
294 static DecodeStatus DecodeStoreCPPair(MCInst &Inst, unsigned insn,
297 static DecodeStatus DecodeCall(MCInst &Inst, unsigned insn, uint64_t Address,
299 static DecodeStatus DecodeSIMM13(MCInst &Inst, unsigned insn, uint64_t Address,
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, in readInstruction32()
331 DecodeStatus SparcDisassembler::getInstruction(MCInst &Instr, uint64_t &Size, in getInstruction()
337 DecodeStatus Result = in getInstruction()
366 typedef DecodeStatus (*DecodeFunc)(MCInst &MI, unsigned insn, uint64_t Address,
369 static DecodeStatus DecodeMem(MCInst &MI, unsigned insn, uint64_t Address, in DecodeMem()
384 DecodeStatus status; in DecodeMem()
416 static DecodeStatus DecodeLoadInt(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadInt()
422 static DecodeStatus DecodeLoadIntPair(MCInst &Inst, unsigned insn, in DecodeLoadIntPair()
429 static DecodeStatus DecodeLoadFP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadFP()
435 static DecodeStatus DecodeLoadDFP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadDFP()
441 static DecodeStatus DecodeLoadQFP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadQFP()
447 static DecodeStatus DecodeLoadCP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadCP()
453 static DecodeStatus DecodeLoadCPPair(MCInst &Inst, unsigned insn, in DecodeLoadCPPair()
460 static DecodeStatus DecodeStoreInt(MCInst &Inst, unsigned insn, in DecodeStoreInt()
467 static DecodeStatus DecodeStoreIntPair(MCInst &Inst, unsigned insn, in DecodeStoreIntPair()
474 static DecodeStatus DecodeStoreFP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeStoreFP()
480 static DecodeStatus DecodeStoreDFP(MCInst &Inst, unsigned insn, in DecodeStoreDFP()
487 static DecodeStatus DecodeStoreQFP(MCInst &Inst, unsigned insn, in DecodeStoreQFP()
494 static DecodeStatus DecodeStoreCP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeStoreCP()
500 static DecodeStatus DecodeStoreCPPair(MCInst &Inst, unsigned insn, in DecodeStoreCPPair()
515 static DecodeStatus DecodeCall(MCInst &MI, unsigned insn, uint64_t Address, in DecodeCall()
525 static DecodeStatus DecodeSIMM13(MCInst &MI, unsigned insn, uint64_t Address, in DecodeSIMM13()
532 static DecodeStatus DecodeJMPL(MCInst &MI, unsigned insn, uint64_t Address, in DecodeJMPL()
546 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rd, Address, Decoder); in DecodeJMPL()
566 static DecodeStatus DecodeReturn(MCInst &MI, unsigned insn, uint64_t Address, in DecodeReturn()
579 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeReturn()
594 static DecodeStatus DecodeSWAP(MCInst &MI, unsigned insn, uint64_t Address, in DecodeSWAP()
610 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rd, Address, Decoder); in DecodeSWAP()
634 static DecodeStatus DecodeTRAP(MCInst &MI, unsigned insn, uint64_t Address, in DecodeTRAP()
648 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder); in DecodeTRAP()