Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_common.c2081 static sljit_si emit_shift_with_flags(struct sljit_compiler *compiler, function
2198 return emit_shift_with_flags(compiler, SHL, GET_FLAGS(op),
2201 return emit_shift_with_flags(compiler, SHR, GET_FLAGS(op),
2204 return emit_shift_with_flags(compiler, SAR, GET_FLAGS(op),

Completed in 91 milliseconds