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

  /external/pcre/dist/sljit/
sljitNativeX86_32.c 283 sljit_si inst_size; local
298 inst_size = size;
301 inst_size++;
303 inst_size++;
306 inst_size += 1; /* mod r/m byte. */
309 inst_size += sizeof(sljit_sw);
313 inst_size += sizeof(sljit_sb);
315 inst_size += sizeof(sljit_sw);
322 inst_size += 1; /* SIB byte. */
329 inst_size += 1
    [all...]
sljitNativeX86_64.c 356 sljit_si inst_size; local
373 inst_size = size;
381 inst_size++;
383 inst_size++;
386 inst_size += 1; /* mod r/m byte. */
403 inst_size += 1 + sizeof(sljit_si); /* SIB byte required to avoid RIP based addressing. */
411 inst_size += sizeof(sljit_sb);
413 inst_size += sizeof(sljit_si);
416 inst_size += sizeof(sljit_sb);
419 inst_size += 1; /* SIB byte. *
    [all...]
  /frameworks/compile/libbcc/lib/Support/
Disassembler.cpp 136 uint64_t inst_size; local
139 disassembler->getInstruction(inst, inst_size, *input_function, i,
165 i += inst_size;
  /external/v8/src/arm64/
assembler-arm64.cc 2624 int inst_size = static_cast<int>(kInstructionSizeLog2); local
    [all...]
  /art/runtime/verifier/
method_verifier.cc 979 size_t inst_size = inst->SizeInCodeUnits(); local
    [all...]

Completed in 1506 milliseconds