Searched refs:emit_cmp_binary (Results 1 – 1 of 1) sorted by relevance
| /third_party/pcre2/pcre2/src/sljit/ |
| D | sljitNativeX86_common.c | 857 static sljit_s32 emit_cmp_binary(struct sljit_compiler *compiler, 972 FAIL_IF(emit_cmp_binary (compiler, TMP_REG1, 0, src, srcw)); in adjust_shadow_stack() 2100 static sljit_s32 emit_cmp_binary(struct sljit_compiler *compiler, function 2395 FAIL_IF(emit_cmp_binary(compiler, src1, src1w, SLJIT_IMM, 0)); 2400 return emit_cmp_binary(compiler, dst, dstw, SLJIT_IMM, 0); 2511 return emit_cmp_binary(compiler, src1, src1w, src2, src2w);
|