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

  /external/llvm/include/llvm/MC/
MCDisassembler.h 49 enum DecodeStatus {
78 virtual DecodeStatus getInstruction(MCInst& instr,
  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp 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
    [all...]
  /external/llvm/lib/Target/XCore/Disassembler/
XCoreDisassembler.cpp 26 typedef MCDisassembler::DecodeStatus DecodeStatus;
38 virtual DecodeStatus getInstruction(MCInst &instr,
87 static DecodeStatus DecodeGRRegsRegisterClass(MCInst &Inst,
92 static DecodeStatus DecodeBitpOperand(MCInst &Inst, unsigned Val,
95 static DecodeStatus DecodeMEMiiOperand(MCInst &Inst, unsigned Val,
98 static DecodeStatus Decode2RInstruction(MCInst &Inst,
103 static DecodeStatus Decode2RImmInstruction(MCInst &Inst,
108 static DecodeStatus DecodeR2RInstruction(MCInst &Inst,
113 static DecodeStatus Decode2RSrcDstInstruction(MCInst &Inst
    [all...]
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.cpp 36 typedef MCDisassembler::DecodeStatus DecodeStatus;
53 DecodeStatus getInstruction(MCInst &instr,
66 static DecodeStatus DecodeGPR64RegisterClass(llvm::MCInst &Inst, unsigned RegNo,
68 static DecodeStatus
72 static DecodeStatus DecodeGPR32RegisterClass(llvm::MCInst &Inst, unsigned RegNo,
74 static DecodeStatus
78 static DecodeStatus DecodeFPR8RegisterClass(llvm::MCInst &Inst, unsigned RegNo,
80 static DecodeStatus DecodeFPR16RegisterClass(llvm::MCInst &Inst, unsigned RegNo,
82 static DecodeStatus DecodeFPR32RegisterClass(llvm::MCInst &Inst, unsigned RegNo
    [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 32 typedef MCDisassembler::DecodeStatus DecodeStatus;
101 DecodeStatus getInstruction(MCInst &instr,
122 DecodeStatus getInstruction(MCInst &instr,
131 DecodeStatus AddThumbPredicate(MCInst&) const;
136 static bool Check(DecodeStatus &Out, DecodeStatus In) {
148 llvm_unreachable("Invalid DecodeStatus!");
154 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo,
156 static DecodeStatus DecodeGPRnopcRegisterClass(MCInst &Inst
    [all...]

Completed in 227 milliseconds