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

  /external/pcre/dist/sljit/
sljitNativeSPARC_common.c 530 Note: can_cache is called only for binary operators. Those
532 static sljit_si can_cache(sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw) function
551 /* Emit the necessary instructions. See can_cache above. */
734 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_si can_cache(sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw) function
741 /* Emit the necessary instructions. See can_cache above. */
    [all...]
sljitNativePPC_common.c 892 Note: can_cache is called only for binary operators. Those operator always
894 static sljit_si can_cache(sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw) function
942 /* 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_si can_cache(sljit_si arg, sljit_sw argw, sljit_si 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_si can_cache(sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw) function
1001 /* Emit the necessary instructions. See can_cache above. */
    [all...]
sljitNativeARM_32.c 1411 static sljit_si can_cache(sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw) function
    [all...]
sljitNativeTILEGX_64.c 1314 static sljit_si can_cache(sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw) function
    [all...]

Completed in 1812 milliseconds