HomeSort by: relevance | last modified time | path
    Searched refs:predicted (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/
nouveau_nvkm_subdev_fb_ramnv50.c 514 u64 rowsize, predicted; local
529 predicted = rowsize << rowbitsa;
531 predicted += rowsize << rowbitsb;
533 if (predicted != ram->size) {
  /src/external/gpl3/gcc/dist/libgcc/config/i386/
morestack.S 69 # When that returns (to the predicted instruction), we release the
71 # predicted instruction, namely the ret instruction immediately after
367 # The caller will return here, as predicted.
549 # The caller will return here, as predicted.
  /src/external/gpl3/gcc.old/dist/libgcc/config/i386/
morestack.S 69 # When that returns (to the predicted instruction), we release the
71 # predicted instruction, namely the ret instruction immediately after
367 # The caller will return here, as predicted.
549 # The caller will return here, as predicted.
  /src/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/
gimple.vim 113 syn match gimplePrediction "\v\/\/ predicted.*"
  /src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/
gimple.vim 113 syn match gimplePrediction "\v\/\/ predicted.*"
  /src/external/lgpl3/gmp/dist/mpn/x86/k6/
aorsmul_1.asm 132 C with it taken (both when correctly predicted). This is opposite to the
  /src/external/lgpl3/gmp/dist/mpn/x86/atom/sse2/
mul_basecase.asm 37 C * Check if 'jmp N(%esp)' is well-predicted enough to allow us to combine the
sqr_basecase.asm 36 C * Check if 'jmp N(%esp)' is well-predicted enough to allow us to combine the
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/
perf_event.d 2353 * predicted: branch target was predicted
2355 * support for mispred, predicted is optional. In case it
2356 * is not supported mispred = predicted = 0.
2370 /* mixin(bitfields!(ulong, "mispred", 1, ulong, "predicted", 1, ulong,
2395 @property ulong predicted() @safe pure nothrow @nogc const
2401 @property void predicted(ulong v) @safe pure nothrow @nogc
2404 "Value is smaller than the minimum value of bitfield 'predicted'");
2406 "Value is greater than the maximum value of bitfield 'predicted'");
  /src/external/lgpl3/gmp/dist/mpn/x86_64/coreibwl/
sqr_basecase.asm 62 C each of the 8 loop branches be poorly predicted since they will be
  /src/external/gpl3/gdb/dist/sim/ppc/
powerpc.igen 219 count_type nr_branch_predict_trues; /* # branches predicted correctly */
220 count_type nr_branch_predict_falses; /* # branches predicted incorrectly */
1513 No problem here because this branch is predicted taken (unconditional). */
1542 /* This branch is predicted as "normal".
1584 /* This branch is predicted as not-taken.
1615 /* This branch is predicted as not-taken.
  /src/external/gpl3/gdb.old/dist/sim/ppc/
powerpc.igen 219 count_type nr_branch_predict_trues; /* # branches predicted correctly */
220 count_type nr_branch_predict_falses; /* # branches predicted incorrectly */
1513 No problem here because this branch is predicted taken (unconditional). */
1542 /* This branch is predicted as "normal".
1584 /* This branch is predicted as not-taken.
1615 /* This branch is predicted as not-taken.
  /src/sys/arch/m68k/060sp/dist/
pfpsp.s 1985 # as a reminder for future predicted pain and agony, we are passing in fsave the
fpsp.s 1985 # as a reminder for future predicted pain and agony, we are passing in fsave the

Completed in 53 milliseconds