Home
last modified time | relevance | path

Searched refs:emit_shift (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitNativeX86_common.c2028 static sljit_s32 emit_shift(struct sljit_compiler *compiler, function
2127 return emit_shift(compiler, mode, dst, dstw, src1, src1w, src2, src2w);
2130 return emit_shift(compiler, mode, dst, dstw, src1, src1w, src2, src2w);
2140 return emit_shift(compiler, mode, dst, dstw, src1, src1w, src2, src2w);
2145 FAIL_IF(emit_shift(compiler,mode, dst, dstw, src1, src1w, src2, src2w));