Home | History | Annotate | Download | only in Disassembler

Lines Matching refs:DecodeStatus

26 typedef MCDisassembler::DecodeStatus DecodeStatus;
41 DecodeStatus getInstruction(MCInst &instr,
116 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst,
127 static DecodeStatus DecodeI64RegsRegisterClass(MCInst &Inst,
139 static DecodeStatus DecodeFPRegsRegisterClass(MCInst &Inst,
151 static DecodeStatus DecodeDFPRegsRegisterClass(MCInst &Inst,
163 static DecodeStatus DecodeQFPRegsRegisterClass(MCInst &Inst,
177 static DecodeStatus DecodeFCCRegsRegisterClass(MCInst &Inst, unsigned RegNo,
187 static DecodeStatus DecodeLoadInt(MCInst &Inst, unsigned insn, uint64_t Address,
189 static DecodeStatus DecodeLoadFP(MCInst &Inst, unsigned insn, uint64_t Address,
191 static DecodeStatus DecodeLoadDFP(MCInst &Inst, unsigned insn, uint64_t Address,
193 static DecodeStatus DecodeLoadQFP(MCInst &Inst, unsigned insn, uint64_t Address,
195 static DecodeStatus DecodeStoreInt(MCInst &Inst, unsigned insn,
197 static DecodeStatus DecodeStoreFP(MCInst &Inst, unsigned insn,
199 static DecodeStatus DecodeStoreDFP(MCInst &Inst, unsigned insn,
201 static DecodeStatus DecodeStoreQFP(MCInst &Inst, unsigned insn,
203 static DecodeStatus DecodeCall(MCInst &Inst, unsigned insn,
205 static DecodeStatus DecodeSIMM13(MCInst &Inst, unsigned insn,
207 static DecodeStatus DecodeJMPL(MCInst &Inst, unsigned insn, uint64_t Address,
209 static DecodeStatus DecodeReturn(MCInst &MI, unsigned insn, uint64_t Address,
211 static DecodeStatus DecodeSWAP(MCInst &Inst, unsigned insn, uint64_t Address,
218 static DecodeStatus readInstruction32(const MemoryObject &region,
240 DecodeStatus
249 DecodeStatus Result = readInstruction32(Region, Address, Size, Insn);
267 typedef DecodeStatus (*DecodeFunc)(MCInst &MI, unsigned insn, uint64_t Address,
270 static DecodeStatus DecodeMem(MCInst &MI, unsigned insn, uint64_t Address,
283 DecodeStatus status;
312 static DecodeStatus DecodeLoadInt(MCInst &Inst, unsigned insn, uint64_t Address,
318 static DecodeStatus DecodeLoadFP(MCInst &Inst, unsigned insn, uint64_t Address,
324 static DecodeStatus DecodeLoadDFP(MCInst &Inst, unsigned insn, uint64_t Address,
330 static DecodeStatus DecodeLoadQFP(MCInst &Inst, unsigned insn, uint64_t Address,
336 static DecodeStatus DecodeStoreInt(MCInst &Inst, unsigned insn,
342 static DecodeStatus DecodeStoreFP(MCInst &Inst, unsigned insn, uint64_t Address,
348 static DecodeStatus DecodeStoreDFP(MCInst &Inst, unsigned insn,
354 static DecodeStatus DecodeStoreQFP(MCInst &Inst, unsigned insn,
369 static DecodeStatus DecodeCall(MCInst &MI, unsigned insn,
379 static DecodeStatus DecodeSIMM13(MCInst &MI, unsigned insn,
386 static DecodeStatus DecodeJMPL(MCInst &MI, unsigned insn, uint64_t Address,
400 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rd, Address, Decoder);
420 static DecodeStatus DecodeReturn(MCInst &MI, unsigned insn, uint64_t Address,
433 DecodeStatus status = DecodeIntRegsRegisterClass(MI, rs1, Address, Decoder);
448 static DecodeStatus DecodeSWAP(MCInst &MI, unsigned insn, uint64_t Address,
462 DecodeStatus