Home | History | Annotate | Download | only in Disassembler

Lines Matching defs:DecodeStatus

27 typedef MCDisassembler::DecodeStatus DecodeStatus;
60 virtual DecodeStatus getInstruction(MCInst &instr,
79 virtual DecodeStatus getInstruction(MCInst &instr,
91 static DecodeStatus DecodeCPU64RegsRegisterClass(MCInst &Inst,
96 static DecodeStatus DecodeCPU16RegsRegisterClass(MCInst &Inst,
101 static DecodeStatus DecodeCPURegsRegisterClass(MCInst &Inst,
106 static DecodeStatus DecodeDSPRegsRegisterClass(MCInst &Inst,
111 static DecodeStatus DecodeFGR64RegisterClass(MCInst &Inst,
116 static DecodeStatus DecodeFGR32RegisterClass(MCInst &Inst,
121 static DecodeStatus DecodeCCRRegisterClass(MCInst &Inst,
126 static DecodeStatus DecodeHWRegsRegisterClass(MCInst &Inst,
131 static DecodeStatus DecodeAFGR64RegisterClass(MCInst &Inst,
136 static DecodeStatus DecodeHWRegs64RegisterClass(MCInst &Inst,
141 static DecodeStatus DecodeACRegsRegisterClass(MCInst &Inst,
146 static DecodeStatus DecodeBranchTarget(MCInst &Inst,
151 static DecodeStatus DecodeBC1(MCInst &Inst,
157 static DecodeStatus DecodeJumpTarget(MCInst &Inst,
162 static DecodeStatus DecodeMem(MCInst &Inst,
167 static DecodeStatus DecodeFMem(MCInst &Inst, unsigned Insn,
171 static DecodeStatus DecodeSimm16(MCInst &Inst,
176 static DecodeStatus DecodeCondCode(MCInst &Inst,
181 static DecodeStatus DecodeInsSize(MCInst &Inst,
186 static DecodeStatus DecodeExtSize(MCInst &Inst,
237 static DecodeStatus readInstruction32(const MemoryObject &region,
268 DecodeStatus
277 DecodeStatus Result = readInstruction32(Region, Address, Size,
293 DecodeStatus
302 DecodeStatus Result = readInstruction32(Region, Address, Size,
330 static DecodeStatus DecodeCPU16RegsRegisterClass(MCInst &Inst,
339 static DecodeStatus DecodeCPU64RegsRegisterClass(MCInst &Inst,
352 static DecodeStatus DecodeCPURegsRegisterClass(MCInst &Inst,
363 static DecodeStatus DecodeDSPRegsRegisterClass(MCInst &Inst,
370 static DecodeStatus DecodeFGR64RegisterClass(MCInst &Inst,
382 static DecodeStatus DecodeFGR32RegisterClass(MCInst &Inst,
394 static DecodeStatus DecodeCCRRegisterClass(MCInst &Inst,
402 static DecodeStatus DecodeMem(MCInst &Inst,
424 static DecodeStatus DecodeFMem(MCInst &Inst,
443 static DecodeStatus DecodeHWRegsRegisterClass(MCInst &Inst,
454 static DecodeStatus DecodeCondCode(MCInst &Inst,
463 static DecodeStatus DecodeAFGR64RegisterClass(MCInst &Inst,
476 static DecodeStatus DecodeHWRegs64RegisterClass(MCInst &Inst,
487 static DecodeStatus DecodeACRegsRegisterClass(MCInst &Inst,
499 static DecodeStatus DecodeBranchTarget(MCInst &Inst,
509 static DecodeStatus DecodeBC1(MCInst &Inst,
519 static DecodeStatus DecodeJumpTarget(MCInst &Inst,
530 static DecodeStatus DecodeSimm16(MCInst &Inst,
538 static DecodeStatus DecodeInsSize(MCInst &Inst,
549 static DecodeStatus DecodeExtSize(MCInst &Inst,