Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_common.c2094 static sljit_si emit_shift_with_flags(struct sljit_compiler *compiler, function
2211 return emit_shift_with_flags(compiler, SHL, GET_FLAGS(op),
2214 return emit_shift_with_flags(compiler, SHR, GET_FLAGS(op),
2217 return emit_shift_with_flags(compiler, SAR, GET_FLAGS(op),

Completed in 35 milliseconds