Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c72 sljit_uw inst_size; in emit_x86_instruction() local
90 inst_size = size + 1; in emit_x86_instruction()
98 inst_size++; in emit_x86_instruction()
149 inst_size++; in emit_x86_instruction()
155 inst_size += 1; in emit_x86_instruction()
158 inst_size += 4; in emit_x86_instruction()
162 inst_size++; in emit_x86_instruction()
166 inst_size++; in emit_x86_instruction()
168 inst_size += sizeof(short); in emit_x86_instruction()
183 inst_size++; in emit_x86_instruction()
[all …]
H A DsljitNativeX86_32.c56 sljit_uw inst_size; in emit_x86_instruction() local
72 inst_size = size + 1; in emit_x86_instruction()
75 inst_size++; in emit_x86_instruction()
80 inst_size += sizeof(sljit_sw); in emit_x86_instruction()
108 inst_size += 1; in emit_x86_instruction()
111 inst_size += 4; in emit_x86_instruction()
115 inst_size++; in emit_x86_instruction()
119 inst_size++; in emit_x86_instruction()
121 inst_size += sizeof(short); in emit_x86_instruction()
123 inst_size += sizeof(sljit_sw); in emit_x86_instruction()
[all …]

Completed in 13 milliseconds