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