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

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonNewValueJump.cpp340 bool taken = false; local
346 taken = true;
350 return taken ? Hexagon::J4_cmpeq_t_jumpnv_t
355 return taken ? Hexagon::J4_cmpeqi_t_jumpnv_t
357 return taken ? Hexagon::J4_cmpeqn1_t_jumpnv_t
362 return taken ? Hexagon::J4_cmpeqi_f_jumpnv_t
364 return taken ? Hexagon::J4_cmpeqn1_f_jumpnv_t :
369 return taken ? Hexagon::J4_cmplt_t_jumpnv_t
371 return taken ? Hexagon::J4_cmpgt_t_jumpnv_t
376 return taken
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c1265 uint_t taken = 0; local
1269 taken = (rp->r_rflags & FASTTRAP_EFLAGS_OF) != 0;
1272 taken = (rp->r_rflags & FASTTRAP_EFLAGS_OF) == 0;
1275 taken = (rp->r_rflags & FASTTRAP_EFLAGS_CF) != 0;
1278 taken = (rp->r_rflags & FASTTRAP_EFLAGS_CF) == 0;
1281 taken = (rp->r_rflags & FASTTRAP_EFLAGS_ZF) != 0;
1284 taken = (rp->r_rflags & FASTTRAP_EFLAGS_ZF) == 0;
1287 taken = (rp->r_rflags & FASTTRAP_EFLAGS_CF) != 0 ||
1291 taken = (rp->r_rflags & FASTTRAP_EFLAGS_CF) == 0 &&
1295 taken
1336 uint_t taken = 0; local
[all...]
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Descape.mk28 # this implies that <backslash> should be taken literally everywhere
33 # The "\" is not taken literally, and the "#" does not begin a comment.
58 # Embedded backslash in variable should be taken literally.
72 # Double backslash in variable should be taken as two literal backslashes.
110 # Both backslashes should be taken literally, and the newline is NOT escaped.
137 # First two should be taken literally, and last should escape the newline.
/freebsd-11-stable/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-11-stable/contrib/unbound/contrib/
H A Dunbound.spec18 Labs. It is based on ideas and algorithms taken from a java prototype
/freebsd-11-stable/share/mk/
H A Dmeta.sys.mk67 # this should be taken care of before we get here
/freebsd-11-stable/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-11-stable/contrib/bmake/mk/
H A Dmeta.sys.mk59 # this should be taken care of before we get here
/freebsd-11-stable/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-11-stable/crypto/openssl/util/
H A Dmkerr.pl72 When this option is NOT specified, the filelist is taken from
/freebsd-11-stable/stand/lua/
H A Dconfig.lua85 -- This was overwritten by some action taken on the menu
418 -- character taken up by the string nextboot_enable="YES"
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dpatch.c1711 svn_boolean_t taken = FALSE;
1727 taken = (! hi->rejected &&
1730 if (taken)
1734 if (! taken)
1710 svn_boolean_t taken = FALSE; local
/freebsd-11-stable/contrib/gcc/doc/
H A Dmakefile.texi98 is taken from its build directory (if it had been built previously),
/freebsd-11-stable/contrib/ntp/libntp/
H A Dsnprintf.c640 * taken as a `-' flag followed by a positive
673 * taken as if the precision were omitted."
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dlb1spc.asm441 /* This implementation was taken from glibc:
/freebsd-11-stable/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-11-stable/contrib/binutils/gas/
H A Dexpr.c984 character, parity errors and all, is taken as the value
/freebsd-11-stable/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.
3494 taken from SCRATCH. */
8839 when the branch is taken. Therefore, if the caller has simulated
8842 branch likely instructions tend to incur a penalty when not taken,
9396 rtx taken, not_taken;
9410 taken = operands[1];
9436 output_asm_insn ("j\t%0%/", &taken);
9439 output_asm_insn (mips_output_load_label (), &taken);
9446 /* This delay slot will only be executed if the branch is taken
9347 rtx taken, not_taken; local
9390 output_asm_insn (mips_output_load_label (), &taken); local
[all...]
/freebsd-11-stable/contrib/binutils/
H A DMakefile.tpl1447 ;; is taken from VAR-NAME.
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dlib1funcs.asm990 /* Constant taken from <asm/signal.h>. */
/freebsd-11-stable/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-11-stable/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,

Completed in 637 milliseconds

12