Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_32.c283 sljit_si inst_size; in emit_x86_instruction() local
298 inst_size = size; in emit_x86_instruction()
301 inst_size++; in emit_x86_instruction()
303 inst_size++; in emit_x86_instruction()
309 inst_size += sizeof(sljit_sw); in emit_x86_instruction()
329 inst_size += 1; in emit_x86_instruction()
332 inst_size += 4; in emit_x86_instruction()
337 inst_size ++; in emit_x86_instruction()
341 inst_size++; in emit_x86_instruction()
343 inst_size += sizeof(short); in emit_x86_instruction()
[all …]
H A DsljitNativeX86_64.c356 sljit_si inst_size; in emit_x86_instruction() local
373 inst_size = size; in emit_x86_instruction()
381 inst_size++; in emit_x86_instruction()
383 inst_size++; in emit_x86_instruction()
431 inst_size += 1; in emit_x86_instruction()
434 inst_size += 4; in emit_x86_instruction()
439 inst_size ++; in emit_x86_instruction()
443 inst_size++; in emit_x86_instruction()
445 inst_size += sizeof(short); in emit_x86_instruction()
457 inst_size++; in emit_x86_instruction()
[all …]

Completed in 7 milliseconds