Home | History | Annotate | Download | only in Disassembler

Lines Matching defs:DecodeStatus

30 typedef MCDisassembler::DecodeStatus DecodeStatus;
45 DecodeStatus getInstruction(MCInst &instr,
73 DecodeStatus getInstruction(MCInst &instr,
149 static DecodeStatus DecodeCPU64RegsRegisterClass(MCInst &Inst,
154 static DecodeStatus DecodeCPURegsRegisterClass(MCInst &Inst,
159 static DecodeStatus DecodeFGR64RegisterClass(MCInst &Inst,
164 static DecodeStatus DecodeFGR32RegisterClass(MCInst &Inst,
169 static DecodeStatus DecodeCCRRegisterClass(MCInst &Inst,
174 static DecodeStatus DecodeHWRegsRegisterClass(MCInst &Inst,
179 static DecodeStatus DecodeAFGR64RegisterClass(MCInst &Inst,
184 static DecodeStatus DecodeHWRegs64RegisterClass(MCInst &Inst,
189 static DecodeStatus DecodeBranchTarget(MCInst &Inst,
194 static DecodeStatus DecodeBC1(MCInst &Inst,
200 static DecodeStatus DecodeJumpTarget(MCInst &Inst,
205 static DecodeStatus DecodeMem(MCInst &Inst,
210 static DecodeStatus DecodeFMem(MCInst &Inst, unsigned Insn,
214 static DecodeStatus DecodeSimm16(MCInst &Inst,
219 static DecodeStatus DecodeCondCode(MCInst &Inst,
224 static DecodeStatus DecodeInsSize(MCInst &Inst,
229 static DecodeStatus DecodeExtSize(MCInst &Inst,
280 static DecodeStatus readInstruction32(const MemoryObject &region,
311 DecodeStatus
320 DecodeStatus Result = readInstruction32(Region, Address, Size,
335 DecodeStatus
344 DecodeStatus Result = readInstruction32(Region, Address, Size,
365 static DecodeStatus DecodeCPU64RegsRegisterClass(MCInst &Inst,
377 static DecodeStatus DecodeCPURegsRegisterClass(MCInst &Inst,
388 static DecodeStatus DecodeFGR64RegisterClass(MCInst &Inst,
399 static DecodeStatus DecodeFGR32RegisterClass(MCInst &Inst,
410 static DecodeStatus DecodeCCRRegisterClass(MCInst &Inst,
418 static DecodeStatus DecodeMem(MCInst &Inst,
437 static DecodeStatus DecodeFMem(MCInst &Inst,
453 static DecodeStatus DecodeHWRegsRegisterClass(MCInst &Inst,
464 static DecodeStatus DecodeCondCode(MCInst &Inst,
473 static DecodeStatus DecodeAFGR64RegisterClass(MCInst &Inst,
484 static DecodeStatus DecodeHWRegs64RegisterClass(MCInst &Inst,
495 static DecodeStatus DecodeBranchTarget(MCInst &Inst,
505 static DecodeStatus DecodeBC1(MCInst &Inst,
515 static DecodeStatus DecodeJumpTarget(MCInst &Inst,
526 static DecodeStatus DecodeSimm16(MCInst &Inst,
534 static DecodeStatus DecodeInsSize(MCInst &Inst,
545 static DecodeStatus DecodeExtSize(MCInst &Inst,