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

/external/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp22 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
32 DecodeStatus getInstruction(MCInst &instr, uint64_t &size,
51 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo,
61 static DecodeStatus DecodeGR32BitRegisterClass(MCInst &Inst, uint64_t RegNo,
67 static DecodeStatus DecodeGRH32BitRegisterClass(MCInst &Inst, uint64_t RegNo,
73 static DecodeStatus DecodeGR64BitRegisterClass(MCInst &Inst, uint64_t RegNo,
79 static DecodeStatus DecodeGR128BitRegisterClass(MCInst &Inst, uint64_t RegNo,
85 static DecodeStatus DecodeADDR64BitRegisterClass(MCInst &Inst, uint64_t RegNo,
91 static DecodeStatus DecodeFP32BitRegisterClas
[all...]
/external/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp29 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
40 virtual DecodeStatus getInstruction(MCInst &instr,
89 static DecodeStatus DecodeGRRegsRegisterClass(MCInst &Inst,
94 static DecodeStatus DecodeRRegsRegisterClass(MCInst &Inst,
99 static DecodeStatus DecodeBitpOperand(MCInst &Inst, unsigned Val,
102 static DecodeStatus DecodeNegImmOperand(MCInst &Inst, unsigned Val,
105 static DecodeStatus Decode2RInstruction(MCInst &Inst,
110 static DecodeStatus Decode2RImmInstruction(MCInst &Inst,
115 static DecodeStatus DecodeR2RInstructio
[all...]
/external/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp30 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
79 DecodeStatus getInstruction(MCInst &instr,
98 DecodeStatus getInstruction(MCInst &instr,
110 static DecodeStatus DecodeGPR64RegisterClass(MCInst &Inst,
115 static DecodeStatus DecodeCPU16RegsRegisterClass(MCInst &Inst,
120 static DecodeStatus DecodeGPR32RegisterClass(MCInst &Inst,
125 static DecodeStatus DecodePtrRegisterClass(MCInst &Inst,
130 static DecodeStatus DecodeDSPRRegisterClass(MCInst &Inst,
135 static DecodeStatus DecodeFGR64RegisterClas
[all...]
/external/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp26 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
41 DecodeStatus getInstruction(MCInst &instr,
116 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst,
127 static DecodeStatus DecodeI64RegsRegisterClass(MCInst &Inst,
139 static DecodeStatus DecodeFPRegsRegisterClass(MCInst &Inst,
151 static DecodeStatus DecodeDFPRegsRegisterClass(MCInst &Inst,
163 static DecodeStatus DecodeQFPRegsRegisterClass(MCInst &Inst,
177 static DecodeStatus DecodeFCCRegsRegisterClass(MCInst &Inst, unsigned RegNo,
187 static DecodeStatus DecodeLoadIn
[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/AArch64/Disassembler/
H A DAArch64Disassembler.h32 MCDisassembler::DecodeStatus
H A DAArch64Disassembler.cpp29 // Pull DecodeStatus and its enum values into the global namespace.
30 typedef llvm::MCDisassembler::DecodeStatus DecodeStatus; typedef
34 static DecodeStatus DecodeFPR128RegisterClass(llvm::MCInst &Inst,
37 static DecodeStatus DecodeFPR128_loRegisterClass(llvm::MCInst &Inst,
41 static DecodeStatus DecodeFPR64RegisterClass(llvm::MCInst &Inst, unsigned RegNo,
44 static DecodeStatus DecodeFPR32RegisterClass(llvm::MCInst &Inst, unsigned RegNo,
47 static DecodeStatus DecodeFPR16RegisterClass(llvm::MCInst &Inst, unsigned RegNo,
50 static DecodeStatus DecodeFPR8RegisterClass(llvm::MCInst &Inst, unsigned RegNo,
53 static DecodeStatus DecodeGPR64RegisterClas
[all...]
/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp32 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
101 DecodeStatus getInstruction(MCInst &instr, uint64_t &size,
120 DecodeStatus getInstruction(MCInst &instr, uint64_t &size,
127 DecodeStatus AddThumbPredicate(MCInst&) const;
132 static bool Check(DecodeStatus &Out, DecodeStatus In) {
144 llvm_unreachable("Invalid DecodeStatus!");
150 static DecodeStatus DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo,
152 static DecodeStatus DecodeGPRnopcRegisterClas
[all...]
/external/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.h103 DecodeStatus getInstruction(MCInst &instr, uint64_t &size,
H A DX86Disassembler.cpp130 MCDisassembler::DecodeStatus
/external/llvm/include/llvm/MC/
H A DMCDisassembler.h51 enum DecodeStatus { enum in class:llvm::MCDisassembler
79 virtual DecodeStatus getInstruction(MCInst& instr,
/external/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp22 typedef MCDisassembler::DecodeStatus DecodeStatus; typedef
32 virtual DecodeStatus getInstruction(MCInst &instr,
172 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo,
179 static DecodeStatus DecodeCRRCRegisterClass(MCInst &Inst, uint64_t RegNo,
185 static DecodeStatus DecodeCRBITRCRegisterClass(MCInst &Inst, uint64_t RegNo,
191 static DecodeStatus DecodeF4RCRegisterClass(MCInst &Inst, uint64_t RegNo,
197 static DecodeStatus DecodeF8RCRegisterClass(MCInst &Inst, uint64_t RegNo,
203 static DecodeStatus DecodeVRRCRegisterClass(MCInst &Inst, uint64_t RegNo,
209 static DecodeStatus DecodeVSRCRegisterClas
[all...]
/external/llvm/tools/llvm-mc/
H A DDisassembler.cpp68 MCDisassembler::DecodeStatus S;
/external/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp272 MCDisassembler::DecodeStatus S;
306 llvm_unreachable("Invalid DecodeStatus!");
/external/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp526 llvm::MCDisassembler::DecodeStatus status;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp560 MCDisassembler::DecodeStatus S =

Completed in 416 milliseconds