Searched defs:DecodeStatus (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCDisassembler.h51 enum DecodeStatus { enum in class:llvm::MCDisassembler
80 virtual DecodeStatus getInstruction(MCInst& instr,
/external/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp30 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
66 virtual DecodeStatus getInstruction(MCInst &instr,
85 virtual DecodeStatus getInstruction(MCInst &instr,
101 static DecodeStatus DecodeCPU64RegsRegisterClass(MCInst &Inst,
106 static DecodeStatus DecodeCPURegsRegisterClass(MCInst &Inst,
111 static DecodeStatus DecodeFGR64RegisterClass(MCInst &Inst,
116 static DecodeStatus DecodeFGR32RegisterClass(MCInst &Inst,
121 static DecodeStatus DecodeCCRRegisterClass(MCInst &Inst,
126 static DecodeStatus DecodeHWRegsRegisterClas
[all...]
/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp33 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
102 DecodeStatus getInstruction(MCInst &instr,
127 DecodeStatus getInstruction(MCInst &instr,
138 DecodeStatus AddThumbPredicate(MCInst&) const;
143 static bool Check(DecodeStatus &Out, DecodeStatus In) {
155 llvm_unreachable("Invalid DecodeStatus!");
161 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo,
163 static DecodeStatus DecodeGPRnopcRegisterClas
[all...]

Completed in 2222 milliseconds