Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c708 static sljit_s32 emit_cmp_binary(struct sljit_compiler *compiler,
834 FAIL_IF(emit_cmp_binary (compiler, TMP_REG1, 0, src, srcw)); in adjust_shadow_stack()
1997 static sljit_s32 emit_cmp_binary(struct sljit_compiler *compiler, function
2274 FAIL_IF(emit_cmp_binary(compiler, src1, src1w, SLJIT_IMM, 0));
2279 return emit_cmp_binary(compiler, (dst == SLJIT_UNUSED) ? TMP_REG1 : dst, dstw, SLJIT_IMM, 0);
2326 return emit_cmp_binary(compiler, src1, src1w, src2, src2w);

Completed in 12 milliseconds