/src/sys/external/bsd/sljit/dist/sljit_src/ |
sljitNativePPC_common.c | 913 Note: can_cache is called only for binary operators. Those operator always 915 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) function in typeref:typename:sljit_s32 963 /* Emit the necessary instructions. See can_cache above. */ 1215 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) { 1980 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
|
sljitNativeSPARC_common.c | 547 Note: can_cache is called only for binary operators. Those 549 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) function in typeref:typename:sljit_s32 568 /* Emit the necessary instructions. See can_cache above. */ 750 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) { 1145 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
|
sljitNativeARM_64.c | 895 Note: can_cache is called only for binary operators. Those 897 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) function in typeref:typename:sljit_s32 920 /* Emit the necessary instructions. See can_cache above. */ 1482 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
|
sljitNativeMIPS_common.c | 719 Note: can_cache is called only for binary operators. Those 721 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) function in typeref:typename:sljit_s32 743 /* Emit the necessary instructions. See can_cache above. */ 984 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) { 1474 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
|
sljitNativeTILEGX_64.c | 1314 Note: can_cache is called only for binary operators. Those 1316 static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_arg, sljit_sw next_argw) function in typeref:typename:sljit_s32 1341 /* Emit the necessary instructions. See can_cache above. */ 2061 if (!can_cache(src1, src1w, src2, src2w) && can_cache(src1, src1w, dst, dstw)) {
|