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

  /external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
EDInst.cpp 1 //===-EDInst.cpp - LLVM Enhanced Disassembler -----------------------------===//
16 #include "EDInst.h"
26 EDInst::EDInst(llvm::MCInst *inst,
40 EDInst::~EDInst() {
55 uint64_t EDInst::byteSize() {
59 int EDInst::stringify() {
71 int EDInst::getString(const char*& str) {
80 unsigned EDInst::instID()
    [all...]
EDOperand.h 24 struct EDInst;
36 const EDInst &Inst;
38 /// The index of the operand in the EDInst
50 const EDInst &inst,
EDInst.h 1 //===-- EDInst.h - LLVM Enhanced Disassembler -------------------*- C++ -*-===//
58 /// EDInst - Encapsulates a single instruction, which can be queried for its
60 struct EDInst {
104 EDInst(llvm::MCInst *inst,
108 ~EDInst();
152 /// success, although the operand is still owned by the EDInst
166 /// although the token is still owned by the EDInst
EDDisassembler.h 51 struct EDInst;
212 EDInst *createInst(EDByteReaderCallback byteReader,
EDDisassembler.cpp 17 #include "EDInst.h"
239 EDInst *EDDisassembler::createInst(EDByteReaderCallback byteReader,
264 EDInst* sdInst = new EDInst(inst, byteSize, *this, thisInstInfo);
EDOperand.cpp 18 #include "EDInst.h"
24 const EDInst &inst,
  /external/swiftshader/third_party/LLVM/tools/edis/
EDMain.cpp 17 #include "../../lib/MC/MCDisassembler/EDInst.h"
79 EDInst *inst = ((EDDisassembler*)disassembler)->createInst(byteReader,
93 delete ((EDInst*)inst);
97 return ((EDInst*)inst)->byteSize();
102 return ((EDInst*)inst)->getString(*buf);
106 *instID = ((EDInst*)inst)->instID();
111 return ((EDInst*)inst)->isBranch();
115 return ((EDInst*)inst)->isMove();
119 return ((EDInst*)inst)->branchTargetID();
123 return ((EDInst*)inst)->moveSourceID()
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-mc/
Disassembler.cpp 17 #include "../../lib/MC/MCDisassembler/EDInst.h"
260 OwningPtr<EDInst>

Completed in 119 milliseconds