Searched refs:emit_mov_int (Results 1 – 2 of 2) sorted by relevance
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeX86_64.c | 1021 static sljit_s32 emit_mov_int(struct sljit_compiler *compiler, sljit_s32 sign, in emit_mov_int() function
|
D | sljitNativeX86_common.c | 1701 FAIL_IF(emit_mov_int(compiler, 0, dst, dstw, src, srcw)); in sljit_emit_op1() 1704 FAIL_IF(emit_mov_int(compiler, 1, dst, dstw, src, srcw)); in sljit_emit_op1()
|