Searched refs:can_cache (Results 1 - 7 of 7) sorted by relevance

/external/pcre/dist2/src/sljit/
H A DsljitNativeSPARC_common.c534 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)) {
1133 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
H A DsljitNativeMIPS_common.c717 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. */
1005 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
1492 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
H A DsljitNativePPC_common.c896 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. */
1202 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
1966 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
H A DsljitNativeARM_64.c883 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. */
1474 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
H A DsljitNativeARM_T2_32.c976 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. */
1483 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
H A DsljitNativeARM_32.c1409 Note: can_cache is called only for binary operators. Those
1411 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) function
1458 /* Emit the necessary instructions. See can_cache above. */
1742 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
H A DsljitNativeTILEGX_64.c1312 Note: can_cache is called only for binary operators. Those
1314 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) function
1339 /* Emit the necessary instructions. See can_cache above. */
2059 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {

Completed in 101 milliseconds