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

  /external/llvm/lib/Target/SystemZ/Disassembler/
SystemZDisassembler.cpp 22 typedef MCDisassembler::DecodeStatus DecodeStatus;
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 DecodeFP32BitRegisterClass(MCInst &Inst, uint64_t RegNo
    [all...]
  /external/llvm/lib/Target/XCore/Disassembler/
XCoreDisassembler.cpp 29 typedef MCDisassembler::DecodeStatus DecodeStatus;
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 DecodeR2RInstruction(MCInst &Inst
    [all...]
  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp 30 typedef MCDisassembler::DecodeStatus DecodeStatus;
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 DecodeFGR64RegisterClass(MCInst &Inst
    [all...]
  /external/llvm/lib/Target/Sparc/Disassembler/
SparcDisassembler.cpp 26 typedef MCDisassembler::DecodeStatus DecodeStatus;
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 DecodeLoadInt(MCInst &Inst, unsigned insn, uint64_t Address
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
presencereceivetask.h 67 static void DecodeStatus(const Jid& from, const XmlElement * stanza,
presencereceivetask.cc 79 DecodeStatus(from, stanza, &status);
83 void PresenceReceiveTask::DecodeStatus(const Jid& from,
  /external/llvm/include/llvm/MC/
MCDisassembler.h 51 enum DecodeStatus {
79 virtual DecodeStatus getInstruction(MCInst& instr,
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.h 32 MCDisassembler::DecodeStatus
AArch64Disassembler.cpp 29 // Pull DecodeStatus and its enum values into the global namespace.
30 typedef llvm::MCDisassembler::DecodeStatus DecodeStatus;
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 DecodeGPR64RegisterClass(llvm::MCInst &Inst, unsigned RegNo
    [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.h 103 DecodeStatus getInstruction(MCInst &instr, uint64_t &size,
X86Disassembler.cpp 130 MCDisassembler::DecodeStatus
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 32 typedef MCDisassembler::DecodeStatus DecodeStatus;
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 DecodeGPRnopcRegisterClass(MCInst &Inst
    [all...]
  /external/llvm/lib/Target/PowerPC/Disassembler/
PPCDisassembler.cpp 22 typedef MCDisassembler::DecodeStatus DecodeStatus;
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 DecodeVSRCRegisterClass(MCInst &Inst, uint64_t RegNo
    [all...]
  /external/llvm/tools/llvm-mc/
Disassembler.cpp 68 MCDisassembler::DecodeStatus S;
  /frameworks/compile/libbcc/lib/Support/
Disassembler.cpp 138 llvm::MCDisassembler::DecodeStatus decode_result =
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 272 MCDisassembler::DecodeStatus S;
306 llvm_unreachable("Invalid DecodeStatus!");
  /external/lldb/source/Plugins/Disassembler/llvm/
DisassemblerLLVMC.cpp 526 llvm::MCDisassembler::DecodeStatus status;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 560 MCDisassembler::DecodeStatus S =

Completed in 687 milliseconds