HomeSort by relevance Sort by last modified time
    Searched refs:can_cache (Results 1 - 7 of 7) sorted by null

  /external/pcre/dist2/src/sljit/
sljitNativeSPARC_common.c 534 Note: can_cache is called only for binary operators. Those
536 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) function
555 /* Emit the necessary instructions. See can_cache above. */
738 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
    [all...]
sljitNativeMIPS_common.c 717 Note: can_cache is called only for binary operators. Those
719 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) function
741 /* Emit the necessary instructions. See can_cache above. */
    [all...]
sljitNativePPC_common.c 896 Note: can_cache is called only for binary operators. Those operator always
898 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) function
946 /* Emit the necessary instructions. See can_cache above. */
    [all...]
sljitNativeARM_64.c 883 Note: can_cache is called only for binary operators. Those
885 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) function
908 /* Emit the necessary instructions. See can_cache above. */
    [all...]
sljitNativeARM_T2_32.c 976 Note: can_cache is called only for binary operators. Those
978 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) function
1001 /* Emit the necessary instructions. See can_cache above. */
    [all...]