HomeSort by relevance Sort by last modified time
    Searched defs:DecodeStatus (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/MC/
MCDisassembler.h 51 enum DecodeStatus {
80 virtual DecodeStatus getInstruction(MCInst& instr,
  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp 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
    [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 30 typedef MCDisassembler::DecodeStatus DecodeStatus;
46 DecodeStatus getInstruction(MCInst &instr,
71 DecodeStatus getInstruction(MCInst &instr,
82 DecodeStatus AddThumbPredicate(MCInst&) const;
87 static bool Check(DecodeStatus &Out, DecodeStatus In) {
99 llvm_unreachable("Invalid DecodeStatus!");
105 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo,
107 static DecodeStatus DecodeGPRnopcRegisterClass(MCInst &Inst
    [all...]

Completed in 148 milliseconds