Home
last modified time | relevance | path

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

12345678910

/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/mips/
H A Dbasic.exp8 proc run_hilo_test {testfile models nops} { argument
14 append contents "\t.rept\t$nops\n"
143 foreach nops {0 1} {
144 run_hilo_test hilo-hazard-1.s $models $nops
145 run_hilo_test hilo-hazard-2.s $models $nops
H A Dhilo-hazard-3.s1 # Test for mf{hi,lo} -> mult/div/mt{hi,lo} with 2 nops inbetween.
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/nops/
H A DMakefile17 PROGRAMS = nops.la
18 MANPAGES = slapo-nops.5
38 nops.la: nops.lo
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dcpu-i386.c73 static const char *const nops[] = in bfd_arch_i386_fill() local
76 bfd_size_type nop_size = long_nop ? ARRAY_SIZE (nops) : 2; in bfd_arch_i386_fill()
87 memcpy (p, nops[nop_size - 1], nop_size); in bfd_arch_i386_fill()
92 memcpy (p, nops[count - 1], count); in bfd_arch_i386_fill()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dcpu-i386.c73 static const char *const nops[] = in bfd_arch_i386_fill() local
76 bfd_size_type nop_size = long_nop ? ARRAY_SIZE (nops) : 2; in bfd_arch_i386_fill()
87 memcpy (p, nops[nop_size - 1], nop_size); in bfd_arch_i386_fill()
92 memcpy (p, nops[count - 1], count); in bfd_arch_i386_fill()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu.opt38 mdual-nops
40 Insert nops when it might improve performance by allowing dual issue (default).
42 mdual-nops=
44 Insert nops when it might improve performance by allowing dual issue (default).
54 mhint-max-nops=
56 Maximum number of nops to insert for a hint (Default 2).
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dconvex.h26 #define nops 5 macro
425 {46,0,nops,0,0,0}, /* nop */
459 {56,0,nops,0,0,0}, /* patu */
461 {58,0,nops,0,0,0}, /* pich */
462 {59,0,nops,0,0,0}, /* plch */
471 {61,0,nops,0,0,0}, /* rtnq */
472 {62,0,nops,0,0,0}, /* cfork */
473 {63,0,nops,0,0,0}, /* rtn */
474 {64,0,nops,0,0,0}, /* wfork */
475 {65,0,nops,0,0,0}, /* join */
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dconvex.h26 #define nops 5 macro
425 {46,0,nops,0,0,0}, /* nop */
459 {56,0,nops,0,0,0}, /* patu */
461 {58,0,nops,0,0,0}, /* pich */
462 {59,0,nops,0,0,0}, /* plch */
471 {61,0,nops,0,0,0}, /* rtnq */
472 {62,0,nops,0,0,0}, /* cfork */
473 {63,0,nops,0,0,0}, /* rtn */
474 {64,0,nops,0,0,0}, /* wfork */
475 {65,0,nops,0,0,0}, /* join */
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Doptabs.h353 unsigned int opno, unsigned int nops,
355 extern rtx_insn *maybe_gen_insn (enum insn_code icode, unsigned int nops,
357 extern bool maybe_expand_insn (enum insn_code icode, unsigned int nops,
359 extern bool maybe_expand_jump_insn (enum insn_code icode, unsigned int nops,
361 extern void expand_insn (enum insn_code icode, unsigned int nops,
363 extern void expand_jump_insn (enum insn_code icode, unsigned int nops,
H A Dhsa-common.h437 hsa_insn_basic (unsigned nops, int opc);
438 hsa_insn_basic (unsigned nops, int opc, BrigType16_t t,
494 hsa_insn_phi (unsigned nops, hsa_op_reg *dst);
518 hsa_insn_br (unsigned nops, int opc, BrigType16_t t, BrigWidth8_t width,
655 hsa_insn_mem (unsigned nops, int opc, BrigType16_t t,
680 hsa_insn_atomic (int nops, int opc, enum BrigAtomicOperation aop,
715 hsa_insn_signal (int nops, int opc, enum BrigAtomicOperation sop,
904 hsa_insn_queue (int nops, int opcode, BrigSegment segment,
938 hsa_insn_srctype (int nops, BrigOpcode opcode, BrigType16_t destt,
966 hsa_insn_packed (int nops, BrigOpcode opcode, BrigType16_t destt,
H A Dhsa-gen.c1362 hsa_insn_basic::hsa_insn_basic (unsigned nops, int opc) in hsa_insn_basic() argument
1367 if (nops > 0) in hsa_insn_basic()
1368 m_operands.safe_grow_cleared (nops); in hsa_insn_basic()
1428 hsa_insn_basic::hsa_insn_basic (unsigned nops, int opc, BrigType16_t t, in hsa_insn_basic() argument
1434 if (nops > 0) in hsa_insn_basic()
1435 m_operands.safe_grow_cleared (nops); in hsa_insn_basic()
1439 gcc_checking_assert (nops >= 1); in hsa_insn_basic()
1445 gcc_checking_assert (nops >= 2); in hsa_insn_basic()
1451 gcc_checking_assert (nops >= 3); in hsa_insn_basic()
1457 gcc_checking_assert (nops >= 4); in hsa_insn_basic()
[all …]
H A Dtree-vect-slp.c108 unsigned int nops; in vect_create_new_slp_node() local
111 nops = gimple_call_num_args (stmt); in vect_create_new_slp_node()
114 nops = gimple_num_ops (stmt) - 1; in vect_create_new_slp_node()
116 nops++; in vect_create_new_slp_node()
119 nops = 0; in vect_create_new_slp_node()
128 SLP_TREE_CHILDREN (node).create (nops); in vect_create_new_slp_node()
186 vect_create_oprnd_info (int nops, int group_size) in vect_create_oprnd_info() argument
192 oprnds_info.create (nops); in vect_create_oprnd_info()
193 for (i = 0; i < nops; i++) in vect_create_oprnd_info()
1233 unsigned nops, i, this_tree_size = 0; in vect_build_slp_tree_2() local
[all …]
H A Dtree-vect-patterns.c568 unsigned int nops = 1; in vect_widened_op_tree() local
605 nops = vect_widened_op_tree (def_stmt_info, code, widened_code, in vect_widened_op_tree()
608 if (nops == 0) in vect_widened_op_tree()
611 max_nops -= nops; in vect_widened_op_tree()
628 next_op += nops; in vect_widened_op_tree()
1565 unsigned int nops = gimple_num_ops (last_stmt) - first_op; in vect_recog_over_widening_pattern() local
1566 auto_vec <vect_unpromoted_value, 3> unprom (nops); in vect_recog_over_widening_pattern()
1567 unprom.quick_grow (nops); in vect_recog_over_widening_pattern()
1570 for (unsigned int i = 0; i < nops; ++i) in vect_recog_over_widening_pattern()
1720 vect_convert_inputs (last_stmt_info, nops, &ops[first_op - 1], in vect_recog_over_widening_pattern()
[all …]
H A Dtree-if-conv.c2220 unsigned int nops = gimple_num_ops (stmt); in predicate_rhs_code() local
2225 args.safe_grow (nops + 1); in predicate_rhs_code()
2227 for (unsigned int i = 1; i < nops; ++i) in predicate_rhs_code()
2229 args[nops] = NULL_TREE; in predicate_rhs_code()
2240 if (!args[nops]) in predicate_rhs_code()
2241 args[nops] = new_else; in predicate_rhs_code()
2242 if (operand_equal_p (new_else, args[nops], 0)) in predicate_rhs_code()
2255 if (!args[nops]) in predicate_rhs_code()
2256 args[nops] = targetm.preferred_else_value (cond_fn, TREE_TYPE (lhs), in predicate_rhs_code()
2257 nops - 1, &args[1]); in predicate_rhs_code()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Doptabs.h363 unsigned int opno, unsigned int nops,
365 extern rtx_insn *maybe_gen_insn (enum insn_code icode, unsigned int nops,
367 extern bool maybe_expand_insn (enum insn_code icode, unsigned int nops,
369 extern bool maybe_expand_jump_insn (enum insn_code icode, unsigned int nops,
371 extern void expand_insn (enum insn_code icode, unsigned int nops,
373 extern void expand_jump_insn (enum insn_code icode, unsigned int nops,
/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Doperation.c530 int rc, nops = 0; in connection_timeout() local
569 nops++; in connection_timeout()
572 if ( nops == 0 ) { in connection_timeout()
576 upstream->c_n_ops_executing -= nops; in connection_timeout()
577 upstream->c_counters.lc_ops_failed += nops; in connection_timeout()
580 nops, upstream->c_connid ); in connection_timeout()
584 b->b_n_ops_executing -= nops; in connection_timeout()
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dmep-rhcop.cpu124 ; 16- and 32-bit nops can be defined as normal instructions without
125 ; any problems. nops take no operands, so nops longer than 32
128 ; have to use macros and other real insns to create 48- and 64-bit nops.
130 ; In addition, since the names of the nops that will be created as part
136 ; all nops to map the macro names which are known to the assembler to the
140 ; new nops are defined in new coprocessor insn sets.
/netbsd-src/external/gpl3/gdb/dist/cpu/
H A Dmep-rhcop.cpu124 ; 16- and 32-bit nops can be defined as normal instructions without
125 ; any problems. nops take no operands, so nops longer than 32
128 ; have to use macros and other real insns to create 48- and 64-bit nops.
130 ; In addition, since the names of the nops that will be created as part
136 ; all nops to map the macro names which are known to the assembler to the
140 ; new nops are defined in new coprocessor insn sets.
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dmep-rhcop.cpu124 ; 16- and 32-bit nops can be defined as normal instructions without
125 ; any problems. nops take no operands, so nops longer than 32
128 ; have to use macros and other real insns to create 48- and 64-bit nops.
130 ; In addition, since the names of the nops that will be created as part
136 ; all nops to map the macro names which are known to the assembler to the
140 ; new nops are defined in new coprocessor insn sets.
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dmep-rhcop.cpu124 ; 16- and 32-bit nops can be defined as normal instructions without
125 ; any problems. nops take no operands, so nops longer than 32
128 ; have to use macros and other real insns to create 48- and 64-bit nops.
130 ; In addition, since the names of the nops that will be created as part
136 ; all nops to map the macro names which are known to the assembler to the
140 ; new nops are defined in new coprocessor insn sets.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc2137 function_resolver::check_gp_argument (unsigned int nops, in check_gp_argument() argument
2144 gcc_assert (nops != 1 || pred != PRED_m); in check_gp_argument()
2145 nargs = nops + 1; in check_gp_argument()
2153 nargs = nops; in check_gp_argument()
2284 function_resolver::resolve_uniform (unsigned int nops, unsigned int nimm) in resolve_uniform() argument
2288 if (!check_gp_argument (nops + nimm, i, nargs) in resolve_uniform()
2313 function_resolver::resolve_uniform_opt_n (unsigned int nops) in resolve_uniform_opt_n() argument
2317 if (!check_gp_argument (nops, i, nargs) in resolve_uniform_opt_n()
2766 function_expander::get_fallback_value (machine_mode mode, unsigned int nops, in get_fallback_value() argument
2775 merge_argno = nops == 1 && pred == PRED_m ? 0 : 1; in get_fallback_value()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc2138 function_resolver::check_gp_argument (unsigned int nops, in check_gp_argument() argument
2145 gcc_assert (nops != 1 || pred != PRED_m); in check_gp_argument()
2146 nargs = nops + 1; in check_gp_argument()
2154 nargs = nops; in check_gp_argument()
2285 function_resolver::resolve_uniform (unsigned int nops, unsigned int nimm) in resolve_uniform() argument
2289 if (!check_gp_argument (nops + nimm, i, nargs) in resolve_uniform()
2314 function_resolver::resolve_uniform_opt_n (unsigned int nops) in resolve_uniform_opt_n() argument
2318 if (!check_gp_argument (nops, i, nargs) in resolve_uniform_opt_n()
2767 function_expander::get_fallback_value (machine_mode mode, unsigned int nops, in get_fallback_value() argument
2776 merge_argno = nops == 1 && pred == PRED_m ? 0 : 1; in get_fallback_value()
[all …]
/netbsd-src/external/lgpl3/gmp/dist/mpn/alpha/
H A Dunicos.m4120 dnl GCC uses a macro emiting nops until the desired alignment is reached
123 dnl start of the section though, since of course emitting nops only
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-ppc.texi190 @item -nops=@var{count}
191 If an alignment directive inserts more than @var{count} nops, put a
192 branch at the beginning to skip execution of the nops.
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dc-ppc.texi199 @item -nops=@var{count}
200 If an alignment directive inserts more than @var{count} nops, put a
201 branch at the beginning to skip execution of the nops.

12345678910