Home
last modified time | relevance | path

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

12

/freebsd-12-stable/lib/libc/gen/
Dgetpagesizes.c57 static int nops; in getpagesizes() local
66 if (nops == 0) { in getpagesizes()
75 nops = size / sizeof(ps[0]); in getpagesizes()
76 while (nops > 0 && ps[nops - 1] == 0) in getpagesizes()
77 nops--; in getpagesizes()
80 return (nops); in getpagesizes()
82 if (nelem > nops) in getpagesizes()
83 nelem = nops; in getpagesizes()
/freebsd-12-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-12-stable/contrib/sendmail/editmap/
Deditmap.c85 unsigned int nops = 0; local
149 nops++;
154 nops++;
159 nops++;
181 if ((nops != 1) ||
/freebsd-12-stable/sbin/nvmecontrol/
Dpower.c66 uint8_t mps, nops, aps, apw; in power_list_one() local
70 nops = (nps->mps_nops >> NVME_PWR_ST_NOPS_SHIFT) & in power_list_one()
88 nops ? '*' : ' ', nps->enlat / 1000, nps->enlat % 1000, in power_list_one()
/freebsd-12-stable/tools/tools/crypto/
Dcryptotest.c521 int nops = alg->ishash ? count : 2*count; in runtests() local
523 nops *= threads; in runtests()
525 t, nops, alg->name, ealg? "+" : "", ealg? ealg->name : "", in runtests()
526 size, (double)nops*size / t, in runtests()
527 (double)nops*size / t * 8 / 1024 / 1024); in runtests()
/freebsd-12-stable/contrib/binutils/gas/config/
Dtc-arm.c14782 #define TxCE(mnem, op, top, nops, ops, ae, te) \ argument
14783 { #mnem, OPS##nops ops, OT_csuffix, 0x##op, top, ARM_VARIANT, \
14788 #define TCE(mnem, aop, top, nops, ops, ae, te) \ argument
14789 TxCE(mnem, aop, 0x##top, nops, ops, ae, te)
14790 #define tCE(mnem, aop, top, nops, ops, ae, te) \ argument
14791 TxCE(mnem, aop, T_MNEM_##top, nops, ops, ae, te)
14795 #define TxC3(mnem, op, top, nops, ops, ae, te) \ argument
14796 { #mnem, OPS##nops ops, OT_cinfix3, 0x##op, top, ARM_VARIANT, \
14798 #define TxC3w(mnem, op, top, nops, ops, ae, te) \ argument
14799 { #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-12-stable/contrib/bc/include/
Dprogram.h197 #define bc_program_retire(p, nres, nops) \ argument
198 (bc_vec_npopAt(&(p)->results, (nops), (p)->results.len - (nres + nops)))
/freebsd-12-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()
/freebsd-12-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-12-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.c8982 int nops, ninsns; in mips_avoid_hazard() local
9005 nops = 2 - *hilo_delay; in mips_avoid_hazard()
9007 nops = 1; in mips_avoid_hazard()
9009 nops = 0; in mips_avoid_hazard()
9013 *hilo_delay += nops; in mips_avoid_hazard()
9014 while (nops-- > 0) in mips_avoid_hazard()
Dsb1.md230 ;; such as indexed loads. We then need to emit nops to ensure that simple
/freebsd-12-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.
/freebsd-12-stable/contrib/gcc/config/rs6000/
Drs6000.opt237 minsert-sched-nops=
/freebsd-12-stable/sbin/ipfw/
Dipfw2.c2080 match_opcode(int opcode, const int opcodes[], size_t nops) in match_opcode() argument
2084 for (i = 0; i < nops; i++) in match_opcode()
2092 struct show_state *state, const int opcodes[], size_t nops, int portop, in print_address() argument
2101 if (match_opcode(cmd->opcode, opcodes, nops)) in print_address()
2110 if (!match_opcode(cmd->opcode, opcodes, nops)) in print_address()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86Schedule.td504 // Nop, not very useful expect it provides a model for nops!
DX86SchedBroadwell.td602 // Nop, not very useful expect it provides a model for nops!
DX86SchedSkylakeClient.td602 // Nop, not very useful expect it provides a model for nops!
/freebsd-12-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
/freebsd-12-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()

12