Searched refs:DecodeStatus (Results 1 - 12 of 12) sorted by relevance

/external/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp20 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
30 virtual DecodeStatus getInstruction(MCInst &instr,
50 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo,
63 static DecodeStatus DecodeGR32BitRegisterClass(MCInst &Inst, uint64_t RegNo,
69 static DecodeStatus DecodeGR64BitRegisterClass(MCInst &Inst, uint64_t RegNo,
75 static DecodeStatus DecodeGR128BitRegisterClass(MCInst &Inst, uint64_t RegNo,
81 static DecodeStatus DecodeADDR64BitRegisterClass(MCInst &Inst, uint64_t RegNo,
87 static DecodeStatus DecodeFP32BitRegisterClass(MCInst &Inst, uint64_t RegNo,
93 static DecodeStatus DecodeFP64BitRegisterClas
[all...]
/external/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp26 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
38 virtual DecodeStatus getInstruction(MCInst &instr,
87 static DecodeStatus DecodeGRRegsRegisterClass(MCInst &Inst,
92 static DecodeStatus DecodeRRegsRegisterClass(MCInst &Inst,
97 static DecodeStatus DecodeBitpOperand(MCInst &Inst, unsigned Val,
100 static DecodeStatus DecodeNegImmOperand(MCInst &Inst, unsigned Val,
103 static DecodeStatus Decode2RInstruction(MCInst &Inst,
108 static DecodeStatus Decode2RImmInstruction(MCInst &Inst,
113 static DecodeStatus DecodeR2RInstructio
[all...]
/external/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp27 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
60 virtual DecodeStatus getInstruction(MCInst &instr,
79 virtual DecodeStatus getInstruction(MCInst &instr,
91 static DecodeStatus DecodeGPR64RegisterClass(MCInst &Inst,
96 static DecodeStatus DecodeCPU16RegsRegisterClass(MCInst &Inst,
101 static DecodeStatus DecodeGPR32RegisterClass(MCInst &Inst,
106 static DecodeStatus DecodeDSPRegsRegisterClass(MCInst &Inst,
111 static DecodeStatus DecodeFGR64RegisterClass(MCInst &Inst,
116 static DecodeStatus DecodeFGR32RegisterClas
[all...]
/external/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp36 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
52 DecodeStatus getInstruction(MCInst &instr,
65 static DecodeStatus DecodeGPR64RegisterClass(llvm::MCInst &Inst, unsigned RegNo,
67 static DecodeStatus
71 static DecodeStatus DecodeGPR32RegisterClass(llvm::MCInst &Inst, unsigned RegNo,
73 static DecodeStatus
77 static DecodeStatus DecodeFPR8RegisterClass(llvm::MCInst &Inst, unsigned RegNo,
79 static DecodeStatus DecodeFPR16RegisterClass(llvm::MCInst &Inst, unsigned RegNo,
81 static DecodeStatus DecodeFPR32RegisterClas
[all...]
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dpresencereceivetask.h67 static void DecodeStatus(const Jid& from, const XmlElement * stanza,
H A Dpresencereceivetask.cc79 DecodeStatus(from, stanza, &status);
83 void PresenceReceiveTask::DecodeStatus(const Jid& from, function in class:buzz::PresenceReceiveTask
/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp32 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
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 DecodeGPRnopcRegisterClas
[all...]
/external/llvm/include/llvm/MC/
H A DMCDisassembler.h52 enum DecodeStatus { enum in class:llvm::MCDisassembler
82 virtual DecodeStatus getInstruction(MCInst& instr,
/external/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.h116 DecodeStatus getInstruction(MCInst &instr,
H A DX86Disassembler.cpp114 MCDisassembler::DecodeStatus
/external/llvm/tools/llvm-mc/
H A DDisassembler.cpp65 MCDisassembler::DecodeStatus S;
/external/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp169 MCDisassembler::DecodeStatus S;
199 llvm_unreachable("Invalid DecodeStatus!");

Completed in 212 milliseconds