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

/external/pcre/dist/sljit/
H A DsljitNativeSPARC_common.c545 Note: can_cache is called only for binary operators. Those
547 static sljit_si can_cache(sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw) function
566 /* Emit the necessary instructions. See can_cache above. */
749 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
1140 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
H A DsljitNativeMIPS_common.c732 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) function
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)) {
H A DsljitNativePPC_common.c907 Note: can_cache is called only for binary operators. Those operator always
909 static sljit_si can_cache(sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw) function
957 /* Emit the necessary instructions. See can_cache above. */
1213 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
1977 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
H A DsljitNativeARM_64.c884 Note: can_cache is called only for binary operators. Those
886 static sljit_si can_cache(sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw) function
909 /* Emit the necessary instructions. See can_cache above. */
1441 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. */
1465 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
H A DsljitNativeARM_32.c1422 Note: can_cache is called only for binary operators. Those
1424 static sljit_si can_cache(sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw) function
1471 /* Emit the necessary instructions. See can_cache above. */
1755 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
H A DsljitNativeTILEGX_64.c1363 Note: can_cache is called only for binary operators. Those
1365 static sljit_si can_cache(sljit_si arg, sljit_sw argw, sljit_si next_arg, sljit_sw next_argw) function
1390 /* Emit the necessary instructions. See can_cache above. */
2094 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab.cc1179 const bool can_cache = !theme_provided_image && local
1182 if (can_cache) {

Completed in 280 milliseconds