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

/external/pcre/dist/sljit/
H A DsljitNativeSPARC_common.c530 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)) {
1129 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_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. */
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.c892 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. */
1198 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
1962 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_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. */
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_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. */
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_si can_cache(sljit_si arg, sljit_sw argw, sljit_si 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_si can_cache(sljit_si arg, sljit_sw argw, sljit_si 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 151 milliseconds