Searched refs:taken (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/sparc/dtrace/
H A Dfasttrap_isa.c674 uint_t c, v, z, n, taken; local
687 taken = 0; break;
689 taken = z; break;
691 taken = z | (n ^ v); break;
693 taken = n ^ v; break;
695 taken = c | z; break;
697 taken = c; break;
699 taken = n; break;
701 taken = v; break;
708 taken
745 uint_t taken; local
819 uint_t taken; local
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonNewValueJump.cpp294 bool taken = false; local
300 taken = true;
304 return taken ? Hexagon::CMPEQrr_t_Jumpnv_t_V4
309 return taken ? Hexagon::CMPEQri_t_Jumpnv_t_V4
312 return taken ? Hexagon::CMPEQn1_t_Jumpnv_t_V4
318 return taken ? Hexagon::CMPLTrr_t_Jumpnv_t_V4
321 return taken ? Hexagon::CMPGTrr_t_Jumpnv_t_V4
327 return taken ? Hexagon::CMPGTri_t_Jumpnv_t_V4
330 return taken ? Hexagon::CMPGTn1_t_Jumpnv_t_V4
336 return taken
[all...]
H A DHexagonInstrInfo.cpp1719 bool taken = false; local
1726 taken = true;
1730 return taken ? Hexagon::JMP_tnew_t : Hexagon::JMP_tnew_nt;
1732 return taken ? Hexagon::JMP_fnew_t : Hexagon::JMP_fnew_nt;
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c1294 uint_t taken = 0; local
1298 taken = (rp->r_rflags & FASTTRAP_EFLAGS_OF) != 0;
1301 taken = (rp->r_rflags & FASTTRAP_EFLAGS_OF) == 0;
1304 taken = (rp->r_rflags & FASTTRAP_EFLAGS_CF) != 0;
1307 taken = (rp->r_rflags & FASTTRAP_EFLAGS_CF) == 0;
1310 taken = (rp->r_rflags & FASTTRAP_EFLAGS_ZF) != 0;
1313 taken = (rp->r_rflags & FASTTRAP_EFLAGS_ZF) == 0;
1316 taken = (rp->r_rflags & FASTTRAP_EFLAGS_CF) != 0 ||
1320 taken = (rp->r_rflags & FASTTRAP_EFLAGS_CF) == 0 &&
1324 taken
1365 uint_t taken = 0; local
[all...]
/freebsd-10.2-release/contrib/gcc/
H A Dpredict.c184 taken/not taken), that is predicted right slightly over 75% of time.
239 enum prediction taken)
243 if (taken != TAKEN)
320 enum prediction taken)
324 if (taken != TAKEN)
734 loop's head as taken. */
746 conditional has no loop header successors as not taken. */
754 taken in each patch through function (not the overall number
1175 /* Constant return values seems to be commonly taken
238 predict_insn_def(rtx insn, enum br_predictor predictor, enum prediction taken) argument
319 predict_edge_def(edge e, enum br_predictor predictor, enum prediction taken) argument
1473 predict_paths_leading_to(basic_block bb, int *heads, enum br_predictor pred, enum prediction taken) argument
[all...]
H A Dbuiltins.c4747 int taken = -1;
4752 taken = 1;
4755 taken = 0;
4758 taken = 1;
4761 taken = 0;
4777 taken = 1;
4779 taken = 0;
4793 taken = 0;
4795 taken = 1;
4798 if (taken !
4746 int taken = -1; local
[all...]
H A Dcse.c69 contain a fairly small number, the register number, taken from
562 /* Current branch path, indicating which branches will be taken. */
567 /* Whether it should be taken or not. AROUND is the same as taken
570 enum taken {PATH_TAKEN, PATH_NOT_TAKEN, PATH_AROUND} status; enum in struct:cse_basic_block_data::branch_path
4536 /* Given INSN, a jump insn, PATH_TAKEN indicates if we are following the "taken"
4540 if we are following the taken case of
4548 record_jump_equiv (rtx insn, int taken)
4563 if (taken)
6755 of branches will be taken
4527 record_jump_equiv(rtx insn, int taken) argument
[all...]
/freebsd-10.2-release/crypto/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl75 # However, thanks to IA-64 execution semantics, this can be taken
404 will never be taken since regardless of the number of bytes because
423 br.cexit.spnt.few .+16; /* never taken */ \\
/freebsd-10.2-release/contrib/bmake/mk/
H A Dmeta.sys.mk62 # this should be taken care of before we get here
/freebsd-10.2-release/contrib/amd/scripts/
H A Dexpn.1973 print "Temporary redirect taken $u *** $h -> " if $debug;
981 print "temporary redirect taken $u *** $h -> " if $debug;
H A Dexpn.in972 print "Temporary redirect taken $u *** $h -> " if $debug;
980 print "temporary redirect taken $u *** $h -> " if $debug;
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_client/
H A Dpatch.c1412 svn_boolean_t taken = FALSE;
1428 taken = (! hi->rejected &&
1431 if (taken)
1435 if (! taken)
1411 svn_boolean_t taken = FALSE; local
/freebsd-10.2-release/crypto/openssl/util/
H A Dmkerr.pl71 When this option is NOT specified, the filelist is taken from
/freebsd-10.2-release/contrib/gcc/doc/
H A Dmakefile.texi98 is taken from its build directory (if it had been built previously),
/freebsd-10.2-release/contrib/ntp/libntp/
H A Dsnprintf.c640 * taken as a `-' flag followed by a positive
673 * taken as if the precision were omitted."
/freebsd-10.2-release/contrib/gcc/config/sparc/
H A Dlb1spc.asm441 /* This implementation was taken from glibc:
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dgdbarch.sh308 # contain the current architecture. Care should be taken.
331 # taken.
1088 Care should be taken to ensure that the function works in both the
/freebsd-10.2-release/contrib/binutils/gas/
H A Dexpr.c984 character, parity errors and all, is taken as the value
/freebsd-10.2-release/sys/dev/isp/
H A Disp_library.c2452 int i, something, take, taken; local
2468 take = taken = i - 1;
2469 lp = &fcp->portdb[taken];
2528 take = taken = -1;
2558 if (taken >= 0)
/freebsd-10.2-release/contrib/gcc/config/mips/
H A Dmips.c441 /* The number of extra stack bytes taken up by register varargs.
704 taken as the canonical name for that ISA.
3493 taken from SCRATCH. */
8838 when the branch is taken. Therefore, if the caller has simulated
8841 branch likely instructions tend to incur a penalty when not taken,
9395 rtx taken, not_taken;
9409 taken = operands[1];
9435 output_asm_insn ("j\t%0%/", &taken);
9438 output_asm_insn (mips_output_load_label (), &taken);
9445 /* This delay slot will only be executed if the branch is taken
9346 rtx taken, not_taken; local
9389 output_asm_insn (mips_output_load_label (), &taken); local
[all...]
/freebsd-10.2-release/contrib/binutils/
H A DMakefile.tpl1447 ;; is taken from VAR-NAME.
/freebsd-10.2-release/contrib/gcc/config/arm/
H A Dlib1funcs.asm990 /* Constant taken from <asm/signal.h>. */
/freebsd-10.2-release/contrib/gcc/config/i386/
H A Di386.c778 /* On all chips taken into consideration lea is 2 cycles and more. With
2853 /* Make sure no regparm register is taken by a global register
5931 must be taken for the normal return case of a function using
8283 int taken = pred_val > REG_BR_PROB_BASE / 2;
8288 if (taken != cputaken)
8290 /* We use 3e (DS) prefix for taken branches and
8291 2e (CS) prefix for not taken branches. */
8292 if (taken)
8262 int taken = pred_val > REG_BR_PROB_BASE / 2; local
/freebsd-10.2-release/contrib/gcc/doc/include/
H A Dtexinfo.tex304 % the headline as they should be, not taken literally (outputting ''code).
6013 % 1) NAME-title - the current sectioning name taken from \thissection,
/freebsd-10.2-release/contrib/amd/doc/
H A Dtexinfo.tex295 % the headline as they should be, not taken literally (outputting ''code).
5817 % 1) NAME-title - the current sectioning name taken from \thissection,

Completed in 523 milliseconds

12