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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/Disassembler/
BPFDisassembler.cpp 76 uint8_t getInstSize(uint64_t Inst) const { return (Inst >> 59) & 0x3; };
178 getInstSize(Insn) != BPF_DW &&
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCCodePadder.cpp 282 InstByte += Fragment->getInstSize() - UINT64_C(1);
MCFragment.cpp 437 OS << " InstSize:" << F->getInstSize();
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCFragment.h 398 size_t getInstSize() const {
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAssembler.h 187 unsigned getInstSize() const { return Code.size(); }
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAssembler.cpp 323 return cast<MCInstFragment>(F).getInstSize();

Completed in 254 milliseconds