sljitNativeX86_common.c | 1982 static sljit_s32 emit_shift(struct sljit_compiler *compiler, function in typeref:typename:sljit_s32 2080 return emit_shift(compiler, mode, dst, dstw, src1, src1w, src2, src2w); 2083 return emit_shift(compiler, mode, dst, dstw, src1, src1w, src2, src2w); 2093 return emit_shift(compiler, mode, dst, dstw, src1, src1w, src2, src2w); 2098 FAIL_IF(emit_shift(compiler,mode, dst, dstw, src1, src1w, src2, src2w));
|