Lines Matching defs:DecodeStatus
30 typedef MCDisassembler::DecodeStatus DecodeStatus;
68 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
100 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo,
115 static DecodeStatus
126 static DecodeStatus decodeMemoryOpValue(MCInst &Inst, unsigned Insn,
141 static DecodeStatus readInstruction64(ArrayRef<uint8_t> Bytes, uint64_t Address,
165 DecodeStatus BPFDisassembler::getInstruction(MCInst &Instr, uint64_t &Size,
171 DecodeStatus Result;
223 typedef DecodeStatus (*DecodeFunc)(MCInst &MI, unsigned insn, uint64_t Address,