Searched refs:emit_cmp_binary (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeX86_common.c | 1123 static sljit_s32 emit_cmp_binary(struct sljit_compiler *compiler, 1234 FAIL_IF(emit_cmp_binary (compiler, TMP_REG1, 0, src, srcw)); in adjust_shadow_stack() 2318 static sljit_s32 emit_cmp_binary(struct sljit_compiler *compiler, function 2612 FAIL_IF(emit_cmp_binary(compiler, src1, src1w, SLJIT_IMM, 0)); 2617 return emit_cmp_binary(compiler, dst, dstw, SLJIT_IMM, 0); 2733 return emit_cmp_binary(compiler, src1, src1w, src2, src2w);
|
Completed in 29 milliseconds