Home | History | Annotate | Download | only in sljit

Lines Matching refs:can_cache

732    Note: can_cache is called only for binary operators. Those
734 static sljit_si can_cache(sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw)
756 /* Emit the necessary instructions. See can_cache above. */
1020 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
1505 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {