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

  /external/pcre/dist2/src/sljit/
sljitNativeX86_32.c 283 sljit_s32 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_s8);
315 inst_size += sizeof(sljit_sw);
322 inst_size += 1; /* SIB byte. */
329 inst_size += 1
    [all...]
sljitNativeX86_64.c 356 sljit_s32 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_s32); /* SIB byte required to avoid RIP based addressing. */
411 inst_size += sizeof(sljit_s8);
413 inst_size += sizeof(sljit_s32);
416 inst_size += sizeof(sljit_s8);
419 inst_size += 1; /* SIB byte. *
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_batch_chain.c 869 const uint32_t inst_size = GEN8_MI_BATCH_BUFFER_START_length * 4; local
878 secondary->batch.next -= inst_size;
888 void *inst = secondary->batch.next - inst_size;
    [all...]
  /external/v8/src/arm64/
assembler-arm64.cc 2627 int inst_size = static_cast<int>(kInstructionSizeLog2); local
    [all...]
  /art/runtime/verifier/
method_verifier.cc 1022 size_t inst_size = inst->SizeInCodeUnits(); local
    [all...]

Completed in 179 milliseconds