Searched refs:emit_unary (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativeX86_common.c | 1093 static sljit_s32 emit_unary(struct sljit_compiler *compiler, sljit_u8 opcode, in emit_unary() function 1430 return emit_unary(compiler, NOT_rm, dst, dstw, src, srcw); in sljit_emit_op1() 1435 return emit_unary(compiler, NEG_rm, dst, dstw, src, srcw); in sljit_emit_op1()
|