Home
last modified time | relevance | path

Searched refs:inst_size (Results 1 – 2 of 2) sorted by relevance

/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_32.c335 sljit_s32 inst_size; in emit_x86_instruction() local
350 inst_size = size; in emit_x86_instruction()
353 inst_size++; in emit_x86_instruction()
355 inst_size++; in emit_x86_instruction()
361 inst_size += sizeof(sljit_sw); in emit_x86_instruction()
381 inst_size += 1; in emit_x86_instruction()
384 inst_size += 4; in emit_x86_instruction()
389 inst_size ++; in emit_x86_instruction()
393 inst_size++; in emit_x86_instruction()
395 inst_size += sizeof(short); in emit_x86_instruction()
[all …]
H A DsljitNativeX86_64.c349 sljit_s32 inst_size; in emit_x86_instruction() local
366 inst_size = size; in emit_x86_instruction()
374 inst_size++; in emit_x86_instruction()
376 inst_size++; in emit_x86_instruction()
423 inst_size += 1; in emit_x86_instruction()
426 inst_size += 4; in emit_x86_instruction()
431 inst_size ++; in emit_x86_instruction()
435 inst_size++; in emit_x86_instruction()
437 inst_size += sizeof(short); in emit_x86_instruction()
449 inst_size++; in emit_x86_instruction()
[all …]

Completed in 9 milliseconds