Searched refs:inst_size (Results 1 - 4 of 4) sorted by relevance

/external/pcre/dist2/src/sljit/
H A DsljitNativeX86_32.c283 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
[all...]
H A DsljitNativeX86_64.c356 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
[all...]
/external/mesa3d/src/intel/vulkan/
H A Danv_batch_chain.c869 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;
/external/v8/src/arm64/
H A Dassembler-arm64.cc2627 int inst_size = static_cast<int>(kInstructionSizeLog2); local
2629 (((offset >> inst_size) << inst_size) == offset);

Completed in 789 milliseconds