Searched refs:emit_shift (Results 1 – 1 of 1) sorted by relevance
/PHP-7.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeX86_common.c | 1959 static sljit_s32 emit_shift(struct sljit_compiler *compiler, function 2059 return emit_shift(compiler, mode, dst, dstw, src1, src1w, src2, src2w); 2062 return emit_shift(compiler, mode, dst, dstw, src1, src1w, src2, src2w); 2072 return emit_shift(compiler, mode, dst, dstw, src1, src1w, src2, src2w); 2077 FAIL_IF(emit_shift(compiler, mode, dst, dstw, src1, src1w, src2, src2w));
|
Completed in 10 milliseconds