Searched refs:emit_unary (Results 1 – 1 of 1) sorted by relevance
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeX86_common.c | 1441 static sljit_s32 emit_unary(struct sljit_compiler *compiler, sljit_u8 opcode, in emit_unary() function 1725 return emit_unary(compiler, NOT_rm, dst, dstw, src, srcw); in sljit_emit_op1() 2437 return emit_unary(compiler, NEG_rm, dst, dstw, src2, src2w); 2444 return emit_unary(compiler, NEG_rm, dst, 0, dst, 0);
|