Home
last modified time | relevance | path

Searched refs:nops (Results 1 – 25 of 37) sorted by relevance

12

/freebsd-10-stable/lib/libc/gen/
Dgetpagesizes.c55 static int nops; in getpagesizes() local
64 if (nops == 0) { in getpagesizes()
73 nops = size / sizeof(ps[0]); in getpagesizes()
74 while (nops > 0 && ps[nops - 1] == 0) in getpagesizes()
75 nops--; in getpagesizes()
78 return (nops); in getpagesizes()
80 if (nelem > nops) in getpagesizes()
81 nelem = nops; in getpagesizes()
/freebsd-10-stable/contrib/binutils/include/opcode/
Dconvex.h25 #define nops 5 macro
424 {46,0,nops,0,0,0}, /* nop */
458 {56,0,nops,0,0,0}, /* patu */
460 {58,0,nops,0,0,0}, /* pich */
461 {59,0,nops,0,0,0}, /* plch */
470 {61,0,nops,0,0,0}, /* rtnq */
471 {62,0,nops,0,0,0}, /* cfork */
472 {63,0,nops,0,0,0}, /* rtn */
473 {64,0,nops,0,0,0}, /* wfork */
474 {65,0,nops,0,0,0}, /* join */
[all …]
/freebsd-10-stable/tools/tools/crypto/
Dcryptotest.c479 int nops = alg->ishash ? count : 2*count; in runtests() local
484 t, nops, alg->name, size, (double)nops*size / t, in runtests()
485 (double)nops*size / t * 8 / 1024 / 1024); in runtests()
487 nops *= threads; in runtests()
489 t, nops, alg->name, size, (double)nops*size / t, in runtests()
490 (double)nops*size / t * 8 / 1024 / 1024); in runtests()
/freebsd-10-stable/contrib/sendmail/editmap/
Deditmap.c84 unsigned int nops = 0; local
148 nops++;
153 nops++;
158 nops++;
180 if ((nops != 1) ||
/freebsd-10-stable/contrib/binutils/gas/config/
Dtc-arm.c14756 #define TxCE(mnem, op, top, nops, ops, ae, te) \ argument
14757 { #mnem, OPS##nops ops, OT_csuffix, 0x##op, top, ARM_VARIANT, \
14762 #define TCE(mnem, aop, top, nops, ops, ae, te) \ argument
14763 TxCE(mnem, aop, 0x##top, nops, ops, ae, te)
14764 #define tCE(mnem, aop, top, nops, ops, ae, te) \ argument
14765 TxCE(mnem, aop, T_MNEM_##top, nops, ops, ae, te)
14769 #define TxC3(mnem, op, top, nops, ops, ae, te) \ argument
14770 { #mnem, OPS##nops ops, OT_cinfix3, 0x##op, top, ARM_VARIANT, \
14772 #define TxC3w(mnem, op, top, nops, ops, ae, te) \ argument
14773 { #mnem, OPS##nops ops, OT_cinfix3_deprecated, 0x##op, top, ARM_VARIANT, \
[all …]
Dtc-mips.c2478 int i, nops, tmp_nops; in nops_for_insn() local
2480 nops = 0; in nops_for_insn()
2485 if (tmp_nops > nops) in nops_for_insn()
2486 nops = tmp_nops; in nops_for_insn()
2492 if (tmp_nops > nops) in nops_for_insn()
2493 nops = tmp_nops; in nops_for_insn()
2496 return nops; in nops_for_insn()
2509 int nops; in nops_for_sequence() local
2517 nops = nops_for_insn (buffer, NULL); in nops_for_sequence()
2519 return nops; in nops_for_sequence()
[all …]
/freebsd-10-stable/contrib/gcc/
Dtree-ssa-loop-im.c334 unsigned i, nops; in outermost_invariant_loop_expr() local
348 nops = TREE_CODE_LENGTH (TREE_CODE (expr)); in outermost_invariant_loop_expr()
349 for (i = 0; i < nops; i++) in outermost_invariant_loop_expr()
824 unsigned i, nops; in force_move_till_expr() local
842 nops = TREE_CODE_LENGTH (TREE_CODE (expr)); in force_move_till_expr()
843 for (i = 0; i < nops; i++) in force_move_till_expr()
Dmodulo-sched.c1689 nopa nops = calculate_order_params (g, mii); in sms_order_nodes() local
1704 free (nops); in sms_order_nodes()
Dfinal.c2890 output_asm_operand_names (rtx *operands, int *oporder, int nops) in output_asm_operand_names() argument
2895 for (i = 0; i < nops; i++) in output_asm_operand_names()
Doptabs.c379 int nops = TREE_CODE_LENGTH (TREE_CODE (exp)); in expand_widen_pattern_expr() local
389 if (nops >= 2) in expand_widen_pattern_expr()
397 if (nops == 2) in expand_widen_pattern_expr()
402 else if (nops == 3) in expand_widen_pattern_expr()
Dexpr.c6128 int i, nops; in safe_from_p() local
6283 nops = TREE_CODE_LENGTH (TREE_CODE (exp)); in safe_from_p()
6284 for (i = 0; i < nops; i++) in safe_from_p()
DChangeLog-20034852 support new flag -minsert-sched-nops.
4855 support new flag -minsert-sched-nops.
4864 * doc/invoke.texi (-minsert-sched-nops): Document new
22198 (mips_adjust_insn_length): Account for the number nops that might
27354 Check that asm insn starts on a new cycle. Add nops after asm
27358 position for nops after asm insn.
36738 * config/ia64/ia64.c (bundling): Try to insert 2 nops for M insn
36801 (bundling): Add nops for MM-insns only for Itanium.
36840 (bundling): Insert additional nops for MM-insns.
/freebsd-10-stable/contrib/gcc/config/arm/
Darm.c5528 int nops; in cirrus_reorg() local
5533 nops = 0; in cirrus_reorg()
5537 ++ nops; in cirrus_reorg()
5540 ++ nops; in cirrus_reorg()
5542 while (nops --) in cirrus_reorg()
5624 nops = 0; in cirrus_reorg()
5629 ++ nops; in cirrus_reorg()
5632 ++ nops; in cirrus_reorg()
5634 while (nops --) in cirrus_reorg()
5836 load_multiple_sequence (rtx *operands, int nops, int *regs, int *base, in load_multiple_sequence() argument
[all …]
/freebsd-10-stable/contrib/gcc/config/mips/
D4130.md22 ;; each pair is suitably aligned, inserting nops if necessary. Doing
26 ;; This pass is generally a speed improvement, but the extra nops will
Dmips.c8981 int nops, ninsns; in mips_avoid_hazard() local
9004 nops = 2 - *hilo_delay; in mips_avoid_hazard()
9006 nops = 1; in mips_avoid_hazard()
9008 nops = 0; in mips_avoid_hazard()
9012 *hilo_delay += nops; in mips_avoid_hazard()
9013 while (nops-- > 0) in mips_avoid_hazard()
Dsb1.md230 ;; such as indexed loads. We then need to emit nops to ensure that simple
/freebsd-10-stable/contrib/binutils/gas/doc/
Dc-mips.texi171 Cause nops to be inserted if the read of the destination register
176 Insert nops to work around certain VR4120 errata. This option is
182 Insert nops to work around the VR4130 @samp{mflo}/@samp{mfhi} errata.
Das.texinfo701 @cindex D30V nops
703 Warn when nops are generated.
705 @cindex D30V nops after 32-bit multiply
997 Cause nops to be inserted if the read of the destination register
/freebsd-10-stable/contrib/gcc/config/rs6000/
Drs6000.opt237 minsert-sched-nops=
/freebsd-10-stable/contrib/binutils/gas/
DChangeLog-969739 (NOP{2,_LEFT,_RIGHT}): Macros for word of nops and left/right
40 nops.
62 cycle after a 32-bit multiply. Add nops if that is the case.
2601 NULL, and we don't need any nops, then decrease the size of
2602 prev_nop_frag. Don't insert nops because of instructions in
4173 with nops if not in data_section or bss_section.
4497 * config/tc-mips.c (append_insn): When inserting nops, and using
DChangeLog-2006985 nops with short or long nop sequences based on -march=/.arch
DChangeLog-9295256 multi-byte nops to avoid changing gcc. The necessary gcc change
3405 (append_insn): If mips_isa is at least 4, don't generate nops for
3408 (mips_emit_delays): If mips_isa is at least 4, don't generate nops
3889 (append_insn): Don't insert nops around HI and LO on a 4650.
6876 for the (up to) two nops which may be inserted by append_insn if
/freebsd-10-stable/contrib/gcc/config/i386/
Di386.c11461 int nops; in ix86_expand_int_movcc() local
11466 nops = 0; in ix86_expand_int_movcc()
11476 nops++; in ix86_expand_int_movcc()
11480 nops++; in ix86_expand_int_movcc()
11486 nops++; in ix86_expand_int_movcc()
11490 if (nops == 1) in ix86_expand_int_movcc()
/freebsd-10-stable/contrib/binutils/bfd/
DChangeLog-20061480 instead of 2 nops.
1482 (elf64_x86_64_plt0_entry): Use nopl 0(%rax) instead of 4 nops.
/freebsd-10-stable/contrib/gcc/doc/
Dinvoke.texi667 -minsert-sched-nops=@var{scheme} @gol
8732 Try to align labels to an 8-byte boundary by inserting nops into the
8734 is enabled. It doesn't create new packets; it merely adds nops to
11732 @item -minsert-sched-nops=@var{scheme}
11733 @opindex minsert-sched-nops
11737 @var{no}: Don't insert nops.
11738 @var{pad}: Pad with nops any dispatch group which has vacant issue slots,
11740 @var{regroup_exact}: Insert nops to force costly dependent insns into
11741 separate groups. Insert exactly as many nops as needed to force an insn
11743 @var{number}: Insert nops to force costly dependent insns into
[all …]

12