HomeSort by relevance Sort by last modified time
    Searched defs:getInstSize (Results 1 - 3 of 3) 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/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(); }

Completed in 138 milliseconds